summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bumppygobject-3-32Christoph Reiter2019-06-232-2/+2
* release3.32.2Christoph Reiter2019-06-231-0/+8
* test_overrides_gtk: be less strict re gtk window heightsChristoph Reiter2019-06-231-5/+1
* setup.py: add python_requiresChristoph Reiter2019-06-161-0/+2
* build: don't use -Wdeclaration-after-statement with Python 3Christoph Reiter2019-06-132-2/+11
* build: drop some checks for unsupported Python versionsChristoph Reiter2019-06-132-11/+2
* Don't use PyTypeObject.tp_print with Python 3Christoph Reiter2019-06-131-1/+4
* tests: remove usage of time.clock(), no longer available in py3.8Christoph Reiter2019-06-131-3/+3
* CI: disable lcov under MSYS2Christoph Reiter2019-06-071-6/+7
* version bumpChristoph Reiter2019-04-202-2/+2
* release3.32.1Christoph Reiter2019-04-201-0/+10
* pygi-array: fix leak of transfer-full/container C arrays. Fixes #322Christoph Reiter2019-04-191-1/+1
* pygi_error_marshal_to_py: Fix error return handling. Fixes #315Christoph Reiter2019-04-191-14/+13
* meson: tests: pass --quiet to g-ir-scannerTim-Philipp Müller2019-04-191-1/+2
* Add Bool option for testsAdam Duskett2019-04-192-0/+4
* gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320Christoph Reiter2019-04-122-16/+16
* version bumpChristoph Reiter2019-03-102-2/+2
* release3.32.0Christoph Reiter2019-03-103-2/+8
* version bumpChristoph Reiter2019-03-072-2/+2
* release3.31.4Christoph Reiter2019-03-071-0/+8
* Add cairo_matrix_t converter to GValue.Renato Florentino Garcia2019-02-222-0/+36
* Add Cairo Pattern foreign struct.Renato Florentino Garcia2019-02-214-0/+134
* ci: add pypy3.6Christoph Reiter2019-02-192-2/+9
* tests: more pygtkcompat coverageChristoph Reiter2019-02-162-22/+104
* docs: update travis-ci example to Ubuntu xenialChristoph Reiter2019-02-151-2/+2
* docs: document GObject.Object.weak_ref(). Fixes #245Christoph Reiter2019-02-143-1/+28
* tests: add tests for GObject.Object.weak_refChristoph Reiter2019-02-141-0/+49
* GTK+ -> GTKChristoph Reiter2019-02-1317-47/+47
* getting started: add a note for the tutorial and the API referenceChristoph Reiter2019-02-131-0/+5
* ci: enable pycairo for PyPyChristoph Reiter2019-02-131-7/+3
* ci: update to PyPy 7.0 and update CPython to the latest stable releasesChristoph Reiter2019-02-135-17/+17
* version bumpChristoph Reiter2019-02-022-2/+2
* release3.31.3Christoph Reiter2019-02-021-0/+13
* ci: add a timeout multiplier for meson testsChristoph Reiter2019-02-011-1/+1
* docs: getting_started: Include instructions for installing with pip. Fixes #297Christoph Reiter2019-01-291-42/+66
* docs: getting_started: remove all Python 2 related instructionsChristoph Reiter2019-01-291-7/+7
* gtk: raise in case Gtk.Window is instantiated after init failed. See #298Christoph Reiter2019-01-281-4/+12
* test_atoms: handle missing axes labels. Fixes #300Christoph Reiter2019-01-281-2/+2
* examples: fix new flake8 warningsChristoph Reiter2019-01-272-8/+8
* Merge branch 'egg-info' into 'master'Christoph Reiter2019-01-271-1/+1
|\
| * Install .egg-info directory to arch'd dir.Elliott Sales de Andrade2019-01-271-1/+1
|/
* tests: don't depend on the order of objects returned by Gtk.Builder.get_objec...Christoph Reiter2019-01-201-1/+2
* tests: add a test for stripping return values from event methods. Fixes #85Christoph Reiter2019-01-191-0/+10
* Merge branch 'warn-init-dbus-boxed-info-types' into 'master'Christoph Reiter2019-01-192-9/+83
|\
| * gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-182-9/+83
* | Value.get/set_value: use _gvalue_get/set in more casesChristoph Reiter2019-01-192-99/+184
* | Value.set_value: allow None for TYPE_STRINGChristoph Reiter2019-01-192-4/+4
* | basic: allow None for boolean parametersChristoph Reiter2019-01-193-2/+10
* | GObject.Value: add a static helper for fetching the GTypeChristoph Reiter2019-01-184-5/+30
* | GObject.Value: a bit more test coverageChristoph Reiter2019-01-181-0/+26