summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: skip some more tests on macOSpygobject-3-26Christoph Reiter2018-02-062-0/+2
* pygobject-object: fix memory corruption around list of closuresMikhail Fludkov2018-02-062-0/+55
* overrides: Fix Gtk.Adjustment.__init__ overrides not setting "value" sometime...Christoph Reiter2018-02-062-0/+8
* version bumpChristoph Reiter2017-10-271-1/+1
* release 3.26.13.26.1Christoph Reiter2017-10-271-0/+11
* pygobject-object: Fix Python GC collecting a ref cycle too earlyChristoph Reiter2017-10-262-3/+32
* Fix potential uninitialized memory access during GCDaniel Colascione2017-10-261-1/+1
* test: revert parts of the previous test as it's broken on 32 bit buildsChristoph Reiter2017-10-261-1/+0
* flags: Add testcase for bug 786948Christoph Reiter2017-10-263-0/+45
* fix potential overflow when marshalling flags from py interfacePhilippe Renon2017-10-261-4/+4
* to_py_array: Properly handle enum array itemsChristoph Reiter2017-10-264-0/+32
* closure: Fix unaligned and out-of-bounds accessJames Clarke2017-10-151-19/+21
* build: Fix not installing .egg-info fileChristoph Reiter2017-10-141-0/+7
* configure.ac: version bump to 3.26.1Christoph Reiter2017-10-121-1/+1
* release 3.26.03.26.0Christoph Reiter2017-09-121-0/+9
* configure.ac: pre-release version bump to 3.26.0Christoph Reiter2017-09-121-2/+2
* closure: silence a new compiler warningChristoph Reiter2017-08-251-2/+2
* tests: skip some failing test under Windows with Python 3.6Christoph Reiter2017-08-251-7/+17
* tests: pyflakes/pep8 fixesChristoph Reiter2017-08-222-4/+4
* tests: Fix cairo test with pycairo >= 1.13Christoph Reiter2017-06-091-1/+1
* Make sure version information passed to require_version is a string.Benjamin Berg2017-04-262-0/+19
* configure.ac: post-release version bump to 3.25.2Christoph Reiter2017-04-221-1/+1
* release 3.25.13.25.1Christoph Reiter2017-04-212-1/+60
* Bump pycairo requirement to 1.11.1Christoph Reiter2017-04-201-4/+3
* configure.ac: Always disable -WerrorChristoph Reiter2017-04-201-1/+3
* foreign-cairo: Enable cairo.Region support also on Python 2 if availableChristoph Reiter2017-04-091-2/+2
* configure.ac: remove unused PLATFORM variableChristoph Reiter2017-04-021-3/+0
* configure.ac: Remove unused PySignal_SetWakeupFd checkChristoph Reiter2017-04-021-12/+0
* tests: remove python 2.5/3.2 compat codeChristoph Reiter2017-04-0210-111/+46
* configure.ac: Require Python 3.3Christoph Reiter2017-04-021-1/+1
* tests: Make test suite run with GTK+ 4Christoph Reiter2017-04-026-27/+98
* tests: always call require_version; add TEST_GTK_VERSION env varChristoph Reiter2017-04-027-30/+34
* tests: Fix make check.valgrindChristoph Reiter2017-04-025-484/+14
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-027-76/+18
* tests: fix invalid regex escapingChristoph Reiter2017-04-022-14/+14
* tests: avoid mapping a GtkWindowChristoph Reiter2017-04-011-1/+2
* tests: silence some glib deprecation warningsChristoph Reiter2017-04-012-4/+9
* tests: avoid deprecation warnings for assertRegexpMatches/assertRaisesRegexpChristoph Reiter2017-04-011-0/+5
* pygi-source: clear exceptions in finalize handlerChristoph Reiter2017-04-011-0/+2
* Fix pep8 errorsChristoph Reiter2017-04-011-1/+1
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-0120-241/+199
* Remove gi._gi._glib moduleChristoph Reiter2017-04-018-93/+39
* GValue: add overflow checking for py -> gint; forward marshaling exceptionsChristoph Reiter2017-04-013-4/+17
* pygobject_lookup_class: clear exceptions between calls and don't return with ...Christoph Reiter2017-04-011-1/+6
* Avoid some new deprecation warningsChristoph Reiter2017-04-011-1/+5
* Raise RuntimeError in case an uninitilialized GObject.Object is marshaledChristoph Reiter2017-03-312-0/+12
* closure: support unichar argsChristoph Reiter2017-03-302-0/+17
* Add support for bytes and non-utf-8 file names.Christoph Reiter2017-03-307-41/+320
* test_gi: use correct min/max constants for gsize/gssizeChristoph Reiter2017-03-291-3/+3
* Don't use long format string for formatting pointersChristoph Reiter2017-03-291-2/+3