summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge branch 'argNpath' into 'master'HEADmasterSimon McVittie3-6/+118
2023-08-30test: Add basic coverage for argNpatch matchesJeroen Hofstee1-0/+62
2023-08-30Add support for argNpath in add_signal_receiverJeroen Hofstee2-6/+56
2023-08-30test: Add SPDX licensing informationSimon McVittie3-0/+6
2023-08-30CI: Run pipelines on merge request eventsSimon McVittie1-0/+5
2023-08-16README: Add several more alternativesSimon McVittie1-1/+21
2023-08-16Update NEWSSimon McVittie1-2/+15
2023-08-16Merge branch 'arg0namespace' into 'master'Simon McVittie3-2/+63
2023-08-16test: Add basic coverage for arg0namespaceJeroen Hofstee1-0/+36
2023-08-16Add support for arg0namespace in add_signal_receiverJeroen Hofstee2-2/+27
2023-08-16CI: Use Ubuntu 22.04 'jammy' to test Python 3.10Simon McVittie2-5/+7
2023-08-16CI: Consistently prevent dpkg from asking questionsSimon McVittie1-1/+1
2023-05-30Merge branch 'service-example-typo' into 'master'Simon McVittie1-1/+1
2023-05-30Fix typo in class name for dbus.service.Object in example code.Robert Ancell1-1/+1
2023-02-14CI: Stop editing /etc/apt/sources.listSimon McVittie1-5/+0
2023-01-20Merge branch 'call-async-no-reply' into 'master'Simon McVittie1-0/+2
2023-01-20connection: Set NO_REPLY flag if there's no handlerMihai Dumitru1-0/+2
2023-01-20ci-install.sh: Roll back to an older version of ninja on EOL Debian 10wip/smcv/buildSimon McVittie1-2/+4
2023-01-20CI: Collect Meson logsSimon McVittie1-0/+1
2023-01-20CI: Temporarily force each CI job to re-clone the project directorySimon McVittie1-0/+1
2023-01-20CI: Work around pypa/pip#11623 by installing ninja-build in the containerSimon McVittie1-0/+1
2023-01-20CI: Stop switching privilege levels, just do the build as uid 0Simon McVittie2-22/+4
2023-01-20CI: Remove vestigial support for launching our own Docker containerSimon McVittie3-41/+0
2023-01-20CI: Configure PATH to be able to find ninja-build from pipSimon McVittie1-1/+1
2023-01-20setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpathSimon McVittie1-2/+1
2023-01-20setup.py: Remove unused distutils importsSimon McVittie1-2/+1
2023-01-20CI: Test Python 3.11 on Debian 12Simon McVittie1-0/+19
2023-01-20tools/ci-install.sh: Explicitly install adduserSimon McVittie1-0/+1
2022-09-06Post-release version bumpSimon McVittie3-2/+7
2022-09-06Prepare v1.3.2dbus-python-1.3.2Simon McVittie3-4/+11
2022-09-06build: Include PKG-INFO, egg-info etc. in dist tarballs againSimon McVittie3-2/+55
2022-09-06NEWS: Use ASCII bullet points for reST formattingSimon McVittie1-116/+120
2022-09-06.gitignore: Ignore mesonpy detritusSimon McVittie1-0/+1
2022-09-06Start 1.3.2 developmentSimon McVittie3-2/+7
2022-09-06Fix website update infrastructureSimon McVittie4-16/+16
2022-09-06Prepare v1.3.0dbus-python-1.3.0Simon McVittie3-3/+3
2022-09-06CONTRIBUTING: Make a note to update meson.buildSimon McVittie1-2/+4
2022-09-06build: Remove vestigial macrosSimon McVittie1-13/+1
2022-09-06Update NEWSSimon McVittie1-0/+8
2022-09-06test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie2-1/+58
2022-09-06unixfd: Fix assertion failure constructing UnixFd for invalid fdSimon McVittie1-3/+3
2022-09-06message: Fix assertion failure unpacking handle to an out-of-range fdSimon McVittie1-0/+8
2022-09-06build: Stop including egg-info in sdistSimon McVittie2-5/+3
2022-09-06setup.py: Build using Meson instead of Autotools by defaultSimon McVittie7-89/+175
2022-09-05meson: Make installed-tests from multiple builds co-installableSimon McVittie2-2/+9
2022-09-05Update NEWSSimon McVittie1-7/+21
2022-09-05CI: Exercise Meson buildSimon McVittie4-44/+78
2022-09-05Add a Meson build systemSimon McVittie10-0/+556
2022-09-05.gitignore: Ignore more generated filesSimon McVittie1-0/+3
2022-09-05Reinstate test coverage for pip install dbus-pythonSimon McVittie3-8/+32