summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-143-4/+17
* Map GSeekType to an intJohan Dahlin2008-07-145-0/+21
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-148-84/+116
* New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType'Paul Pogonyshev2008-07-144-10/+65
* Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen,Paul Pogonyshev2008-07-133-1/+9
* clean_func(): Strip GSEAL out, to avoid us thinking that there are manyMurray Cumming2008-07-132-2/+17
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-114-19/+91
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-092-1/+6
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-292-1/+7
* Document GObject.handler_block_by_func/handler_unblock_by_funcJohan Dahlin2008-06-282-3/+54
* Sort out confusion between interfaces and objects, add test. Fixes #538601Johan Dahlin2008-06-173-18/+35
* New functions, unconditionally raise TypeError. (pygobject_methods): HookPaul Pogonyshev2008-06-092-0/+26
* set FFI_LIBS to '', since this is mostly used on win32.Johan Dahlin2008-05-312-0/+5
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-302-0/+9
* Add default values for all GSeekType variables.Johan Dahlin2008-05-232-3/+8
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-212-3/+18
* Fix: raise warning as exception if asked by PyErr_Warn().Paul Pogonyshev2008-04-273-3/+18
* Update link to defs format discussionJohan Dahlin2008-04-212-1/+5
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-154-1/+29
* document. Add default values to all flags parameters.Johan Dahlin2008-04-112-24/+42
* document. Set io_priority default to G_PRIORITY_DEFAULT.Johan Dahlin2008-04-112-23/+47
* test TypeError of read_async/write_async properlyJohan Dahlin2008-04-111-0/+33
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-115-91/+135
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-087-13/+114
* Wrap GFileInfo.list_attributes(), add tests and set the default ofJohan Dahlin2008-04-086-13/+86
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-083-2/+16
* Disable these tests until we can figure why they freeze during make check.Johan Dahlin2008-04-082-2/+11
* Add bindings for content_type_guess. Based on patch by Thomas LeonardJohan Dahlin2008-04-084-0/+60
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-085-0/+64
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-083-3/+35
* Fix a couple of silly typos and use gio.File instead of GFile inJohan Dahlin2008-04-082-7/+13
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-076-1/+139
* Install gio in the right locationJohan Dahlin2008-04-072-2/+6
* Add tests for recently added features.Johan Dahlin2008-04-062-9/+63
* Add wrappers.Johan Dahlin2008-04-063-0/+171
* Ignore vararg functions and remove a couple of left overs in the genericJohan Dahlin2008-04-062-11/+6
* Remove g_file_output_stream_truncate, g_file_output_stream_tell andJohan Dahlin2008-04-062-24/+3
* Implement the python iteration protocol on GFileEnumeratorJohan Dahlin2008-04-063-0/+54
* Add goffset to the int64 arg typeJohan Dahlin2008-04-062-0/+5
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-023-8/+46
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-242-2/+10
* Fix the buildJohan Dahlin2008-03-221-9/+3
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-224-31/+114
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-213-4/+47
* Require gio and giounix 2.15.7.Johan Dahlin2008-03-092-2/+6
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-094-20/+37
* Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.Johan Dahlin2008-03-082-3/+10
* Dist .m4 files. (#496011, Ed Catmur)Johan Dahlin2008-03-022-2/+10
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-022-2/+9
* Add this so other bindings can find gio.defsDan Winship2008-02-012-0/+6