summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: don't leak the file object returned by imp.find_module()ci-py37-dev-modeChristoph Reiter2018-08-151-2/+6
* tests: run our pytest excepthook plugin first to prevent warningsChristoph Reiter2018-08-151-1/+1
* tests: remove some leftover debug printChristoph Reiter2018-08-151-2/+1
* tests: silence some deprecation warnings due to ValueArray usageChristoph Reiter2018-08-151-7/+10
* Use timeit.default_timer() instead of the deprecated time.clock()Christoph Reiter2018-08-151-9/+9
* Access abc classes through the abc module with Python 3Christoph Reiter2018-08-151-3/+7
* ci: enable the new python 3.7 developer mode during testsChristoph Reiter2018-08-152-0/+6
* ci: build and run tests in the gnome master flatpak runtime. Fixes #241Christoph Reiter2018-08-152-0/+13
* tests: extend the meson cext import hack to _gi_cairo. Fixes #242Christoph Reiter2018-08-151-2/+2
* meson: declare_dependency for use by potential superprojectsMathieu Duponchelle2018-08-151-0/+6
* tests: skip a cairo.Path check with older pycairo, it was added with 1.15.1Christoph Reiter2018-08-121-1/+2
* ci: try lcov master for collection coverage on MSYS2Christoph Reiter2018-08-111-3/+3
* tests: skip a flaky test on pypy3Christoph Reiter2018-08-111-0/+1
* Merge branch 'csoriano-master-patch-77687' into 'master'Christoph Reiter2018-07-221-2/+2
|\
| * glib.wrap: Update urlsCarlos Soriano2018-07-221-2/+2
|/
* flake8: exclude meson subprojectsChristoph Reiter2018-07-201-0/+1
* gtktemplate: Don't error out when loading a resource that is only available i...Christoph Reiter2018-07-201-2/+13
* Merge branch 'convert_glib' into 'master'Christoph Reiter2018-07-111-1/+1
|\
| * pygi-convert: Fix GLib.IOCondition regexSander Sweers2018-07-041-1/+1
* | ci: python updateci-py-updateChristoph Reiter2018-07-073-8/+8
* | ci: enable all CI jobs againChristoph Reiter2018-07-071-4/+0
* | Gtk.Template: Add test for second instance initialisationKai Willadsen2018-07-071-0/+37
* | Gtk.Template: Remove init_template() from instance, not classKai Willadsen2018-07-071-1/+1
|/
* pygi-convert: Enable glib conversionSander Sweers2018-07-021-7/+7
* pygi-convert: Remove incorrect conversionsSander Sweers2018-07-021-2/+0
* Update gitignore to ignore the pycairo subprojectChristoph Reiter2018-06-241-0/+1
* meson: fix naming/version/path of the .egg-info fileChristoph Reiter2018-06-241-3/+11
* meson: support building pycairo as a subprojectChristoph Reiter2018-06-243-3/+19
* Add override for GdkPixbuf.Pixbuf.new_from_data. Fixes #225pixbuf-new-from-dataChristoph Reiter2018-06-173-0/+103
* Update NEWSChristoph Reiter2018-05-311-0/+9
* gi/pygi-argument: Squash critical warning when using array as hash valuePhilip Withnall2018-05-181-0/+2
* docs/getting started: add "pacman -Suy" before installing packages under msys2Christoph Reiter2018-05-161-7/+8
* git commit -m "version bump"Christoph Reiter2018-05-162-2/+2
* release3.29.2Christoph Reiter2018-05-161-0/+40
* meson: increase the test timeoutChristoph Reiter2018-05-131-1/+2
* ci/meson: build with pypy and run testsChristoph Reiter2018-05-131-8/+11
* README: mention that we support PyPyChristoph Reiter2018-05-131-3/+4
* README: remove coverage badge, gitlab can now show them on the project pageChristoph Reiter2018-05-131-5/+0
* 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