summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: fix test_api, test_dialog, test_enum and test_liststoreDieter Verfaillie2011-03-244-91/+92
* Add 'import pygtk; pygtk.require('2.0') statements where neededDieter Verfaillie2011-02-172-0/+4
* Revert "Bug 613341 - pygobject tests seem to require pygtk causing a circular"Dieter Verfaillie2011-02-072-47/+25
* setup.py: install testsDieter Verfaillie2010-11-032-0/+62
* Bug 613341 - pygobject tests seem to require pygtk causing a circularGian Mario Tagliaretti2010-04-052-25/+47
* Comment out a gdk test for now, needs investigatingGian Mario Tagliaretti2009-12-201-4/+4
* Fix wrong gtk.gdk.color_from_hsv definitionArun Raghavan2009-10-311-0/+6
* pango.Context is now instantiable, remove the testGian Mario Tagliaretti2009-06-201-5/+0
* Add HSV support to gtk.gdk.Color objectsPaul Pogonyshev2009-05-161-1/+20
* Add floating-point support to gtk.gdk.ColorPaul Pogonyshev2009-05-151-0/+21
* Make gtk.gdk.Event.time accept 'long' in assignmentsPaul Pogonyshev2009-05-081-0/+9
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-05-021-10/+0
* Bug 481715 – Need way to assign to a GtkTextIterPaul Pogonyshev2008-09-111-0/+14
* Wrap gtk_widget_list_accel_closures fixes #309554Gian Mario Tagliaretti2008-09-012-2/+23
* Bug 526189 – add __str__ and/or __repr__ to several typesPaul Pogonyshev2008-08-282-0/+31
* comment out test_default_attributes until we get a response on bugs #546005 a...Gian Mario Tagliaretti2008-08-241-5/+8
* Bug 527212 – types with well-defined equality semantics are not properlyPaul Pogonyshev2008-08-024-48/+109
* Fix to work also with integer 'socket_id' argument (bug #539365).Paul Pogonyshev2008-06-262-0/+14
* Fix logic in negative index branch to avoid refcount corruption.Paul Pogonyshev2008-06-241-0/+18
* Check that argument is a subclass of gtk.MenuItem or gtk.ToolItemPaul Pogonyshev2008-06-221-0/+22
* Fix 'use_underline' being ignored if neither 'text' nor 'stock' is setPaul Pogonyshev2008-06-212-0/+13
* Add a gtk.FileChooserDialog get_action method to workaround an issue with the...Gian Mario Tagliaretti2008-06-082-1/+15
* Add constructor variant similar to what gtk.gdk.color_parse() done. RaisePaul Pogonyshev2008-04-271-0/+12
* Bug 472908 – Make pango.Context non-instantiableGustavo J. A. M. Carneiro2007-09-021-0/+5
* Fix bug in hash() implementation and test it properlyJohan Dahlin2007-08-291-11/+10
* Make the bindings a bit more pythonic, implement tp_str, tp_hash andJohan Dahlin2007-08-291-0/+31
* Allow to set gtk.Bin.child in subclasses.Paul Pogonyshev2007-08-202-0/+19
* Allow None as argument for several focus-related methods.Paul Pogonyshev2007-08-111-1/+36
* wrap GtkContainer do_forall by Paul PogonyshevGian Mario Tagliaretti2007-07-261-0/+26
* wrap gtk.ScaleButton constructor and set_icon(), fix a couple of None paramet...Gian Mario Tagliaretti2007-07-261-0/+18
* gtk.Action subclass testGustavo J. A. M. Carneiro2007-07-101-0/+17
* Fix some unit tests to account for the new memory management model in pygobje...Gustavo J. A. M. Carneiro2007-05-032-18/+33
* clean up gc collectionJohan Dahlin2007-01-201-16/+14
* more refcount fixes in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-201-3/+20
* Add a display refcounting testJohan Dahlin2007-01-201-0/+10
* Remove .cvsignore archivesJohan Dahlin2007-01-161-3/+0
* 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