summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Remove g_file_input_stream_seek and g_file_output_stream_seek, theyJohan Dahlin2008-07-141-0/+6
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-141-0/+8
* Map GSeekType to an intJohan Dahlin2008-07-141-0/+10
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-141-0/+12
* New class. (MethodDefBase.__init__): Make 'self.ret' a 'ReturnType'Paul Pogonyshev2008-07-141-0/+12
* Add 'codegendir' variable. Make 'codegendir' refer to PyGObject's codegen,Paul Pogonyshev2008-07-131-0/+7
* clean_func(): Strip GSEAL out, to avoid us thinking that there are manyMurray Cumming2008-07-131-0/+11
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-111-0/+8
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-091-0/+5
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-291-0/+6
* Document GObject.handler_block_by_func/handler_unblock_by_funcJohan Dahlin2008-06-281-0/+5
* Sort out confusion between interfaces and objects, add test. Fixes #538601Johan Dahlin2008-06-171-0/+7
* New functions, unconditionally raise TypeError. (pygobject_methods): HookPaul Pogonyshev2008-06-091-0/+6
* set FFI_LIBS to '', since this is mostly used on win32.Johan Dahlin2008-05-311-0/+4
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-301-0/+5
* Add default values for all GSeekType variables.Johan Dahlin2008-05-231-0/+5
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-211-0/+6
* Fix: raise warning as exception if asked by PyErr_Warn().Paul Pogonyshev2008-04-271-0/+10
* Update link to defs format discussionJohan Dahlin2008-04-211-0/+4
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-151-0/+12
* document. Add default values to all flags parameters.Johan Dahlin2008-04-111-0/+5
* document. Set io_priority default to G_PRIORITY_DEFAULT.Johan Dahlin2008-04-111-0/+5
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-111-0/+10
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-081-0/+10
* Wrap GFileInfo.list_attributes(), add tests and set the default ofJohan Dahlin2008-04-081-0/+10
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-081-0/+7
* Disable these tests until we can figure why they freeze during make check.Johan Dahlin2008-04-081-0/+7
* Add bindings for content_type_guess. Based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+8
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+9
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-0/+6
* Fix a couple of silly typos and use gio.File instead of GFile inJohan Dahlin2008-04-081-0/+5
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+10
* Install gio in the right locationJohan Dahlin2008-04-071-0/+4
* Add tests for recently added features.Johan Dahlin2008-04-061-0/+2
* Add wrappers.Johan Dahlin2008-04-061-0/+5
* Ignore vararg functions and remove a couple of left overs in the genericJohan Dahlin2008-04-061-0/+3
* Remove g_file_output_stream_truncate, g_file_output_stream_tell andJohan Dahlin2008-04-061-0/+3
* Implement the python iteration protocol on GFileEnumeratorJohan Dahlin2008-04-061-0/+4
* Add goffset to the int64 arg typeJohan Dahlin2008-04-061-0/+4
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-0/+8
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-241-0/+5
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-0/+11
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-0/+8
* Require gio and giounix 2.15.7.Johan Dahlin2008-03-091-0/+4
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-091-0/+12
* Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.Johan Dahlin2008-03-081-1/+8
* Dist .m4 files. (#496011, Ed Catmur)Johan Dahlin2008-03-021-1/+6
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-0/+5
* Add this so other bindings can find gio.defsDan Winship2008-02-011-0/+5
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-0/+15