summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for bug #347273Gustavo J. A. M. Carneiro2006-10-021-0/+14
* Do not check version in the testsuite, it's already done in the individual mo...Johan Dahlin2006-08-081-7/+2
* Enable cursor/gtk.TreePath testJohan Dahlin2006-08-072-3/+6
* Add a test for #350252Johan Dahlin2006-08-071-0/+13
* Make it possible to reload the gtk+ module, (#349026, Alexander Larsson)Johan Dahlin2006-08-051-0/+8
* Special case __members__ to dir on the real module, fixes (#349892, JohnJohan Dahlin2006-08-051-0/+1
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-132-10/+28
* new container tests by Lorenzo Gil SanchezGustavo J. A. M. Carneiro2006-07-132-1/+58
* last fixes for 2.9.3 releasePYGTK_2_9_3Gustavo J. A. M. Carneiro2006-07-122-6/+10
* Add infrastructure to handle lazy loading. Move keysyms to be loadedJohan Dahlin2006-07-052-0/+9
* Check so PyGObject 2.10 is usedJohan Dahlin2006-05-061-0/+6
* Allow callback to be set to None, found by Patrick O'BrienJohan Dahlin2006-04-051-0/+12
* disable gc sensitive test for nowJohan Dahlin2006-04-031-1/+1
* Use classmethodJohan Dahlin2006-04-031-1/+1
* pyflakesJohan Dahlin2006-04-036-8/+2
* Run reindent.py on all python codeJohan Dahlin2006-04-0311-38/+35
* wrap, Fixes #333431 (Hamish Moffatt) Add testJohan Dahlin2006-04-021-0/+12
* Set default markup accel marker to \x00, add tests, Fixes #329658 (JohanJohan Dahlin2006-04-022-0/+11
* tests which moved to pygobjectJohan Dahlin2006-04-0216-885/+2
* GDK_PARENT_RELATIVE constantJohan Dahlin2006-04-021-0/+31
* do a collect before running the tests, since other tests might have been run ...Johan Dahlin2006-04-021-0/+3
* Remove gobject and depend on pygobject 2.10.0Johan Dahlin2006-04-011-5/+1
* Bug 332771 – gtk.Dialog leakGustavo J. A. M. Carneiro2006-02-272-2/+13
* Bump ref count on x11 so destroy() works as expectedJohn Ehresman2006-01-201-0/+24
* fix gobject includes and external pygobject detectionGustavo J. A. M. Carneiro2006-01-101-2/+6
* recover tests from today's pygobject splitGustavo J. A. M. Carneiro2006-01-0916-1/+858
* revert all changes from todayJohan Dahlin2006-01-092-6/+34
* delete files moved to pygobjectJohan Dahlin2006-01-0915-857/+0
* Remove gobject bindings and depend on pygobject 2.9.0.Johan Dahlin2006-01-093-35/+7
* 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-enableJohan 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 #155679Johan 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