summaryrefslogtreecommitdiffstats
path: root/tests/test_gio.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-4/+2
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-091-0/+16
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-11/+42
* New testJohan Dahlin2008-01-201-0/+16
* Reuse file descriptor for reading and writing. Avoid unnecessary flush()Johan Dahlin2008-01-201-5/+3
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-201-1/+3
* New function to test error condition of async read.Johan Dahlin2008-01-201-1/+20
* Reorganize tests and make them test more useful thingsJohan Dahlin2008-01-201-11/+12
* Impl.Johan Dahlin2008-01-191-0/+49