summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bumppygobject-3-30Christoph Reiter2019-06-162-2/+2
* release3.30.5Christoph Reiter2019-06-161-0/+9
* build: don't use -Wdeclaration-after-statement with Python 3Christoph Reiter2019-06-162-2/+11
* build: drop some checks for unsupported Python versionsChristoph Reiter2019-06-162-11/+2
* Don't use PyTypeObject.tp_print with Python 3Christoph Reiter2019-06-161-1/+4
* tests: remove usage of time.clock(), no longer available in py3.8Christoph Reiter2019-06-161-3/+3
* CI: disable lcov under MSYS2Christoph Reiter2019-06-071-7/+8
* pygi-array: fix leak of transfer-full/container C arrays. Fixes #322Christoph Reiter2019-04-191-1/+1
* pygi_error_marshal_to_py: Fix error return handling. Fixes #315Christoph Reiter2019-04-191-14/+13
* gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320Christoph Reiter2019-04-192-16/+16
* ci: use the 3.30 runtime for testingChristoph Reiter2019-03-161-4/+3
* ci: add a timeout multiplier for meson testsChristoph Reiter2019-03-081-1/+1
* examples: fix new flake8 warningsChristoph Reiter2019-02-012-8/+8
* version bumpChristoph Reiter2018-11-302-2/+2
* release3.30.4Christoph Reiter2018-11-301-0/+9
* test_repository: fix deprecation warnings re collections.abc moveChristoph Reiter2018-11-301-20/+23
* PKG-INFO: add an lgplv2+ license classifierChristoph Reiter2018-11-301-1/+1
* setup.py: fix typoChristoph Reiter2018-11-301-5/+5
* gtk: Fix rows getting inserted on the wrong level if parent=None. Fixes #281Christoph Reiter2018-11-302-0/+44
* version bumpChristoph Reiter2018-11-272-2/+2
* 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