summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 447271 – gobject has a weird bug on mac. Involves python, property and ...Gustavo J. A. M. Carneiro2007-06-171-0/+12
* Support type=GObject or type=TYPE_OBJECT in the new properties API.Gustavo J. A. M. Carneiro2007-06-161-0/+14
* Bug 339924 – gnome-python doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-05-091-1/+2
* Store property values in the descriptor per instance, add a test.Johan Dahlin2007-05-021-0/+12
* Add a property helper, fixes #338098Johan Dahlin2007-05-014-67/+135
* fix GSlice thread init warningGustavo J. A. M. Carneiro2007-04-302-2/+2
* Remove whitespace, add a bug referenceJohan Dahlin2007-04-301-3/+4
* fix descriptor / toggle_ref interaction bugGustavo J. A. M. Carneiro2007-04-301-0/+12
* reviewed by: Johan Dahlin <johan@gnome.org>James Livingstone2007-04-301-0/+15
* Treat None in a GValueArray as pointer/NULL, patch by Ed Catmur, fixesJohan Dahlin2007-04-302-1/+28
* reviewed by: Johan Dahlin <johan@gnome.org>Damien Carbery2007-04-301-1/+1
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-292-10/+211
* Unit test for get/set_properties.Gustavo J. A. M. Carneiro2007-04-231-0/+8
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-141-1/+185
* Remove .cvsignore archivesJohan Dahlin2007-01-161-3/+0
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-181-1/+4
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-181-1/+73
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-10/+17
* Add a test for #375589Johan Dahlin2006-11-181-0/+10
* some more emission hook testsGustavo J. A. M. Carneiro2006-09-161-0/+45
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-272-3/+89
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-1/+29
* Remove printJohan Dahlin2006-08-211-1/+0
* Add Interface implementation testJohan Dahlin2006-07-105-10/+296
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-0/+16
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-2/+3
* Add a disabled test of subsubtypeJohan Dahlin2006-05-271-0/+14
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-0/+1
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+40
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+29
* Include original exception string in the raised SystemExit.Gustavo J. A. M. Carneiro2006-04-111-1/+1
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-112-15/+12
* reindentJohan Dahlin2006-04-1112-44/+43
* unit test for #335854Gustavo J. A. M. Carneiro2006-04-011-1/+11