summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'master'Simon McVittie2022-09-042-0/+34
|\
| * add set_allow_interactive_authorization / get_allow_interactive_authorization...Ricter Zheng2022-04-272-0/+34
|/
* Update NEWSSimon McVittie2021-09-151-0/+3
* Merge branch 'fix-40' into 'master'Simon McVittie2021-09-152-2/+2
|\
| * Fix invalid escape sequence warningsJason Yundt2021-09-152-2/+2
|/
* Update NEWSSimon McVittie2021-09-151-0/+39
* Merge branch '310-ci' into 'master'Simon McVittie2021-09-1547-1232/+243
|\
| * build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRINGSimon McVittie2021-09-151-3/+3
| * .gitignore: Ignore build-system backup filesSimon McVittie2021-09-151-0/+2
| * build: Update bug reporting URLSimon McVittie2021-09-151-1/+1
| * build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOLSimon McVittie2021-09-151-1/+1
| * CI: Ensure we install into ${prefix}, even with Automake 1.16.4Simon McVittie2021-09-151-0/+2
| * build: Make distcheck use our ${prefix} with Automake 1.16.4Simon McVittie2021-09-151-1/+1
| * m4: Update AX_PYTHON_DEVEL for better forward-compatibilitySimon McVittie2021-09-151-22/+63
| * Remove support for Python 2Simon McVittie2021-09-1545-1210/+164
| * 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