summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: Remove _glib directory include from testhelper CFLAGSSimon Feltman2014-01-141-1/+1
* tests: Run PyFlakes and PEP8 only on SUBDIRSSimon Feltman2014-01-141-6/+0
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-144-4/+6
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+1
* tests: Fix test_torture_profile to return a number from its callbackSimon Feltman2014-01-141-1/+1
* Add test for callback user data arguments with following argumentsMartin Pitt2014-01-141-0/+48
* valgrind: Add suppression files for python3.3 and python3.3dmSimon Feltman2014-01-134-3/+945
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-072-2/+14
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-071-22/+15
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-061-0/+7
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-061-0/+11
* overrides: Remove Pango.Context.get_metricsSimon Feltman2014-01-061-0/+12
* Add enum and flags member methodsSimon Feltman2014-01-061-0/+9
* Support union creation with PyGIStructSimon Feltman2014-01-041-0/+13
* docs: Skip display of default constructor for disguised structsSimon Feltman2014-01-011-2/+16
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-012-1/+4
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-011-0/+8
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-311-0/+6
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-312-4/+5
* docs: Skip implicit array length args when building function doc stringsSimon Feltman2013-12-311-0/+4
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-121-4/+13
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-122-32/+138
* tests: Use explicit keywords args when calling initializersSimon Feltman2013-11-121-52/+55
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Simon Feltman2013-11-122-27/+0
* Fix dir method for static GParamSpec in Python 3Simon Feltman2013-11-111-0/+10
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-052-0/+27
* Remove overzealous argument checking for callback userdataSimon Feltman2013-11-041-4/+7
* tests: Fix source testing to handle critical with non-existing sourcesSimon Feltman2013-10-271-6/+12
* docs: Add a keyword value of None for allow-none annotationsSimon Feltman2013-10-191-0/+10
* Add dir method to GObject props accessorSimon Feltman2013-10-141-0/+14
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-141-17/+24
* Add support for variable user data argumentsSimon Feltman2013-10-143-4/+57
* Bump glib and g-i dependencies to latest stable.Martin Pitt2013-10-141-2/+0
* Fix TypeError when setting drag target_list to NoneNuno Araujo2013-10-141-0/+2
* 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
* Refactor GLib.child_watch_add to make it more testableSimon Feltman2013-10-071-49/+39
* Don't pass None to callbacks when user data is not specifiedSimon Feltman2013-10-071-5/+2
* Add missing methods on PyGIBaseInfo and sub-classesSimon Feltman2013-10-071-0/+134
* Expose all GI enum and flags typesSimon Feltman2013-10-071-1/+12
* Add GIBaseInfo.equal methodSimon Feltman2013-10-071-0/+1
* tests: Update check.valgrind with always-malloc and add logging optionsSimon Feltman2013-10-061-1/+9
* 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