summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* cache refactoring: Move basic type arg setup and marshaling into new fileSimon Feltman2014-02-0212-770/+880
* cache refactoring: Move PyGIHashCache and related marshaling into new fileSimon Feltman2014-02-0211-398/+471
* cache refactoring: Separate ArgCache creation and setupSimon Feltman2014-02-022-111/+167
* Rename gi.types.GIObjectMeta to gi.types.GObjectMetaSimon Feltman2014-01-232-9/+9
* build: Add --without-common configure option for package maintainersPatrick Welche2014-01-231-0/+2
* Fix reference sharing of gi sub-modules in Python 2Simon Feltman2014-01-151-0/+11
* build: Set PLATFORM_VERSION again to 3.0Colin Walters2014-01-141-0/+2
* Fix Python 2 build warning for module definitionsSimon Feltman2014-01-141-3/+2
* Remove _glib include path from gi module targetSimon Feltman2014-01-141-5/+2
* Move Python glib options module into gi packageSimon Feltman2014-01-146-45/+3
* Merge static PyGLib module into PyGISimon Feltman2014-01-1418-212/+40
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-1410-80/+66
* Merge gobject static code into the gi moduleSimon Feltman2014-01-1438-147/+92
* Fix mid-argument list callback user data expecting a tuple3.11.4Simon Feltman2014-01-131-1/+15
* Remove special case GObject base class check when creating GI classesSimon Feltman2014-01-091-6/+11
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-071-5/+5
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-071-26/+12
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-061-5/+0
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-061-16/+0
* overrides: Remove Pango.Context.get_metricsSimon Feltman2014-01-061-9/+0
* Add enum and flags member methodsSimon Feltman2014-01-061-0/+2
* Support union creation with PyGIStructSimon Feltman2014-01-041-5/+34
* Fix crash in error handling when creating struct with mismatched info typeSimon Feltman2014-01-041-1/+1
* docs: Skip display of default constructor for disguised structsSimon Feltman2014-01-011-1/+8
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-012-4/+15
* docs: List default constructor in doc stringsSimon Feltman2014-01-011-6/+4
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-012-7/+38
* docs: Cleanup PyGIBaseInfo reprSimon Feltman2014-01-011-3/+2
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-312-5/+28
* docs: Replace usage of functools.wraps with a custom versionSimon Feltman2013-12-312-11/+13
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-314-112/+47
* docs: Skip implicit array length args when building function doc stringsSimon Feltman2013-12-311-2/+6
* build: Avoid clash between gi/types.py and stdlibColin Watson2013-12-271-18/+2
* Replace usage of PyGIBoxed_Type with PyGIStruct_Type3.11.3Simon Feltman2013-12-131-12/+1
* Revert TreeStore and ListStore initializer replacementsSimon Feltman2013-11-121-4/+6
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-121-20/+28
* Cleanup overzealous new and init implementationsSimon Feltman2013-11-127-59/+32
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-123-188/+273
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Simon Feltman2013-11-121-7/+0
* Fix dir method for static GParamSpec in Python 3Simon Feltman2013-11-111-102/+116
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-051-0/+7
* Remove overzealous argument checking for callback userdataSimon Feltman2013-11-041-7/+0
* 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
* docs: Add a keyword value of None for allow-none annotationsSimon Feltman2013-10-191-3/+17
* 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-141-8/+21
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-142-58/+20
* Fix GArray, GList, GSList, and GHashTable marshaling leaksSimon Feltman2013-10-142-47/+84