summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add option (-p) to use the modulename as a hint to the prefix of functionsJohn Finlay2008-11-031-18/+84
* Add defsgen to __all__ list. Strip out # directives from enum defintions.John Finlay2008-11-013-0/+12
* Add defsgen.pyJohn Finlay2008-10-312-0/+3
* Use the passed in prefix as a hint when creating a typecode.John Finlay2008-10-313-14/+41
* g_output_stream_write_all use gsize instead of gssizeGian Mario Tagliaretti2008-09-122-1/+6
* Bug 530935 – pygobject_set_properties doesnt release the GILPaul Pogonyshev2008-09-092-20/+21
* Bug 549517 – add __repr__ to gio.Drive, gio.Mount and gio.VolumePaul Pogonyshev2008-09-083-0/+79
* Bug 551227 – Missing AC_CONFIG_MACRO_DIR([m4])Loïc Minier2008-09-082-0/+7
* Bug 551056 – make codegen not import when corresponding argument typesPaul Pogonyshev2008-09-083-7/+30
* Fix typos breaking compilation (bug #551212).Frederic Peters2008-09-072-4/+10
* Bug 551059 – GFile load_contents methods chop data at first \0Jonathan Matthew2008-09-072-2/+10
* Post release version bumpJohan Dahlin2008-09-032-1/+6
* === 2.15.4 ===PYGOBJECT_2_15_4Johan Dahlin2008-09-032-0/+9
* Fix typo (s/&type/type) introduced in r886 causing weird crashes onLoïc Minier2008-09-022-1/+7
* add G_TYPE_CLOSURE boxed type in codegenGian Mario Tagliaretti2008-09-012-0/+5
* Post release version bumpJohan Dahlin2008-08-312-1/+6
* === 2.15.3 ===PYGOBJECT_2_15_3Johan Dahlin2008-08-312-0/+44
* * gobject/pygobject.c: Fix memory problems reported by valgrind due toGustavo J. A. M. Carneiro2008-08-303-2/+10
* Mark pyglib_notify_on_enabling_threads() as private (also rename).Paul Pogonyshev2008-08-274-7/+10
* Bug 549191 – Constructor of gtk.TreeView raises TypeError when model isPaul Pogonyshev2008-08-272-7/+19
* Bug 549351 – an unitialized variable in PyGLibPaul Pogonyshev2008-08-272-3/+9
* Bug 547633 – cannot create new threads when pygtk is usedPaul Pogonyshev2008-08-274-1/+49
* Bug 547088 – wrap g_content_types_get_registered()Paul Pogonyshev2008-08-274-0/+44
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-276-26/+260
* Fix keywords getting out of sync with actual argument order.Paul Pogonyshev2008-08-162-1/+6
* Bug 547495 – wrap four important asynchronous methods in gio.Drive andPaul Pogonyshev2008-08-123-1/+252
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-122-0/+11
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-123-0/+95
* only use 4 spaces in indentGian Mario Tagliaretti2008-08-121-202/+202
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-115-1/+103
* Ignore `g_io_module*' and `g_io_scheduler_*'.Paul Pogonyshev2008-08-112-0/+6
* Bug 540376 – No TypeError raised when type is NonePaul Pogonyshev2008-08-113-0/+27
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-113-0/+65
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-113-52/+64
* Bug 546120 – make gio.File more PythonicPaul Pogonyshev2008-08-103-1/+78
* Bug 547104 – improve runtime type wrapper creationPaul Pogonyshev2008-08-102-0/+72
* Bug 547134 – fix docstring line lengthJonathan Matthew2008-08-102-18/+36
* Add GFile.query_default_handler which was missing from the defs.Gian Mario Tagliaretti2008-08-102-0/+15
* Bug 547067 – add File.replace_contents, replace_contents_async,Jonathan Matthew2008-08-104-3/+235
* Fix to not use `use_default_fallbacks' property (it's new).Paul Pogonyshev2008-08-092-3/+13
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-093-10/+32
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-094-14/+55
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-098-161/+490
* include test_gio.py in the testsJohan Dahlin2008-08-091-0/+1
* Bug 546734 – Missing Py_INCREFs for some file async methodsJonathan Matthew2008-08-072-0/+19
* Move the progress callback for move/copy so it's consistent with theJohan Dahlin2008-08-063-6/+15
* Add a pygobject_enable_threads wrapper around pyglib_threads_enable andJohan Dahlin2008-08-063-8/+31
* return in case of error instead of trying to access the internal types.Johan Dahlin2008-08-062-1/+10
* Add 'pygio_do_icon_richcompare' prototype to header.Paul Pogonyshev2008-08-052-2/+11
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-053-0/+146