| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 1 | -0/+6 |
| * | Bug 504337 - crash bug in gobject.Timeout and gobject.Idle | Johan Dahlin | 2008-07-14 | 1 | -0/+8 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 1 | -0/+10 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 1 | -0/+12 |
| * | New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType' | Paul Pogonyshev | 2008-07-14 | 1 | -0/+12 |
| * | Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen, | Paul Pogonyshev | 2008-07-13 | 1 | -0/+7 |
| * | clean_func(): Strip GSEAL out, to avoid us thinking that there are many | Murray Cumming | 2008-07-13 | 1 | -0/+11 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 1 | -0/+8 |
| * | Fix error message referencing wrong argument. | Juha Sahakangas | 2008-07-09 | 1 | -0/+5 |
| * | Bug 540696 – gobject.markup_escape_text() causes python to segfault | Gustavo J. A. M. Carneiro | 2008-06-29 | 1 | -0/+6 |
| * | Document GObject.handler_block_by_func/handler_unblock_by_func | Johan Dahlin | 2008-06-28 | 1 | -0/+5 |
| * | Sort out confusion between interfaces and objects, add test. Fixes #538601 | Johan Dahlin | 2008-06-17 | 1 | -0/+7 |
| * | New functions, unconditionally raise TypeError. (pygobject_methods): Hook | Paul Pogonyshev | 2008-06-09 | 1 | -0/+6 |
| * | set FFI_LIBS to '', since this is mostly used on win32. | Johan Dahlin | 2008-05-31 | 1 | -0/+4 |
| * | Add the GParamSpec type wrapper to the module dictionary. | Gustavo J. A. M. Carneiro | 2008-05-30 | 1 | -0/+5 |
| * | Add default values for all GSeekType variables. | Johan Dahlin | 2008-05-23 | 1 | -0/+5 |
| * | Accept None for the child_setup parameter of gobject.spawn_async(). Also | Gustavo J. A. M. Carneiro | 2008-05-21 | 1 | -0/+6 |
| * | Fix: raise warning as exception if asked by PyErr_Warn(). | Paul Pogonyshev | 2008-04-27 | 1 | -0/+10 |
| * | Update link to defs format discussion | Johan Dahlin | 2008-04-21 | 1 | -0/+4 |
| * | Set gobject.GObject.__module__ to gobject._gobject, this helps pylint to | Johan Dahlin | 2008-04-15 | 1 | -0/+12 |
| * | document. Add default values to all flags parameters. | Johan Dahlin | 2008-04-11 | 1 | -0/+5 |
| * | document. Set io_priority default to G_PRIORITY_DEFAULT. | Johan Dahlin | 2008-04-11 | 1 | -0/+5 |
| * | Move around the order of the callback argument to async methods, so it | Johan Dahlin | 2008-04-11 | 1 | -0/+10 |
| * | Implement GAppInfo constructor, add tests. | Johan Dahlin | 2008-04-08 | 1 | -0/+10 |
| * | Wrap GFileInfo.list_attributes(), add tests and set the default of | Johan Dahlin | 2008-04-08 | 1 | -0/+10 |
| * | Fix a typo Update the tests after the latest "refactoring". The testsuite | Johan Dahlin | 2008-04-08 | 1 | -0/+7 |
| * | Disable these tests until we can figure why they freeze during make check. | Johan Dahlin | 2008-04-08 | 1 | -0/+7 |
| * | Add bindings for content_type_guess. Based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+8 |
| * | Add basic support for GThemedIcon, based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 1 | -0/+9 |
| * | Unbreak Source.prepare (#523075, Bryan Silverthorn) | Johan Dahlin | 2008-04-08 | 1 | -0/+6 |
| * | Fix a couple of silly typos and use gio.File instead of GFile in | Johan Dahlin | 2008-04-08 | 1 | -0/+5 |
| * | Make gio.File() (calling on an interface) a factory for creating files. | Johan Dahlin | 2008-04-07 | 1 | -0/+10 |
| * | Install gio in the right location | Johan Dahlin | 2008-04-07 | 1 | -0/+4 |
| * | Add tests for recently added features. | Johan Dahlin | 2008-04-06 | 1 | -0/+2 |
| * | Add wrappers. | Johan Dahlin | 2008-04-06 | 1 | -0/+5 |
| * | Ignore vararg functions and remove a couple of left overs in the generic | Johan Dahlin | 2008-04-06 | 1 | -0/+3 |
| * | Remove g_file_output_stream_truncate, g_file_output_stream_tell and | Johan Dahlin | 2008-04-06 | 1 | -0/+3 |
| * | Implement the python iteration protocol on GFileEnumerator | Johan Dahlin | 2008-04-06 | 1 | -0/+4 |
| * | Add goffset to the int64 arg type | Johan Dahlin | 2008-04-06 | 1 | -0/+4 |
| * | bug #428732 (pyg_enum_new): Fix two wrong assertions about | Paul Pogonyshev | 2008-04-02 | 1 | -0/+8 |
| * | Don't return NULL after warning; more useful warning message (bug | Paul Pogonyshev | 2008-03-24 | 1 | -0/+5 |
| * | Make read_finish() return the string, remove the get_buffer method. This | Johan Dahlin | 2008-03-22 | 1 | -0/+11 |
| * | Allow gobject.property work with subclasses. Add tests. | Johan Dahlin | 2008-03-21 | 1 | -0/+8 |
| * | Require gio and giounix 2.15.7. | Johan Dahlin | 2008-03-09 | 1 | -0/+4 |
| * | Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek | Johan Dahlin | 2008-03-09 | 1 | -0/+12 |
| * | Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long. | Johan Dahlin | 2008-03-08 | 1 | -1/+8 |
| * | Dist .m4 files. (#496011, Ed Catmur) | Johan Dahlin | 2008-03-02 | 1 | -1/+6 |
| * | Never override customly set 'tp_new' and 'tp_alloc'. | Paul Pogonyshev | 2008-03-02 | 1 | -0/+5 |
| * | Add this so other bindings can find gio.defs | Dan Winship | 2008-02-01 | 1 | -0/+5 |
| * | Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. | Johan Dahlin | 2008-01-21 | 1 | -0/+15 |