summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS and release PyGObject-2.21.3PYGOBJECT_2_21_3Tomeu Vizoso2010-06-211-0/+7
* Proper handling of null-ok in virtual methodsLudovic L'Hours2010-06-212-3/+17
* Add *~ and *.orig to .gitignoreTomeu Vizoso2010-06-211-1/+4
* Fall back to use the floating references API in glib if there isn't a sinkfun...Tomeu Vizoso2010-06-218-23/+315
* Revert "Drop sinkfuncs."Tomeu Vizoso2010-06-213-10/+36
* [giounix] Make it possible to compile on glib 2.20Johan Dahlin2010-06-201-0/+2
* Release the lock when potentially invoking Python code.Sjoerd Simons2010-06-151-1/+10
* Post release version bump to 2.21.3Tomeu Vizoso2010-06-101-1/+1
* Update NEWS and release PyGObject-2.21.2PYGOBJECT_2_21_2Tomeu Vizoso2010-06-101-0/+26
* Remove deleted files from the Makefile.Tomeu Vizoso2010-06-101-4/+0
* Add myself to the maintainers list in the READMETomeu Vizoso2010-06-101-0/+1
* Drop sinkfuncs.Tomeu Vizoso2010-06-103-36/+10
* Add myself to maintainersTomeu Vizoso2010-06-082-0/+11
* Clear error if we failed the importColin Walters2010-06-081-0/+2
* Added missing , to keyword list of gio.GFile.set_attributeJohn Ehresman2010-04-201-1/+1
* Fix arg conversion in gio.GFile.set_attributeJohn Ehresman2010-04-201-5/+227
* Set constants under python 2.5 or beforeJohn Ehresman2010-04-201-0/+8
* Doc Extractor: Use replacements that make sense for &...; expressions.José Alburquerque2010-04-181-2/+2
* Add build docs for windowsJohn Stowers2010-04-162-0/+25
* Setup.py cosmetic tidyJohn Stowers2010-04-162-42/+40
* Fix crash when importing gioJohn Stowers2010-04-161-0/+3
* Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-166-62/+71
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-162-18/+116
* Include pygsource.hJohn Stowers2010-04-161-0/+1
* codegen/docextract_to_xml.py: One more &...; replacement ( ).José Alburquerque2010-04-131-0/+1
* codegen/docextract_to_xml.py: Replace some &..; that cause errors.José Alburquerque2010-04-131-0/+4
* codegen/docextract_to_xml.py: Handle C++ multi-line comments.José Alburquerque2010-04-111-0/+9
* codegen/docextract.py: Stop final section processing on first match.José Alburquerque2010-04-111-0/+4
* Update doc extraction tool to handle GObjectIntrospection annotations.José Alburquerque2010-04-112-112/+414
* Docs: replace gio.IO_ERROR_* with gio.ERROR_*Paul Bolle2010-04-083-45/+45
* Bug 613341 - pygobject tests seem to require pygtk causing a circularGian Mario Tagliaretti2010-04-054-718/+0
* Don't raise an error in _pygi_import if pygi support is disabledSimon van der Linden2010-02-024-16/+3
* Initialize PyGPollFD_Type.fd_obj to NULLTomeu Vizoso2010-01-101-0/+1
* Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distccGian Mario Tagliaretti2010-01-041-14/+13
* Wrap gio.Cancellable.make_pollfd() and add a testGian Mario Tagliaretti2010-01-034-0/+56
* Make cancellable an optional parameter in many methodsGian Mario Tagliaretti2010-01-021-51/+51
* Post release version bump to 2.21.2Gian Mario Tagliaretti2010-01-021-1/+1
* Update NEWS and release PyGObject-2.21.1PYGOBJECT_2_21_1Gian Mario Tagliaretti2010-01-021-0/+55
* Wrap gio.Volume.eject_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* gio.Mount.unmount_with_operation() fix a copy/paste leftoverGian Mario Tagliaretti2010-01-011-2/+2
* Wrap gio.Mount.eject_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap gio.Mount.unmount_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap File.unmount_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap gio.File.stop_mountable()Gian Mario Tagliaretti2010-01-011-0/+52
* Wrap gio.File.start_mountable()Gian Mario Tagliaretti2010-01-011-0/+52
* Wrap gio.File.replace_readwrite_async()Gian Mario Tagliaretti2010-01-011-0/+55
* Wrap gio.File.poll_mountable()Gian Mario Tagliaretti2010-01-011-0/+41
* Wrap gio.File.open_readwrite_async()Gian Mario Tagliaretti2010-01-011-0/+44
* Wrap gio.File.eject_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap gio.File.create_readwrite_async() and add a testGian Mario Tagliaretti2010-01-012-0/+75