summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile.am: Fix NEWS and ChangeLog generation under vpath buildsSimon Feltman2014-01-131-3/+3
* Update HACKING to include better release tagging instructionsSimon Feltman2014-01-131-7/+8
* configure.ac: post release version bump to 3.11.5Simon Feltman2014-01-132-1/+17
* 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-073-7/+19
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-072-48/+27
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-062-5/+7
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-062-16/+11
* overrides: Remove Pango.Context.get_metricsSimon Feltman2014-01-062-9/+12
* Add enum and flags member methodsSimon Feltman2014-01-062-0/+11
* python.m4: g/c JD_PYTHON_CHECK_VERSIONPatrick Welche2014-01-062-23/+4
* Support union creation with PyGIStructSimon Feltman2014-01-042-5/+47
* 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-012-3/+24
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-014-5/+19
* docs: List default constructor in doc stringsSimon Feltman2014-01-011-6/+4
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-013-7/+46
* docs: Cleanup PyGIBaseInfo reprSimon Feltman2014-01-011-3/+2
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-313-5/+34
* 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-316-116/+52
* docs: Skip implicit array length args when building function doc stringsSimon Feltman2013-12-312-2/+10
* gtk-demo: Avoid crash in CSS demosSimon Feltman2013-12-312-16/+46
* gtk-demo: Add info bar and better error handling to CSS demosSimon Feltman2013-12-312-14/+43
* gtk-demo: Add CSS demosGian Mario Tagliaretti2013-12-3115-1/+723
* build: Avoid clash between gi/types.py and stdlibColin Watson2013-12-272-18/+26
* configure.ac: post-release bump to 3.11.4Simon Feltman2013-12-161-1/+1
* release 3.11.3Simon Feltman2013-12-161-0/+4
* Replace usage of PyGIBoxed_Type with PyGIStruct_Type3.11.3Simon Feltman2013-12-131-12/+1
* configure.ac: post release version bump to 3.11.3Simon Feltman2013-11-171-1/+1
* release 3.11.2Simon Feltman2013-11-171-0/+6
* gtk-demo: Fix pyflakes error after recent commit3.11.2Simon Feltman2013-11-121-1/+1
* gkt-demo: Change main info/source notebook into a GtkStackSimon Feltman2013-11-121-6/+17
* gtk-demo: Cleanup deprecated calls throughout demo codeSimon Feltman2013-11-1217-90/+64
* 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