summaryrefslogtreecommitdiffstats
path: root/tests/test_gio.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various selftests when building against python 3.1David Malcolm2010-04-161-32/+29
* Changes for tests to run in python 3John Ehresman2010-04-151-4/+11
* Wrap gio.File.create_readwrite_async() and add a testGian Mario Tagliaretti2010-01-011-0/+24
* Wrap gio.FileIOStream.query_info_async() and add a testGian Mario Tagliaretti2009-12-291-0/+18
* Wrap GIOStream.close_async() and add a testGian Mario Tagliaretti2009-12-281-0/+21
* Wrap gio.FileInfo.set_modification_time and add a testGian Mario Tagliaretti2009-12-281-1/+6
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-091-0/+25
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-0/+4
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-021-0/+27
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-011-0/+27
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-5/+46
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-241-0/+20
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-241-0/+11
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-051-0/+20
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-1/+1
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-051-0/+16
* Wrap new GFile methods.Gian Mario Tagliaretti2009-04-041-0/+18
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-281-1/+17
* gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrapGian Mario Tagliaretti2009-03-221-0/+15
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-141-2/+7
* Define methods.Mads Chr. Olesen2009-01-041-0/+25
* 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 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
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-091-0/+22
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-13/+0
* 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
* Move over glib constants to gobjectJohan Dahlin2008-07-261-15/+15
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-0/+31
* 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
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-141-1/+19
* 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
* 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