summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: post-release version bump to 3.24.2pygobject-3-24Christoph Reiter2017-04-101-1/+1
* release 3.24.13.24.1Christoph Reiter2017-04-101-0/+4
* pygi-info: initialize GIArgument before passing it to g_constant_info_get_valueChristoph Reiter2017-03-231-1/+1
* configure.ac: post-release version bump to 3.24.1Christoph Reiter2017-03-201-1/+1
* release 3.24.03.24.0Christoph Reiter2017-03-201-0/+3
* configure.ac: pre-release version bump to 3.24.0Christoph Reiter2017-03-201-2/+2
* release 3.23.923.23.92Christoph Reiter2017-03-131-0/+10
* Version bump to 3.23.92Christoph Reiter2017-03-131-1/+1
* overrides: Update for Gdk-4.0 and Gtk+-4.0Fabian Orccon2017-01-252-37/+44
* Disable -Werror=missing-prototypesChristoph Reiter2017-01-231-1/+1
* Fix new PEP8 errorsChristoph Reiter2017-01-0918-11/+98
* Move pep8/pyflakes tests from 'make check' to 'make check.quality'Christoph Reiter2016-12-232-8/+6
* overrides: Update for Gtk-4.0Christoph Reiter2016-12-211-240/+242
* Handle exception unreffing Variant at exitDan Nicholson2016-12-211-1/+10
* Handle multiple deinit of callable cacheDan Nicholson2016-12-211-8/+7
* configure.ac: post-release version bump to 3.23.0Christoph Reiter2016-09-191-1/+1
* release 3.22.03.22.0Christoph Reiter2016-09-191-0/+3
* configure.ac: pre-release version bump to 3.22.0Christoph Reiter2016-09-191-2/+2
* release 3.21.923.21.92Christoph Reiter2016-09-111-0/+7
* Handle nullable filename parametersChristoph Reiter2016-09-034-0/+34
* Fix list/hashtable enum <-> hash conversion on 64-bit big endianAurelien Jarno2016-09-037-14/+93
* Allow passing sockets to io_add_watch on win32Lukas K2016-09-031-0/+4
* tests: use dbus-run-session instead of dbus-launch to run testsMichael Biebl2016-09-031-5/+2
* configure.ac: post-release version bump to 3.21.92Christoph Reiter2016-08-251-1/+1
* release 3.21.913.21.91Christoph Reiter2016-08-251-0/+13
* configure.ac: version bump to 3.21.91Christoph Reiter2016-08-251-1/+1
* Allow installing with pipMathieu Bridon2016-06-293-1/+110
* Skip a test with older glibChristoph Reiter2016-06-071-0/+4
* Fix a test with Python 3.1/3.2Christoph Reiter2016-06-071-2/+2
* tests: Use places kwarg for assertAlmostEqualChristoph Reiter2016-06-072-5/+5
* Print exception if marshalling a signal argument failsChristoph Reiter2016-06-071-0/+1
* overrides: allow treemodel sequence shorthandsMarinus Schraal2016-06-062-2/+59
* Remove pygobject-external.hChristoph Reiter2016-06-012-74/+0
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-0141-286/+305
* Merge pyglib-private.h into pyglib.hChristoph Reiter2016-06-0111-49/+8
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-0140-164/+146
* configure.ac: post-release version bump to 3.21.1Simon Feltman2016-04-241-1/+1
* release 3.21.03.21.0Simon Feltman2016-04-241-0/+7
* gi: Add require_versions() functionDustin Falgout2016-04-242-0/+39
* test_gerror_novalue: Don't assign the error to a variableIain Lane2016-03-241-1/+1
* build: Do not enable code coverage based on lcovEmmanuele Bassi2016-03-231-9/+1
* configure.ac: post-release version bump to 3.21.0Simon Feltman2016-03-211-1/+1
* release 3.20.03.20.0Simon Feltman2016-03-211-0/+2
* configure.ac: pre-release version bump to 3.20.0Simon Feltman2016-03-211-2/+2
* release 3.19.923.19.92Simon Feltman2016-03-151-0/+2
* post-release version bump to 3.19.92Simon Feltman2016-03-011-1/+1
* release 3.19.913.19.91Simon Feltman2016-03-011-0/+11
* tests: check passing Boxed type in GValue as function parametersThibault Saunier2016-03-014-2/+80
* gerror: Add special case marshaling for boxing GErrorsSimon Feltman2016-03-015-1/+52
* gerror: Add support for marshaling GError from Python to CSimon Feltman2016-03-013-42/+123