summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* New testJohan Dahlin2008-01-201-0/+2
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-201-0/+14
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-201-0/+6
* New function to test error condition of async read.Johan Dahlin2008-01-201-0/+8
* Impl.Johan Dahlin2008-01-191-0/+9
* Implement.Johan Dahlin2008-01-191-2/+5
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-191-0/+7
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-191-0/+3
* Set null-ok for all cancelable as well.Johan Dahlin2008-01-191-0/+2
* set gio.unix to None if it's not availableJohan Dahlin2008-01-191-0/+2
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-191-0/+9
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-0/+42
* Don't link against libffi if we cannot find libffi on the system.Johan Dahlin2008-01-111-0/+5
* Include -Wall and -Werror when checking for PySignal_SetWakeupFdJohan Dahlin2008-01-031-0/+3
* Reviewed by: GustavoJohan Dahlin2008-01-031-0/+10
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+7
* Add props attributeRafael Villar Burke2007-11-301-0/+4
* check for NULL before dereferencing.Paolo Borelli2007-11-241-0/+5
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-0/+5
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-0/+6
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-0/+9
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-051-0/+8
* fix indent on ChangelogGian Mario Tagliaretti2007-10-161-1/+1
* uninstalled.pc file missing 'datadir' value. Fixes #486876Gian Mario Tagliaretti2007-10-161-0/+7
* post-relase bumpGustavo J. A. M. Carneiro2007-09-161-0/+4
* 2.14.0PYGOBJECT_2_14_0Gustavo J. A. M. Carneiro2007-09-161-0/+3
* Update NEWSGustavo J. A. M. Carneiro2007-09-161-0/+4
* Remove DATADIR substitution since it now gets substituted asJohn Finlay2007-09-061-0/+6
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-271-0/+3
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-0/+6