summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Rename gi.types.GIObjectMeta to gi.types.GObjectMetaSimon Feltman2014-01-232-9/+9
* build: Add --without-common configure option for package maintainersPatrick Welche2014-01-233-0/+11
* tests: Add skipped test for GLib.Source inheritance problemsSimon Feltman2014-01-161-0/+45
* Fix reference sharing of gi sub-modules in Python 2Simon Feltman2014-01-151-0/+11
* demo: Add TreeModel interface implementation demonstrationSimon Feltman2014-01-141-0/+143
* demo: Remove "Icon View" and "Tree View" directoriesSimon Feltman2014-01-147-1041/+0
* demo: Remove spaces from demo sub-directoriesSimon Feltman2014-01-147-0/+1041
* build: Remove _glib directory include from testhelper CFLAGSSimon Feltman2014-01-141-1/+1
* 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
* tests: Run PyFlakes and PEP8 only on SUBDIRSSimon Feltman2014-01-142-7/+20
* Remove _glib include path from gi module targetSimon Feltman2014-01-141-5/+2
* Move Python glib options module into gi packageSimon Feltman2014-01-148-47/+5
* Merge static PyGLib module into PyGISimon Feltman2014-01-1418-212/+40
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-1416-87/+78
* Merge gobject static code into the gi moduleSimon Feltman2014-01-1439-148/+93
* 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