summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove private commentsJohan Dahlin2008-01-291-16/+0
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-218-16/+139
* New testJohan Dahlin2008-01-202-0/+18
* Reuse file descriptor for reading and writing. Avoid unnecessary flush()Johan Dahlin2008-01-201-5/+3
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-209-246/+375
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-203-9/+46
* New function to test error condition of async read.Johan Dahlin2008-01-203-2/+31
* Reorganize tests and make them test more useful thingsJohan Dahlin2008-01-201-11/+12
* Impl.Johan Dahlin2008-01-195-1/+118
* Implement.Johan Dahlin2008-01-192-4/+75
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-194-3/+117
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-192-4/+9
* Set null-ok for all cancelable as well.Johan Dahlin2008-01-192-107/+109
* set gio.unix to None if it's not availableJohan Dahlin2008-01-192-1/+3
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-194-107/+200
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-1936-1/+13165
* Don't link against libffi if we cannot find libffi on the system.Johan Dahlin2008-01-112-4/+32
* Include -Wall and -Werror when checking for PySignal_SetWakeupFdJohan Dahlin2008-01-032-1/+4
* Reviewed by: GustavoJohan Dahlin2008-01-033-11/+89
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-022-0/+37
* Add props attributeRafael Villar Burke2007-11-302-0/+24
* check for NULL before dereferencing.Paolo Borelli2007-11-242-6/+13
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-242-2/+8
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-123-1/+10
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-063-35/+74
* remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-054-4/+17
* If there are no items, do not attempt to iterateJohan Dahlin2007-11-021-2/+3
* fix indent on ChangelogGian Mario Tagliaretti2007-10-161-1/+1
* uninstalled.pc file missing 'datadir' value. Fixes #486876Gian Mario Tagliaretti2007-10-162-0/+8
* post-relase bumpGustavo J. A. M. Carneiro2007-09-162-1/+5
* 2.14.0PYGOBJECT_2_14_0Gustavo J. A. M. Carneiro2007-09-162-2/+5
* Update NEWSGustavo J. A. M. Carneiro2007-09-162-0/+13
* Remove DATADIR substitution since it now gets substituted asJohn Finlay2007-09-062-4/+6
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-272-6/+6
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-273-8/+27