summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Make sure distcheck installs into our ${prefix}310-ciSimon McVittie2021-09-141-1/+1
* m4: Update AX_PYTHON_DEVEL for better forward-compatibilitySimon McVittie2021-09-141-22/+63
* Remove support for Python 2Simon McVittie2021-09-1445-1206/+161
* build: Use sysconfig in preference to distutils.utilSimon McVittie2021-09-141-1/+8
* CI: Disable documentation build with Python 3.10Simon McVittie2021-09-142-2/+7
* Release v1.2.18dbus-python-1.2.18Simon McVittie2021-07-202-2/+2
* Merge branch 'wip/smcv/py3' into 'master'Simon McVittie2021-07-2013-74/+136
|\
| * Update NEWSSimon McVittie2021-07-201-1/+20
| * build: Use python3 if neither PYTHON nor PYTHON_VERSION is specifiedSimon McVittie2021-07-201-0/+1
| * examples: Convert to Python 3Simon McVittie2021-07-2010-73/+113
| * Use the same python for build and distcheckSimon McVittie2021-07-191-0/+2
|/
* Merge branch 'wip/smcv/misc' into 'master'Simon McVittie2021-07-198-97/+36
|\
| * Update NEWSSimon McVittie2021-07-191-2/+17
| * Remove Travis-CI integrationSimon McVittie2021-07-194-91/+2
| * CI: Build with Python 3.10 beta, using Ubuntu 21.10 prereleaseSimon McVittie2021-07-191-0/+9
| * tests: Exercise negative variant_level for UnixFd typeSimon McVittie2021-07-191-0/+3
| * unixfd: Don't leak self if variant_level < 0Simon McVittie2021-07-191-4/+5
|/
* unixfd: Close fd in error pathDavid King2021-07-191-1/+3
* CI: Test with Python 3.9 on Debian 11 'bullseye'Simon McVittie2021-07-191-8/+8
* Update NEWSSimon McVittie2020-11-231-1/+21
* tests: Stop calling GLib.threads_initSimon McVittie2020-11-233-3/+0
* tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie2020-11-236-31/+31
* Fix getargspec() deprecation warningMartin Stumpf2020-11-191-1/+10
* service: Adjust to deprecation of collections.SequenceSimon McVittie2020-01-141-1/+5
* build: Disable -Wdeclaration-after-statementSimon McVittie2020-01-141-0/+2
* CI: Don't install tap.py for Python 2Simon McVittie2020-01-141-2/+7
* Increment micro version after releaseSimon McVittie2020-01-142-1/+6
* Release v1.12.16dbus-python-1.2.16Simon McVittie2020-01-142-2/+4
* Update NEWSSimon McVittie2020-01-111-1/+10
* build: Forbid unexpanded AX_ macros more selectivelySimon McVittie2020-01-111-1/+1
* Add support for testing without tappySimon McVittie2020-01-119-63/+68
* Post-release micro version bumpSimon McVittie2020-01-112-1/+6
* 1.2.14dbus-python-1.2.14Simon McVittie2019-11-252-3/+14
* Disable compiler errors for -WinlineSimon McVittie2019-11-211-0/+2
* Run CI for Python 3.8Simon McVittie2019-11-213-11/+50
* test: Expand test coverage for int(), str(), unicode() of our typesSimon McVittie2019-11-211-3/+79
* abstract: Stringify float subclasses using float's reprSimon McVittie2019-11-211-1/+14
* int: Ensure we stringify Booleans as 0 or 1Simon McVittie2019-11-211-1/+7
* abstract: Stringify long subclasses using long's reprSimon McVittie2019-11-211-1/+14
* Post-release version bumpSimon McVittie2019-09-122-1/+6
* Prepare version 1.2.12dbus-python-1.2.12Simon McVittie2019-09-122-3/+12
* Revert "Consistently save/restore exception indicator when called from C code"Simon McVittie2019-09-123-43/+16
* Merge commit 'c786e961343b1acd9ac78c035b8e335bf1f3e634'Simon McVittie2019-09-022-1/+6
|\
| * Post-release version bumpSimon McVittie2019-09-022-1/+6
* | Document how to release dbus-pythonSimon McVittie2019-09-021-2/+23
|/
* Prepare releasedbus-python-1.2.10Simon McVittie2019-09-022-2/+4
* Update NEWSSimon McVittie2019-09-021-0/+3
* Consistently save/restore exception indicator when called from C codeSimon McVittie2019-09-023-16/+43
* Fix NO_REPLY test for Python 3Simon McVittie2019-09-021-1/+2
* NEWS: Mention corner-case incompatibilitySimon McVittie2019-09-021-0/+3