summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Quote argument names in initializer deprecation warningSimon Feltman2014-03-151-3/+3
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* tests: Move class definition depending on GTK+ within function evaluationSimon Feltman2014-03-031-16/+16
* tests: Conditionalize usage of GTK+ in tests_generictreemodelSimon Feltman2014-03-031-3/+13
* tests: Conditionalize usage of regress typelib in test_propertiesSimon Feltman2014-03-031-10/+17
* 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
* tests: Add skipped test for GLib.Source inheritance problemsSimon Feltman2014-01-161-0/+45
* 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