summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-192-0/+51
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-0/+3
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-34/+55
* Remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-0/+14
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-1/+13
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-271-2/+1
* Add test case for one the problems reported in bug #466082Gustavo J. A. M. Carneiro2007-08-131-0/+8
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-1/+42
* Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marsha...Gustavo J. A. M. Carneiro2007-07-072-0/+24
* reviewed by: Johan DahlinSebastian Granjoux2007-07-022-0/+40