summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-034-2/+181
* Change return value from 'gboolean' to 'int' and changed semantics toPaul Pogonyshev2008-08-034-8/+18
* Fix a copy/paste pattern...Gian Mario Tagliaretti2008-08-021-42/+0
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-024-1/+143
* More cleanups.Johan Dahlin2008-08-021-33/+38
* PEP8ifyJohan Dahlin2008-08-021-69/+78
* More refactoring. Avoid duplication, add xml string templatesJohan Dahlin2008-08-021-67/+62
* Do not include gio-types.defsJohan Dahlin2008-08-021-2/+0
* further cleanupsJohan Dahlin2008-08-021-243/+255
* Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it runJohan Dahlin2008-08-024-108/+119
* Fix compilation warnings, clean up style and indentation.Johan Dahlin2008-08-024-87/+112
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-024-1/+101
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-026-7/+29
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-019-932/+1145
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-014-1/+70
* Wrap gio.File.moveJohan Dahlin2008-08-013-1/+75
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-016-5/+243
* Add docstring for gio.FileInfo.list_attributesGian Mario Tagliaretti2008-08-012-0/+9
* Bug 545861 – g_file_info_get_modification_time is missingJohan Dahlin2008-08-014-4/+34
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-014-0/+47
* Use %r instead of %s, this is not python!Johan Dahlin2008-08-012-1/+6
* Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings forJohan Dahlin2008-07-302-37/+94
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-297-37/+331
* WhitespaceJohan Dahlin2008-07-291-0/+1
* Take some creditJohan Dahlin2008-07-292-0/+3
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-299-116/+448
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-293-2/+139
* Fetch the total and print percentageJohan Dahlin2008-07-291-3/+8
* Remove unused importJohan Dahlin2008-07-291-1/+1
* Refactor the example a bit, use start/stop to access loop so it's easier to r...Johan Dahlin2008-07-291-12/+19
* Handle errors from gfile.read() gracefullyJohan Dahlin2008-07-291-3/+6