summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert TreeStore and ListStore initializer replacementsSimon Feltman2013-11-121-4/+6
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-122-24/+41
* Cleanup overzealous new and init implementationsSimon Feltman2013-11-127-59/+32
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-125-220/+411
* 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-123-34/+0
* Fix dir method for static GParamSpec in Python 3Simon Feltman2013-11-112-102/+126
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-053-0/+34
* Remove overzealous argument checking for callback userdataSimon Feltman2013-11-042-11/+7
* configure.ac: post-release bump to 3.11.2Martin Pitt2013-10-281-1/+1
* release 3.11.13.11.1Martin Pitt2013-10-281-0/+27
* Fix toggleref safety problems by always enabling the GILSimon Feltman2013-10-273-19/+9
* Add consistent GLib.MainLoop SIGINT cleanupSimon Feltman2013-10-271-0/+4
* 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-192-3/+27
* Remove overrides for supporting pre-3.10 GObject signal functionsSimon Feltman2013-10-191-67/+9
* Add threads_init back as a requirement for non-Python threaded reposSimon Feltman2013-10-183-4/+19
* Add dir method to GObject props accessorSimon Feltman2013-10-142-8/+35
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-143-75/+44
* Fix GArray, GList, GSList, and GHashTable marshaling leaksSimon Feltman2013-10-142-47/+84
* Add cleanup_data argument used for Python to C marshaler cleanupSimon Feltman2013-10-147-105/+177
* Add support for variable user data argumentsSimon Feltman2013-10-149-89/+177
* Bump glib and g-i dependencies to latest stable.Martin Pitt2013-10-143-6/+5
* Fix TypeError when setting drag target_list to NoneNuno Araujo2013-10-142-2/+4
* Use qdata for wrapper retrieval in toggle reference notificationsSimon Feltman2013-10-101-7/+14
* Add expected failure to deal with fixes in gimarshallingtests.cSimon Feltman2013-10-101-1/+5
* Fix memory leaks for inout array argumentsSimon Feltman2013-10-083-4/+11
* Fix to Python marshaling leaks for arrays holding GVariantsSimon Feltman2013-10-071-16/+18
* Cleanup per-item array marshaling code for flat arraysSimon Feltman2013-10-072-48/+71
* Fix GValue array marshaling leaks and crash falloutSimon Feltman2013-10-076-9/+78
* Refactor GLib.io_add_watch to make it more testableSimon Feltman2013-10-071-5/+18
* Refactor GLib.child_watch_add to make it more testableSimon Feltman2013-10-072-57/+56
* Don't pass None to callbacks when user data is not specifiedSimon Feltman2013-10-073-13/+16
* Add missing methods on PyGIBaseInfo and sub-classesSimon Feltman2013-10-073-8/+677
* Expose all GI enum and flags typesSimon Feltman2013-10-073-15/+158
* Avoid calling g_base_info_get_name on GI_INFO_TYPE_TYPESimon Feltman2013-10-071-10/+25
* Add GIBaseInfo.equal methodSimon Feltman2013-10-072-8/+25
* Move info string retrieval into generic functionSimon Feltman2013-10-071-2/+13
* Move child info retrieval into generic functionSimon Feltman2013-10-071-33/+23
* Move info tuple retrieval into generic functionSimon Feltman2013-10-071-410/+59
* tests: Update check.valgrind with always-malloc and add logging optionsSimon Feltman2013-10-063-1/+16
* Move existing repository tests into test_repositorySimon Feltman2013-10-042-38/+28
* Add unittests for GIRepositorySimon Feltman2013-10-042-0/+171
* Derive SignalInfo info from CallableInfoSimon Feltman2013-10-041-3/+4
* Use PYGLIB_PyLong_FromLong for GIDirection returnSimon Feltman2013-10-041-1/+1
* Fix memory leak for caller allocated GValue out argumentsSimon Feltman2013-10-031-5/+6
* Add support for default arguments annotated with allow-noneSimon Feltman2013-09-268-49/+162
* cache refactoring: Move arg cache field assignments into _arg_cache_newSimon Feltman2013-09-261-12/+11
* cache refactoring: Cleanup array length argument marshalingSimon Feltman2013-09-262-79/+71
* cache refactoring: Move variable declarations to blocks where they are usedSimon Feltman2013-09-261-11/+14