summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release3.30.3Christoph Reiter2018-11-271-0/+11
* gtktemplate: only call the custom init hook if the class has it. Fixes #267Christoph Reiter2018-11-262-1/+8
* GValue.get_value: fix crashes for VariantsChristoph Reiter2018-11-261-1/+3
* GValue: fall back to the custom C marshaller to support fundamental types. Se...Christoph Reiter2018-11-261-3/+7
* version bumpChristoph Reiter2018-11-112-2/+2
* release3.30.2Christoph Reiter2018-11-111-0/+14
* Sort input file listBernhard M. Wiedemann2018-11-111-1/+1
* ci: don't use meson master for testing, use the latest release insteadChristoph Reiter2018-11-101-1/+1
* tests_gio: Don't depend on the order of keys returned by Gio.Settings.list_ke...Christoph Reiter2018-11-101-2/+2
* overrides: Fix length parameter when passing non-ascii strings to Gtk.Builder...Christoph Reiter2018-11-102-3/+35
* flake8: ignore new W504 warningChristoph Reiter2018-10-261-1/+1
* Merge branch 'meson.msvc' into 'pygobject-3-30'Christoph Reiter2018-10-023-167/+231
|\
| * setup.py: Enable tests to run on MSVC buildsChun-wei Fan2018-10-011-45/+90
| * setup.py: Fix MSVC buildsChun-wei Fan2018-10-011-68/+75
| * meson builds: Support Visual Studio as wellChun-wei Fan2018-10-011-57/+69
| * gi/pygi-closure.c: Cast arg->v_pointer as neededChun-wei Fan2018-10-011-2/+2
|/
* foreign-cairo: Fix cairo marshalling not using the foreign converters in some...Christoph Reiter2018-09-224-0/+21
* foreign-cairo: add error handling for the pygobject API initializationChristoph Reiter2018-09-221-1/+6
* version bumpChristoph Reiter2018-09-142-2/+2
* Update NEWS3.30.1Christoph Reiter2018-09-141-0/+9
* revert closure typecasts from commit 25a5b066 See #247Dan HorĂ¡k2018-09-143-17/+17
* meson: Don't link against libpython on non-Windows systems. Fixes #253Christoph Reiter2018-09-071-2/+9
* version bumpChristoph Reiter2018-09-072-2/+2
* release3.30.0Christoph Reiter2018-08-313-2/+8
* tests: don't test for specific device labelsChristoph Reiter2018-08-191-1/+0
* tests: only run the new unbind tests with glib 2.57.3Christoph Reiter2018-08-192-2/+2
* tests: force Adwaita as gtk themeChristoph Reiter2018-08-191-0/+3
* tests: don't assume anything about sys.excepthookChristoph Reiter2018-08-171-4/+2
* version bumpChristoph Reiter2018-08-162-2/+2
* release3.29.3Christoph Reiter2018-08-161-0/+27
* Merge branch 'gio-lists-tore-splice-fallback' into 'master'Christoph Reiter2018-08-161-10/+25
|\
| * Gio.ListStore overrides: use splice() when adding/removing many items with ne...Christoph Reiter2018-08-161-10/+25
|/
* functions: revert the function init order to make pylint happy again. See #217Christoph Reiter2018-08-161-0/+8
* GLib overrides: allow calling GObject.Binding.unbind() unconditionally with n...Christoph Reiter2018-08-162-2/+14
* ci: build python 2.7 and 3.7 in debug mode. Fixes #243ci-debug-buildChristoph Reiter2018-08-166-12/+10
* ci: enable the new python 3.7 developer mode during testsChristoph Reiter2018-08-152-0/+6
* tests: don't leak the file object returned by imp.find_module()Christoph 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
* Merge branch 'clear-error-before-calling-str' into 'master'Christoph Reiter2018-08-151-0/+12
|\
| * Clear error indicator before calling pygi_pyerr_formatSimon McVittie2018-08-141-0/+12
* | 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