summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ossig: Don't leak the callbacks in case the event loops are not stopped throu...sigint-fallback-leakChristoph Reiter2018-05-111-6/+9
* meson: remove subprojects we don't useChristoph Reiter2018-05-063-10/+0
* meson: don't autodetect pycairo support, force it and add an option to disabl...Christoph Reiter2018-05-065-8/+14
* docs: Add pycairo requires for development setupKai Willadsen2018-05-051-0/+1
* Merge branch 'gerror-docs' into 'master'Christoph Reiter2018-05-042-0/+49
|\
| * docs: Fix quark_from_string/to_string confusionKai Willadsen2018-05-051-1/+1
| * docs: Fix references in new error handling docsKai Willadsen2018-05-041-9/+9
| * docs: Add introduction to handling GLib.ErrorKai Willadsen2018-05-042-0/+49
* | Don't crash on multiple calls to GObject.Value.__del__. See !66Christoph Reiter2018-05-043-2/+16
* | valgrind: add some wildcards to function namesChristoph Reiter2018-05-041-1/+1
* | gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-043-13/+74
|/
* importer: raise ImportError in load_module() and not find_module(). See #213Christoph Reiter2018-05-031-9/+9
* Add ActionMap and ActionMap.add_action_entries() to overrides. Fixes #29yangfl2018-05-032-0/+112
* build: disable new cast-function-type warnings with gcc8Christoph Reiter2018-05-032-0/+2
* ci: fix doc build not being runChristoph Reiter2018-05-031-4/+4
* ci: remove pypy workaround where pip crashes with MALLOC_CHECK_Christoph Reiter2018-05-031-5/+0
* meson: install _gtktemplate.pyChristoph Reiter2018-05-031-1/+3
* meson: build and install the cairo extensionChristoph Reiter2018-05-031-2/+4
* meson: dedup PY_SSIZE_T_CLEAN usageChristoph Reiter2018-05-033-3/+5
* meson: HAVE_CONFIG_H no longer existsChristoph Reiter2018-05-031-2/+2
* meson: use the same compiler flags as with distutilsChristoph Reiter2018-05-033-8/+59
* meson: don't hardcode includedir/datadirChristoph Reiter2018-05-031-2/+2
* meson: dont pass the default required value everywhereChristoph Reiter2018-05-031-7/+7
* ci: build with mesonChristoph Reiter2018-05-031-0/+10
* ci: add meson deps to the docker imageChristoph Reiter2018-05-031-0/+4
* meson: update the version and required meson version. Fixes #212Christoph Reiter2018-05-021-2/+2
* ci: update pypy and py2.7Christoph Reiter2018-05-013-8/+8
* pygobject: Release the GIL when emitting signalJohn Bassett2018-04-301-0/+2
* pygi-info: use PYGLIB_PyBytes_AsString instead of checkingHavard Graff2018-04-301-6/+1
* conftest: add absolute_import and update mesonHavard Graff2018-04-302-1/+4
* ci: move some jobs to manualChristoph Reiter2018-04-301-0/+4
* 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