summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Move existing repository tests into test_repositorySimon Feltman2013-10-042-38/+28
* Add unittests for GIRepositorySimon Feltman2013-10-042-0/+171
* Add support for default arguments annotated with allow-noneSimon Feltman2013-09-262-0/+46
* Remove support for allowing PyObjects as void pointersSimon Feltman2013-09-251-4/+1
* Fix test_gi.TestProjectVersion.test_version_str()Martin Pitt2013-09-231-1/+1
* Fix GLib.Source sub-classing with initializer argsSimon Feltman2013-09-111-0/+11
* Change boxed type checking in marshaling to use __gtype__ attributeSimon Feltman2013-09-011-0/+34
* Use PyLong_Type.tp_new for GLib.PidBenjamin Berg2013-08-051-0/+1
* Add accumulator and accu_data arguments to GObject.Signal decoratorSimon Feltman2013-08-051-24/+28
* Pass return values through the GObject.Signal.emit wrapperSimon Feltman2013-08-051-16/+21
* Ensure exceptions set in closure out argument marshaling are printedSimon Feltman2013-07-291-6/+11
* Use Python error messages for marshaling integers from PythonSimon Feltman2013-07-283-59/+59
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-263-25/+17
* Move doc string generator into separate moduleSimon Feltman2013-07-253-30/+50
* tests: Change GHashTable<string,GValue> marshaling test to use GValueSimon Feltman2013-07-251-6/+15
* Speed up MRO calculationa93755ddba9a176Daniel Drake2013-07-101-4/+12
* tests: Add tests for MRO overrideDaniel Drake2013-07-101-16/+50
* testhelper: Fix import requirement for GObjectSimon Feltman2013-07-061-1/+1
* GTK overrides: Make connect_signals handle tupleCole Robinson2013-07-031-67/+129
* tests: Add test for pass-by-reference GValueSimon Feltman2013-07-031-0/+7
* Clear return value of closures to zero when an exception occuresSimon Feltman2013-07-031-0/+8
* Add support for properties of type GInterfaceGarrett Regier2013-07-021-0/+16
* Fix vfunc info search for classes with multiple inheritanceSimon Feltman2013-05-121-1/+0
* tests: Add tests for overriding vfunc implementationsSimon Feltman2013-05-111-0/+23
* Add ObjectInfo.get_class_struct()Johan Dahlin2013-04-231-0/+4
* Change interpretation of NULL pointer field from None to 0Simon Feltman2013-04-221-2/+3
* Do not build tests until neededSobhan Mohammadpour2013-04-221-6/+6
* Remove Python keyword escapement in Repository.find_by_nameSimon Feltman2013-04-181-0/+5
* Consolidate signal connection codeDaniel Drake2013-04-181-0/+33
* Drop support for Python 2.6Martin Pitt2013-03-253-49/+1
* Drop test skipping due to too old g-iMartin Pitt2013-03-252-38/+0
* tests: Fix incorrect assumption when testing pyglib versionSimon Feltman2013-03-201-2/+2
* Fix stack smasher when marshaling enums as a vfunc return valueSimon Feltman2013-03-181-0/+19
* testhelpermodule: Fix build warning for PyGObject_Type redefinitionSimon Feltman2013-03-171-13/+1
* Remove incorrect bounds check with property helper flagsSimon Feltman2013-03-151-1/+0
* Fix crash when setting property of type object to an incorrect typeSimon Feltman2013-03-071-0/+4
* Remove skipping of object property testsSimon Feltman2013-03-071-5/+2
* tests: Reorganize GError and GClosure testsMartin Pitt2013-03-041-33/+26
* Add some tests for overridden Gdk/Gtk functionsMartin Pitt2013-03-012-0/+22
* Fix GLib.Source ref leak upon destructionMartin Pitt2013-03-011-0/+31
* Add performance test for Gtk.ListStore.appendMartin Pitt2013-02-281-0/+14
* Run tests with G_SLICE=debug_blocksMartin Pitt2013-02-271-1/+2
* Fix marshalling of C arrays with explicit length in signal argumentsMartin Pitt2013-02-271-0/+18
* Fix signedness, overflow checking, and 32 bit overflow of GFlagsMartin Pitt2013-02-271-0/+15
* Raise DeprecationWarning on deprecated callablesMartin Pitt2013-02-261-0/+10
* tests: Fix warning behaviourMartin Pitt2013-02-261-1/+1
* Fix crashes in various GObject signal handler functionsSimon Feltman2013-02-221-3/+118
* overrides: Fix inconsistencies with drag and drop target list APISimon Feltman2013-02-191-0/+32
* tests: Add test_marshaling_object to Makefile.amSimon Feltman2013-02-181-0/+1
* pygtkcompat: Add pygtk compatible GenericTreeModel implementationSimon Feltman2013-02-182-0/+407