summaryrefslogtreecommitdiff
path: root/tests/test_gi.py
Commit message (Expand)AuthorAgeFilesLines
* Quote argument names in initializer deprecation warningSimon Feltman2014-03-151-3/+3
* tests: Add skip and expectedFailure to test_gi.test_callback_owned_boxSimon Feltman2014-02-021-0/+3
* tests: Add test for an owned boxed struct passed in a callbackMike Gorse2014-01-271-0/+11
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-1/+1
* Add enum and flags member methodsSimon Feltman2014-01-061-0/+9
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-121-0/+75
* Fix dir method for static GParamSpec in Python 3Simon Feltman2013-11-111-0/+10
* Add dir method to GObject props accessorSimon Feltman2013-10-141-0/+14
* Bump glib and g-i dependencies to latest stable.Martin Pitt2013-10-141-2/+0
* Add expected failure to deal with fixes in gimarshallingtests.cSimon Feltman2013-10-101-1/+5
* Cleanup per-item array marshaling code for flat arraysSimon Feltman2013-10-071-0/+32
* Move existing repository tests into test_repositorySimon Feltman2013-10-041-38/+0
* Add support for default arguments annotated with allow-noneSimon Feltman2013-09-261-0/+30
* Fix test_gi.TestProjectVersion.test_version_str()Martin Pitt2013-09-231-1/+1
* Use Python error messages for marshaling integers from PythonSimon Feltman2013-07-281-32/+32
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-20/+12
* Move doc string generator into separate moduleSimon Feltman2013-07-251-30/+0
* Speed up MRO calculationa93755ddba9a176Daniel Drake2013-07-101-4/+12
* tests: Add tests for MRO overrideDaniel Drake2013-07-101-16/+50
* 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
* 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
* Drop test skipping due to too old g-iMartin Pitt2013-03-251-24/+0
* Fix stack smasher when marshaling enums as a vfunc return valueSimon Feltman2013-03-181-0/+19
* tests: Reorganize GError and GClosure testsMartin Pitt2013-03-041-33/+26
* Raise DeprecationWarning on deprecated callablesMartin Pitt2013-02-261-0/+10
* Correctly set properties on object with statically defined propertiesJonathan Ballet2013-02-131-0/+6
* Prefix names of typeless enums and flags for GType registrationSimon Feltman2013-01-301-2/+2
* tests: Add (failing) test case for GParamSpec argumentsMartin Pitt2013-01-141-0/+9
* tests: Skip struct string member tests with g-i 1.34Martin Pitt2013-01-141-0/+8
* Simplify overrides and tests using the new GObject.Value overrideMartin Pitt2013-01-141-18/+8
* pygi-property: Support boxed GSList/GList typesOlivier Crête2013-01-141-0/+21
* Support setting string fields in structsVadim Rutkovsky2013-01-111-0/+16
* Re-enable test_gi.TestPropertiesObject.test_char testMartin Pitt2013-01-111-11/+3
* Fix (out) arguments in callbacksMartin Pitt2013-01-101-4/+0
* Fix C to Python marshalling of struct pointer arraysMartin Pitt2013-01-101-2/+0
* Change dynamic enum and flag gtype creation to use namespaced namingSimon Feltman2013-01-011-0/+35
* Fix test for GBytes.compare()Dan Horák2012-12-301-2/+2
* Fix marshalling of arrays of boxed struct valuesCarlos Garnacho2012-12-181-0/+12
* Add (failing) tests for callbacks with out argumentsMartin Pitt2012-12-171-0/+36
* Add support for caller-allocated GArray out argumentsMartin Pitt2012-12-171-2/+3
* Add (failing) test for caller-allocated GArray return valueMartin Pitt2012-12-171-0/+4
* Fix tests to work with g-i 1.34.2Martin Pitt2012-11-291-3/+5
* test_gi: Fix TestFilename failure under C localeMartin Pitt2012-11-291-0/+1
* test_gi: Disable failing check in test_module_name()Martin Pitt2012-11-291-1/+9
* Test virtual methods with in and out argumentsMartin Pitt2012-11-211-0/+13
* tests: Fix unicode vs. str issues in Python 2Martin Pitt2012-11-191-4/+4
* test_gi: Fix failing tests with g-i 1.34.xMartin Pitt2012-11-191-0/+6