summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use 'Requires.private' for libffi in '.pc' filesJosselin Mouette2009-05-172-2/+4
* Add wrapper for gio.FileAttributeMatcherGian Mario Tagliaretti2009-05-133-2/+31
* Mark relevant glib.IOChannel methods as METH_NOARGSPaul Pogonyshev2009-05-131-63/+20
* Add documentation for the gio.FileInfo classGian Mario Tagliaretti2009-05-123-0/+349
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-092-0/+34
* Fix a bug in InputStream.skip_asyncGian Mario Tagliaretti2009-05-091-1/+2
* Add docs for the gio.InputStream classGian Mario Tagliaretti2009-05-093-0/+733
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-052-1/+69
* Add -n --namespace option and the code to removeSiavash Safi2009-05-042-24/+117
* Properly mark glib.get_user_special_dir() as a keywords methodPaul Pogonyshev2009-05-031-1/+1
* Add docs for the gio.LoadableIcon classGian Mario Tagliaretti2009-05-033-0/+201
* Add docs for the gio.ThemedIcon classGian Mario Tagliaretti2009-05-033-0/+207
* post release version bump to 2.17.1Gian Mario Tagliaretti2009-05-021-1/+1
* Fix the class titleGian Mario Tagliaretti2009-05-011-1/+1
* Add docs for the gio.MountOperation classGian Mario Tagliaretti2009-05-014-0/+836
* Update NEWS, release 2.17.0PYGOBJECT_2_17_0Gian Mario Tagliaretti2009-04-301-0/+93
* Fix memory leak in gio.File.query_info_async()Paul Pogonyshev2009-04-301-0/+4
* Forgot to add gmount.override to gio/Makefile.amGian Mario Tagliaretti2009-04-291-0/+1
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-293-0/+295
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-294-4/+4
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-284-18/+39
* Code maintenance: ignore unit test result filePaul Pogonyshev2009-04-281-0/+1
* Add docs for the gio.Mount classGian Mario Tagliaretti2009-04-283-2/+658
* Fix a broken link in gio.Volume docsGian Mario Tagliaretti2009-04-281-1/+1
* Fix pygobject.doap using the correct mbox syntaxGian Mario Tagliaretti2009-04-281-0/+2
* Fix a crash in pyg_type_add_interfaces()Paul Pogonyshev2009-04-271-4/+8
* Fix the docs for the gio.AppInfo classGian Mario Tagliaretti2009-04-251-1/+43
* Complete the docs for the gio.File classGian Mario Tagliaretti2009-04-251-0/+1717
* Finish gio.File constants attributesGian Mario Tagliaretti2009-04-251-0/+252
* doap: add bindings categoryOlav Vitters2009-04-231-0/+1
* Remove an empty structure, use sizeof(PyObject) insteadPaul Pogonyshev2009-04-211-2/+1
* Wrap four g_get_user_*_dir() functionsPaul Pogonyshev2009-04-203-0/+294
* Code maintenance: ignore '.so' filesPaul Pogonyshev2009-04-191-0/+1
* Commit some more work on gio.File DocsGian Mario Tagliaretti2009-04-182-27/+2167
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-1810-89/+30
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-185-0/+49
* 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net>Paul Pogonyshev2009-04-172-0/+17
* Add a doap fileJohan Dahlin2009-04-171-0/+24
* Bug 550231 – missing dep on libffi in pygobject-2.0.pcGötz Waschk2009-04-144-4/+13
* Bug 555613 – gio.VolumeMonitor segfaultsPaul Pogonyshev2009-04-142-0/+14
* Bug 573753 – DeprecationWarning under python 2.6James Westby2009-04-142-1/+8
* Bug 576566 – several scripts from codegen directory are not distributedKrzesimir Nowak2009-04-142-0/+14
* change argument order to keep it consistent with the other methods.Gian Mario Tagliaretti2009-04-142-10/+14
* Bug 578870 – memory leak in gio.File.copy_asyncPaul Pogonyshev2009-04-133-9/+45
* should accept None for cancellable and set the default flag toGian Mario Tagliaretti2009-04-122-2/+7
* Add gio.File and gio.Seekable in docs, gio.File it's not yet completedGian Mario Tagliaretti2009-04-116-1/+1604
* Bug 575781 – pyg_notify_free needs to ensure it has GIL before callingJonathan Matthew2009-04-082-0/+12
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-053-1/+72
* Add support code for fixing: Bug 507174 – Convert from popt to GOption.Gustavo J. A. M. Carneiro2009-04-052-0/+16
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue do...Gustavo J. A. M. Carneiro2009-04-053-38/+25