summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the girepository moduleSimon van der Linden2009-11-2317-3174/+1
* Ignore one more file.Paul Pogonyshev2009-11-221-0/+1
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-222-2/+9
* Move threads_init() function from 'gobject' to 'glib'Paul Pogonyshev2009-11-102-29/+23
* Create instances by calling tp_alloc rather than PyObject_NEWSimon van der Linden2009-11-091-1/+2
* Add capabilities to import wrappers from pygiSimon van der Linden2009-11-095-0/+105
* Fix girpository build setupSimon van der Linden2009-11-073-15/+111
* Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap...Simon van der Linden2009-11-071-6/+33
* pygmainloop: fix use of PySignal_WakeUpFD API for nested loopsPhilippe Normad2009-10-211-45/+50
* Post release version bump to 2.21.0Gian Mario Tagliaretti2009-09-251-1/+1
* Update NEWS and release 2.20.0PYGOBJECT_2_20_0Gian Mario Tagliaretti2009-09-231-0/+6
* Bump version to 2.20.0Gian Mario Tagliaretti2009-09-231-1/+1
* Updated uninstalled.pc file so that it contains the right paths forBrian Cameron2009-09-231-2/+2
* Plug reference leak of GSource in pyg_main_loop_init()Paul Pogonyshev2009-09-221-0/+1
* Specify programming language in .devhelp fileFrédéric Péters2009-08-301-1/+1
* Allow to use automake 1.11Paolo Borelli2009-08-131-6/+7
* Update READMEPYGOBJECT_2_19_0Gian Mario Tagliaretti2009-08-111-2/+8
* Update AUTHORSGian Mario Tagliaretti2009-08-111-3/+5
* Add myself and Paul as maintainersGian Mario Tagliaretti2009-08-112-0/+22
* Update NEWS release 2.19.0Gian Mario Tagliaretti2009-08-111-0/+29
* Add macros to help with Python list to/from GList/GSList conversions.John Finlay2009-08-111-1/+241
* Bug 590063 – GFileInfo.list_attributes should accept None/NULLGian Mario Tagliaretti2009-08-081-2/+2
* Remove myself as a maintainerJohan Dahlin2009-07-242-11/+0
* * codegen/defsgen.py (clean_patterns): Strip out Windows DLL API macros.John Finlay2009-07-081-3/+3
* Fix the gio.unix namespace in docsGian Mario Tagliaretti2009-06-236-28/+42
* Add docs for gio functions (mostly for content types)Gian Mario Tagliaretti2009-06-223-0/+398
* Add docs for gio.Unix[In|Out]putStream classesGian Mario Tagliaretti2009-06-214-0/+410
* Document that many functions got moved gobject -> glibPaul Pogonyshev2009-06-211-0/+7
* Add docs for class gio.DataOutputStreamGian Mario Tagliaretti2009-06-203-0/+507
* Allow h2def.py to work when there are tabs or multiple spaces after the struc...Murray Cumming2009-06-181-4/+4
* Add dpcs for class gio.DataInputStreamGian Mario Tagliaretti2009-06-154-0/+868
* Fix build when builddir is not the same as srcdirTheppitak Karoonboonyanan2009-06-151-1/+1
* Make gio.Emblem constructor new-stylePaul Pogonyshev2009-06-152-4/+52
* Add docs for gio.BufferedOutputStream classGian Mario Tagliaretti2009-06-133-47/+325
* Fix gio.BufferedInputStream docsGian Mario Tagliaretti2009-06-131-2/+32
* Add docs for gio.BufferedInputStreamGian Mario Tagliaretti2009-06-133-0/+434
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-125-218/+218
* Make codegen report errors using Python function/method namesPaul Pogonyshev2009-06-122-5/+14
* Fix object type in gio.BufferedInputStream_fill_asyncGian Mario Tagliaretti2009-06-121-1/+1
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-094-0/+97
* Add gio.BufferedOutputStream which was forgotten in the types definitionGian Mario Tagliaretti2009-06-091-0/+7
* Add docs for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-093-0/+178
* Split overrides for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-094-24/+47
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-098-35/+252
* Fixes whitespaces style issues with girepository.Simon van der Linden2009-06-085-40/+39
* Removes the header but the modeline in test_girepository.py.Simon van der Linden2009-06-081-25/+1
* Adds overrides modules from PyBank.Simon van der Linden2009-06-085-2/+26
* Disables the tests that fail in tests/test_girepository.py.Simon van der Linden2009-06-081-60/+182
* Imports test_girepository.py from former PyBank's everything_unittest.py.Simon van der Linden2009-06-081-0/+288
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-0814-32/+2799