summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-1242-193/+244
* tests: Make patching in pygtkcompat reversibleChristoph Reiter2018-02-115-145/+237
* version bumpChristoph Reiter2018-02-101-1/+1
* release3.27.3Christoph Reiter2018-02-102-0/+12
* tests: switch to pytest as the default test runner. See #153Christoph Reiter2018-02-107-19/+34
* tests: set DBUS_SESSION_BUS_ADDRESS to some invalid value to disable dbusChristoph Reiter2018-02-101-1/+1
* tests: remove locale test for uppercasing C namesChristoph Reiter2018-02-094-83/+1
* tests: disable dbus tests on Windows/macOSChristoph Reiter2018-02-091-0/+3
* tests: move dbus session bus handling into runtests.pyChristoph Reiter2018-02-085-22/+30
* gitlab-ci: use pyenv in docker instead of the deadsnakes PPAChristoph Reiter2018-02-084-32/+58
* tests: Make tests run without Gtk/Gdk installedMikhail Fludkov2018-02-083-35/+42
* Revert "to-py-struct: don't copy the boxed if we are the sole owner of the wr...Christoph Reiter2018-02-082-11/+2
* tests: test_boxed_c_wrapper failing testsMikhail Fludkov2018-02-085-3/+106
* version bumpChristoph Reiter2018-02-071-1/+1
* release3.27.2Christoph Reiter2018-02-071-2/+2
* docs: add pypi step to maintainer release listChristoph Reiter2018-02-071-0/+2
* docs: getting started: default to Python 3 everywhereChristoph Reiter2018-02-071-6/+6
* docs: update building/testing with new setup.py featuresChristoph Reiter2018-02-071-20/+25
* Update NEWSChristoph Reiter2018-02-071-4/+22
* gitlab-ci: adjust PKG_CONFIG_PATH for pycairoChristoph Reiter2018-02-061-1/+1
* setup.py: use dbus-run-session for tests if availableChristoph Reiter2018-02-061-4/+12
* setup.py: remove wrong comment about share lib extenions in distutilsChristoph Reiter2018-02-061-1/+1
* build: remove libdir from the .pc fileChristoph Reiter2018-02-062-2/+0
* setup.py: install .pc file into libdirChristoph Reiter2018-02-061-1/+3
* tests: skip some more tests on macOSChristoph Reiter2018-02-062-0/+2
* setup.py: convince distutils to build dylibs on macOSChristoph Reiter2018-02-051-0/+7
* setup.py: rework pycairo header lookup and use new pycairo API when available...Christoph Reiter2018-02-051-44/+88
* Merge branch 'dont-copy-unowned-boxed' into 'master'Christoph Reiter2018-02-011-2/+9
|\
| * to-py-struct: don't copy the boxed if we are the sole owner of the wrapperChristoph Reiter2018-01-301-2/+9
|/
* Merge branch 'property_fix' into 'master'Christoph Reiter2018-01-301-2/+12
|\
| * gobjectmodule: do not clear floating flag in set_/get_propertyMathieu Duponchelle2018-01-231-2/+12
* | setup.py: test: also run compat_test_pygtk testsChristoph Reiter2018-01-301-0/+7
* | Merge branch 'gitlabissue158' into 'master'Christoph Reiter2018-01-292-0/+55
|\ \
| * | pygobject-object: fix memory corruption around list of closuresMikhail Fludkov2018-01-292-0/+55
* | | Merge branch 'fix_boxed_copies' into 'master'Christoph Reiter2018-01-2922-168/+180
|\ \ \ | |/ / |/| |
| * | to python struct marshalling: copy boxed during cleanupMathieu Duponchelle2018-01-232-8/+27
| * | to python marshalling: collect cleanup dataMathieu Duponchelle2018-01-2314-43/+120
| * | pygi-boxed: make in-place copy saferMathieu Duponchelle2018-01-231-1/+7
| * | Revert "Refactor boxed wrapper memory management strategy"Mathieu Duponchelle2018-01-2310-119/+29
| |/
* | setup.py: set zip_safe=FalseChristoph Reiter2018-01-251-0/+1
* | setup.py: Install the pkg-config fileChristoph Reiter2018-01-253-9/+80
* | setup.py: Install the header fileChristoph Reiter2018-01-251-0/+3
* | setup.py: Add logging for pycairo lookup and fail early if the header isn't f...Christoph Reiter2018-01-251-1/+12
* | gi/types: make it possible to resolve ambiguous vmethod namesMathieu Duponchelle2018-01-231-14/+36
|/
* setup.py: default to Python 3Christoph Reiter2018-01-231-1/+1
* setup.py: Make the test command work under MSYS2Christoph Reiter2018-01-232-14/+45
* setup.py: add a "quality" commandChristoph Reiter2018-01-211-0/+19
* gitlab-ci: switch to a non-srcdir buildChristoph Reiter2018-01-201-1/+7
* autotools: use flake8 instead of pep8/pyflakesChristoph Reiter2018-01-205-18/+9
* gitlab-ci: Install pep8 package, "make check.quality" requires itChristoph Reiter2018-01-203-4/+4