| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Wrap GFileInfo.list_attributes(), add tests and set the default of | Johan Dahlin | 2008-04-08 | 6 | -13/+86 |
| * | Fix a typo Update the tests after the latest "refactoring". The testsuite | Johan Dahlin | 2008-04-08 | 3 | -2/+16 |
| * | Disable these tests until we can figure why they freeze during make check. | Johan Dahlin | 2008-04-08 | 2 | -2/+11 |
| * | Add bindings for content_type_guess. Based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 4 | -0/+60 |
| * | Add basic support for GThemedIcon, based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 5 | -0/+64 |
| * | Unbreak Source.prepare (#523075, Bryan Silverthorn) | Johan Dahlin | 2008-04-08 | 3 | -3/+35 |
| * | Fix a couple of silly typos and use gio.File instead of GFile in | Johan Dahlin | 2008-04-08 | 2 | -7/+13 |
| * | Make gio.File() (calling on an interface) a factory for creating files. | Johan Dahlin | 2008-04-07 | 6 | -1/+139 |
| * | Install gio in the right location | Johan Dahlin | 2008-04-07 | 2 | -2/+6 |
| * | Add tests for recently added features. | Johan Dahlin | 2008-04-06 | 2 | -9/+63 |
| * | Add wrappers. | Johan Dahlin | 2008-04-06 | 3 | -0/+171 |
| * | Ignore vararg functions and remove a couple of left overs in the generic | Johan Dahlin | 2008-04-06 | 2 | -11/+6 |
| * | Remove g_file_output_stream_truncate, g_file_output_stream_tell and | Johan Dahlin | 2008-04-06 | 2 | -24/+3 |
| * | Implement the python iteration protocol on GFileEnumerator | Johan Dahlin | 2008-04-06 | 3 | -0/+54 |
| * | Add goffset to the int64 arg type | Johan Dahlin | 2008-04-06 | 2 | -0/+5 |
| * | bug #428732 (pyg_enum_new): Fix two wrong assertions about | Paul Pogonyshev | 2008-04-02 | 3 | -8/+46 |
| * | Don't return NULL after warning; more useful warning message (bug | Paul Pogonyshev | 2008-03-24 | 2 | -2/+10 |
| * | Fix the build | Johan Dahlin | 2008-03-22 | 1 | -9/+3 |
| * | Make read_finish() return the string, remove the get_buffer method. This | Johan Dahlin | 2008-03-22 | 4 | -31/+114 |
| * | Allow gobject.property work with subclasses. Add tests. | Johan Dahlin | 2008-03-21 | 3 | -4/+47 |
| * | Require gio and giounix 2.15.7. | Johan Dahlin | 2008-03-09 | 2 | -2/+6 |
| * | Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek | Johan Dahlin | 2008-03-09 | 4 | -20/+37 |
| * | Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long. | Johan Dahlin | 2008-03-08 | 2 | -3/+10 |
| * | Dist .m4 files. (#496011, Ed Catmur) | Johan Dahlin | 2008-03-02 | 2 | -2/+10 |
| * | Never override customly set 'tp_new' and 'tp_alloc'. | Paul Pogonyshev | 2008-03-02 | 2 | -2/+9 |
| * | Add this so other bindings can find gio.defs | Dan Winship | 2008-02-01 | 2 | -0/+6 |
| * | Remove private comments | Johan Dahlin | 2008-01-29 | 1 | -16/+0 |
| * | Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. | Johan Dahlin | 2008-01-21 | 8 | -16/+139 |
| * | New test | Johan Dahlin | 2008-01-20 | 2 | -0/+18 |
| * | Reuse file descriptor for reading and writing. Avoid unnecessary flush() | Johan Dahlin | 2008-01-20 | 1 | -5/+3 |
| * | Split out overrides into more files. Fix up module description in comment | Johan Dahlin | 2008-01-20 | 9 | -246/+375 |
| * | Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async): | Johan Dahlin | 2008-01-20 | 3 | -9/+46 |
| * | New function to test error condition of async read. | Johan Dahlin | 2008-01-20 | 3 | -2/+31 |
| * | Reorganize tests and make them test more useful things | Johan Dahlin | 2008-01-20 | 1 | -11/+12 |
| * | Impl. | Johan Dahlin | 2008-01-19 | 5 | -1/+118 |
| * | Implement. | Johan Dahlin | 2008-01-19 | 2 | -4/+75 |
| * | New marshaller for async results (_wrap_g_input_stream_read_async): Impl. | Johan Dahlin | 2008-01-19 | 4 | -3/+117 |
| * | Fix a silly bug so it possible to read files larger than 8192 bytes. | Johan Dahlin | 2008-01-19 | 2 | -4/+9 |
| * | Set null-ok for all cancelable as well. | Johan Dahlin | 2008-01-19 | 2 | -107/+109 |
| * | set gio.unix to None if it's not available | Johan Dahlin | 2008-01-19 | 2 | -1/+3 |
| * | Implement InputStream.read efficiently without copying the strings, based | Johan Dahlin | 2008-01-19 | 4 | -107/+200 |
| * | Import codegen from pygtk. Add initial gio and gio.unix bindings. | Johan Dahlin | 2008-01-19 | 36 | -1/+13165 |
| * | Don't link against libffi if we cannot find libffi on the system. | Johan Dahlin | 2008-01-11 | 2 | -4/+32 |
| * | Include -Wall and -Werror when checking for PySignal_SetWakeupFd | Johan Dahlin | 2008-01-03 | 2 | -1/+4 |
| * | Reviewed by: Gustavo | Johan Dahlin | 2008-01-03 | 3 | -11/+89 |
| * | Bug 460606 – wrap g_get_application_name and g_get_prgname | Gustavo J. A. M. Carneiro | 2008-01-02 | 2 | -0/+37 |
| * | Add props attribute | Rafael Villar Burke | 2007-11-30 | 2 | -0/+24 |
| * | check for NULL before dereferencing. | Paolo Borelli | 2007-11-24 | 2 | -6/+13 |
| * | do not use a potentially uninitialized variable. Bug #499334. | Paolo Borelli | 2007-11-24 | 2 | -2/+8 |
| * | Set the default value of old_args to 0, so we don't end up slicing with | Johan Dahlin | 2007-11-12 | 3 | -1/+10 |