summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceJohan Dahlin2006-03-151-13/+13
* add enum/conversion herePYGOBJECT_2_9_1Johan Dahlin2006-01-171-0/+2
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-0/+39
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-112-1/+54
* Make dist/distcheck work againJohan Dahlin2006-01-091-1/+7
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-0918-524/+44
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-092-0/+34
* Add testJohan Dahlin2005-10-142-0/+13
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-2/+3
* add (disabled) uint64 testJohan Dahlin2005-10-021-3/+19
* unit test for gobject.new error bugGustavo J. A. M. Carneiro2005-10-011-0/+3
* workaround gtk bug #317455Gustavo J. A. M. Carneiro2005-09-282-0/+15
* Bug 317172: gtk.glade.signal_autoconnect causes leaked objectsGustavo J. A. M. Carneiro2005-09-252-1/+30
* [Bug 315100] gobject.type_register if parameter is not a typeGustavo J. A. M. Carneiro2005-09-021-0/+3
* Refactor to allow us to list signals on interfaces.Johan Dahlin2005-08-261-0/+10
* Add test for Table.attach which takes uint arguments.Johan Dahlin2005-08-241-0/+12
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-0/+18
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-301-0/+12
* Clean up tests, we don't need a C binding to access tp_basicsize, clean upJohan Dahlin2005-07-252-115/+55
* Re-enablePYGTK_2_7_1Johan Dahlin2005-07-222-16/+24
* Allow enums to be specified in the constructor Return flags or enum objectJohan Dahlin2005-07-151-104/+145
* Impl. Patch by Gustavo, fixes #155679PYGTK_2_7_0Johan Dahlin2005-07-101-2/+36
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-29/+53
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-102-1/+68
* Remove gtk_ prefix on a couple of (unwrapped) functionsJohan Dahlin2005-07-091-15/+13
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-096-11/+145
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-083-2/+5