| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 2.15.0PYGOBJECT_2_15_0 | Johan Dahlin | 2008-07-14 | 2 | -0/+22 |
| * | Make sure we can distcheck the gio module properly | Johan Dahlin | 2008-07-14 | 2 | -1/+9 |
| * | Bug 450659 – h2def.py - export 'typedef struct' object definitions not | Johan Dahlin | 2008-07-14 | 2 | -1/+9 |
| * | Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake | Johan Dahlin | 2008-07-14 | 2 | -0/+8 |
| * | Bug 448173 – use python-config to get python includes | Johan Dahlin | 2008-07-14 | 2 | -2/+13 |
| * | Bug 378704 – OptionParser.parse_args() returns unexpected results Patch | Johan Dahlin | 2008-07-14 | 2 | -1/+12 |
| * | Bug 491773 – autoconf failure: .m4 files cannot be found | Johan Dahlin | 2008-07-14 | 2 | -0/+8 |
| * | wrap File.load_contents_async and File.load_contents_finish with docsstrings ... | Gian Mario Tagliaretti | 2008-07-14 | 4 | -3/+119 |
| * | Bug 487523 – Add xslfiles variable to .pc.in files | Johan Dahlin | 2008-07-14 | 2 | -2/+10 |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 2 | -24/+6 |
| * | Bug 504337 - crash bug in gobject.Timeout and gobject.Idle | Johan Dahlin | 2008-07-14 | 3 | -4/+17 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 5 | -0/+21 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 8 | -84/+116 |
| * | New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType' | Paul Pogonyshev | 2008-07-14 | 4 | -10/+65 |
| * | Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen, | Paul Pogonyshev | 2008-07-13 | 3 | -1/+9 |
| * | clean_func(): Strip GSEAL out, to avoid us thinking that there are many | Murray Cumming | 2008-07-13 | 2 | -2/+17 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 4 | -19/+91 |
| * | Fix error message referencing wrong argument. | Juha Sahakangas | 2008-07-09 | 2 | -1/+6 |
| * | Bug 540696 – gobject.markup_escape_text() causes python to segfault | Gustavo J. A. M. Carneiro | 2008-06-29 | 2 | -1/+7 |
| * | Document GObject.handler_block_by_func/handler_unblock_by_func | Johan Dahlin | 2008-06-28 | 2 | -3/+54 |
| * | Sort out confusion between interfaces and objects, add test. Fixes #538601 | Johan Dahlin | 2008-06-17 | 3 | -18/+35 |
| * | New functions, unconditionally raise TypeError. (pygobject_methods): Hook | Paul Pogonyshev | 2008-06-09 | 2 | -0/+26 |
| * | set FFI_LIBS to '', since this is mostly used on win32. | Johan Dahlin | 2008-05-31 | 2 | -0/+5 |
| * | Add the GParamSpec type wrapper to the module dictionary. | Gustavo J. A. M. Carneiro | 2008-05-30 | 2 | -0/+9 |
| * | Add default values for all GSeekType variables. | Johan Dahlin | 2008-05-23 | 2 | -3/+8 |
| * | Accept None for the child_setup parameter of gobject.spawn_async(). Also | Gustavo J. A. M. Carneiro | 2008-05-21 | 2 | -3/+18 |
| * | Fix: raise warning as exception if asked by PyErr_Warn(). | Paul Pogonyshev | 2008-04-27 | 3 | -3/+18 |
| * | Update link to defs format discussion | Johan Dahlin | 2008-04-21 | 2 | -1/+5 |
| * | Set gobject.GObject.__module__ to gobject._gobject, this helps pylint to | Johan Dahlin | 2008-04-15 | 4 | -1/+29 |
| * | document. Add default values to all flags parameters. | Johan Dahlin | 2008-04-11 | 2 | -24/+42 |
| * | document. Set io_priority default to G_PRIORITY_DEFAULT. | Johan Dahlin | 2008-04-11 | 2 | -23/+47 |
| * | test TypeError of read_async/write_async properly | Johan Dahlin | 2008-04-11 | 1 | -0/+33 |
| * | Move around the order of the callback argument to async methods, so it | Johan Dahlin | 2008-04-11 | 5 | -91/+135 |
| * | Implement GAppInfo constructor, add tests. | Johan Dahlin | 2008-04-08 | 7 | -13/+114 |
| * | 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 |