summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-271-0/+57
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+21
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-111-0/+26
* Bug 540376 – No TypeError raised when type is NonePaul Pogonyshev2008-08-111-0/+10
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-0/+8
* Bug 546120 – make gio.File more PythonicPaul Pogonyshev2008-08-101-1/+10
* Bug 547067 – add File.replace_contents, replace_contents_async,Jonathan Matthew2008-08-101-0/+41
* Fix to not use `use_default_fallbacks' property (it's new).Paul Pogonyshev2008-08-091-3/+8
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-8/+13
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-091-0/+22
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-093-13/+95
* include test_gio.py in the testsJohan Dahlin2008-08-091-0/+1
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-031-0/+57
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-021-0/+39
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-021-0/+39
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-011-0/+6
* Wrap gio.File.moveJohan Dahlin2008-08-011-1/+29
* Bug 545861 – g_file_info_get_modification_time is missingJohan Dahlin2008-08-011-3/+9
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-011-0/+8
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-291-1/+24
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-261-7/+10
* Update the test tooJohan Dahlin2008-07-261-1/+1
* Run pyflakes on the testsuite, remove unused imports and reorganizeJohan Dahlin2008-07-2610-65/+58
* Move over glib constants to gobjectJohan Dahlin2008-07-265-38/+39
* Make distcheck passJohan Dahlin2008-07-251-1/+4
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-0/+31
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-0/+2
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-191-0/+36
* Wrap gio.FileEnumerator.next_files_async/next_files_done. Update theJohan Dahlin2008-07-181-0/+17
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-181-7/+23
* Make sure we can distcheck the gio module properlyJohan Dahlin2008-07-141-1/+4
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-141-1/+19
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-141-0/+7
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-111-0/+9
* Sort out confusion between interfaces and objects, add test. Fixes #538601Johan Dahlin2008-06-171-2/+11
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-152-0/+13
* test TypeError of read_async/write_async properlyJohan Dahlin2008-04-111-0/+33
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-111-8/+8
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-081-8/+18
* Wrap GFileInfo.list_attributes(), add tests and set the default ofJohan Dahlin2008-04-081-0/+9
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-081-0/+7
* Disable these tests until we can figure why they freeze during make check.Johan Dahlin2008-04-081-2/+4
* Add bindings for content_type_guess. Based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+15
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+13
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-0/+28
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+19
* Add tests for recently added features.Johan Dahlin2008-04-061-9/+61
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-0/+9
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-4/+2
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-0/+35