summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GLib overrides: Add support for DateTime.comparewip/jfelder/glib-datetime-compareJean Felder2019-06-072-0/+26
* docs: getting started: default to mingw64 for the MSYS2 instructionsChristoph Reiter2019-05-171-2/+2
* ci: work around pip3 install --user not working in recent fdo-sdkChristoph Reiter2019-05-171-0/+3
* Update NEWSChristoph Reiter2019-04-201-0/+10
* pygi-array: fix leak of transfer-full/container C arrays. Fixes #322Christoph Reiter2019-04-191-1/+1
* gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320Christoph Reiter2019-04-122-16/+16
* CI: add a helper script for running gnome-runtime-images in dockerChristoph Reiter2019-04-071-0/+11
* CI: update interpretersChristoph Reiter2019-03-275-24/+17
* pygi_error_marshal_to_py: Fix error return handling. Fixes #315Christoph Reiter2019-03-251-14/+13
* pygi-info: remove some dead code. Fixes #303Christoph Reiter2019-03-241-21/+6
* meson: tests: pass --quiet to g-ir-scannerTim-Philipp Müller2019-03-231-1/+2
* Add Bool option for testsAdam Duskett2019-03-152-0/+4
* Update NEWS; version bumpChristoph 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
* | GObject.Value: deprecate calling get/set_boxed on a non-boxed valueChristoph Reiter2019-01-182-0/+14
|/
* Merge branch 'gi-boxed-remove-del' into 'master'Christoph Reiter2019-01-165-50/+32
|\
| * Remove GObject.Value.__del__Christoph Reiter2019-01-153-23/+4
| * boxed: remove __del__ implementation and free in tp_deallocChristoph Reiter2019-01-153-23/+24
| * boxed: don't look up the gtype in tp_dealloc, we already know itChristoph Reiter2019-01-151-3/+1