summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: update image to bionic; drop Python 3.4ci-bionicChristoph Reiter2018-04-294-16/+5
* Add tests for pyg_gil_state_ensure/pyg_gil_state_releaseChristoph Reiter2018-04-242-0/+14
* Add tests for pyg_constant_strip_prefix()Christoph Reiter2018-04-242-0/+23
* Add tests for GObject.list_propertiesChristoph Reiter2018-04-241-1/+43
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-234-45/+111
* setup.py: dedup some of the compiler input argsChristoph Reiter2018-04-231-4/+9
* ci: run tests under pypy but allow failures for startersChristoph Reiter2018-04-222-5/+2
* pypy: skip various refcounting related tests and add some gc.collect where it...Christoph Reiter2018-04-222-12/+43
* pypy: pass a warning subclass to PyErr_Warn and not an exception, pypy does't...Christoph Reiter2018-04-223-4/+4
* pypy: avoid calling tp_init, doesn't work with PyPyChristoph Reiter2018-04-221-8/+6
* pypy: one more gc.collect()Christoph Reiter2018-04-221-0/+1
* pypy: skip some cases of the liststore slice testChristoph Reiter2018-04-221-0/+5
* OptionParser.parse_args: return leftover arguments. Fixes #200optionparser-remain-argsChristoph Reiter2018-04-212-17/+38
* Make Gtk.Widget.freeze_child_notify a context manager. Fixes #45widget-freeze-childChristoph Reiter2018-04-212-0/+41
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-214-2/+98
* meson.build: disable constness warningsMathieu Duponchelle2018-04-201-0/+8
* meson.build: align version requirements on setup.pyMathieu Duponchelle2018-04-201-7/+12
* meson.build: require python installationMathieu Duponchelle2018-04-201-1/+2
* tests/regressextra.h: export new cairo tests APIMathieu Duponchelle2018-04-201-0/+14
* setup.py: fix distcheckChristoph Reiter2018-04-202-5/+9
* docker script: make them work with active selinux (fedora)Christoph Reiter2018-04-202-2/+2
* Add meson build definitionsMathieu Duponchelle2018-04-2016-2/+350
* tests: support builddir != srcdirMathieu Duponchelle2018-04-207-6/+28
* Fix some leaksChristoph Reiter2018-04-192-4/+7
* valgrind: ignore some fontconfig leaksChristoph Reiter2018-04-191-0/+19
* Destroy custom GLib.Source instances when they get freed. See #193Christoph Reiter2018-04-192-16/+13
* source: don't leak the GLib.Source subclassesChristoph Reiter2018-04-192-5/+1
* Make pygi_source_new() a Python function and add error handlingChristoph Reiter2018-04-193-13/+19
* pygi-source: cleanup function namesChristoph Reiter2018-04-194-23/+23
* valgrind: make the suppression filter handle more casesChristoph Reiter2018-04-191-28/+0
* Added StackOverflow (with PyGObject tag) as an contact resourcebuhtz2018-04-181-0/+5
* Use Py_REFCNT() everywhereChristoph Reiter2018-04-183-3/+3
* Use Py_TYPE() everywhereChristoph Reiter2018-04-1810-22/+22
* Remove some more unused macrosChristoph Reiter2018-04-181-16/+0
* pygobject_init: fix a small leakChristoph Reiter2018-04-181-2/+4
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-186-19/+11
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-183-34/+9
* gitlab-ci: move docker images to gitlab.gnome.orgChristoph Reiter2018-04-174-7/+8
* tests: add our own valgrind suppression fileChristoph Reiter2018-04-173-1/+42
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-173-2/+36
* Gio.Settings: implement __iter__Christoph Reiter2018-04-172-0/+9
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-173-0/+368
* Gtk.Template: Allow marking children as "internal-child"gtk-template-child-internalChristoph Reiter2018-04-162-2/+78
* Revert "Add PEP518/pyproject.toml file"Christoph Reiter2018-04-152-3/+0
* version bumpChristoph Reiter2018-04-151-1/+1
* release3.29.1Christoph Reiter2018-04-152-2/+2
* docs: fix a warningChristoph Reiter2018-04-151-1/+1
* docs: use the same format for issue/mr links as gitlabChristoph Reiter2018-04-151-3/+3
* Update NEWSChristoph Reiter2018-04-152-0/+27
* docs: contacts: add a bit more description and highlight the issue tracker as...Christoph Reiter2018-04-151-5/+15