index
:
dbus/dbus-python
huangpeng-dbusserver-monolithic
master
purity
wip/smcv/build
wip/smcv/ci
wip/smcv/invalid-unix-fd
Python bindings for D-Bus IPC mechanism (mirrored from https://gitlab.freedesktop.org/dbus/dbus-python)
johnp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-07
Call PyWeakref_GetRef() instead of deprecated PyWeakref_GetObject()
HEAD
master
Simon McVittie
3
-16
/
+44
2024-10-07
m4: Update AX_PYTHON_DEVEL to v33
Simon McVittie
1
-2
/
+2
2024-10-07
Update NEWS
Simon McVittie
1
-0
/
+7
2024-10-07
Merge branch 'tomllib' into 'master'
Simon McVittie
1
-2
/
+5
2024-10-07
tools/generate-pkginfo.py: Allow to use tomllib instead of tomli on Python >=...
Timo Gurr
1
-2
/
+5
2023-08-30
Merge branch 'argNpath' into 'master'
Simon McVittie
3
-6
/
+118
2023-08-30
test: Add basic coverage for argNpatch matches
Jeroen Hofstee
1
-0
/
+62
2023-08-30
Add support for argNpath in add_signal_receiver
Jeroen Hofstee
2
-6
/
+56
2023-08-30
test: Add SPDX licensing information
Simon McVittie
3
-0
/
+6
2023-08-30
CI: Run pipelines on merge request events
Simon McVittie
1
-0
/
+5
2023-08-16
README: Add several more alternatives
Simon McVittie
1
-1
/
+21
2023-08-16
Update NEWS
Simon McVittie
1
-2
/
+15
2023-08-16
Merge branch 'arg0namespace' into 'master'
Simon McVittie
3
-2
/
+63
2023-08-16
test: Add basic coverage for arg0namespace
Jeroen Hofstee
1
-0
/
+36
2023-08-16
Add support for arg0namespace in add_signal_receiver
Jeroen Hofstee
2
-2
/
+27
2023-08-16
CI: Use Ubuntu 22.04 'jammy' to test Python 3.10
Simon McVittie
2
-5
/
+7
2023-08-16
CI: Consistently prevent dpkg from asking questions
Simon McVittie
1
-1
/
+1
2023-05-30
Merge branch 'service-example-typo' into 'master'
Simon McVittie
1
-1
/
+1
2023-05-30
Fix typo in class name for dbus.service.Object in example code.
Robert Ancell
1
-1
/
+1
2023-02-14
CI: Stop editing /etc/apt/sources.list
Simon McVittie
1
-5
/
+0
2023-01-20
Merge branch 'call-async-no-reply' into 'master'
Simon McVittie
1
-0
/
+2
2023-01-20
connection: Set NO_REPLY flag if there's no handler
Mihai Dumitru
1
-0
/
+2
2023-01-20
ci-install.sh: Roll back to an older version of ninja on EOL Debian 10
wip/smcv/build
Simon McVittie
1
-2
/
+4
2023-01-20
CI: Collect Meson logs
Simon McVittie
1
-0
/
+1
2023-01-20
CI: Temporarily force each CI job to re-clone the project directory
Simon McVittie
1
-0
/
+1
2023-01-20
CI: Work around pypa/pip#11623 by installing ninja-build in the container
Simon McVittie
1
-0
/
+1
2023-01-20
CI: Stop switching privilege levels, just do the build as uid 0
Simon McVittie
2
-22
/
+4
2023-01-20
CI: Remove vestigial support for launching our own Docker container
Simon McVittie
3
-41
/
+0
2023-01-20
CI: Configure PATH to be able to find ninja-build from pip
Simon McVittie
1
-1
/
+1
2023-01-20
setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpath
Simon McVittie
1
-2
/
+1
2023-01-20
setup.py: Remove unused distutils imports
Simon McVittie
1
-2
/
+1
2023-01-20
CI: Test Python 3.11 on Debian 12
Simon McVittie
1
-0
/
+19
2023-01-20
tools/ci-install.sh: Explicitly install adduser
Simon McVittie
1
-0
/
+1
2022-09-06
Post-release version bump
Simon McVittie
3
-2
/
+7
2022-09-06
Prepare v1.3.2
dbus-python-1.3.2
Simon McVittie
3
-4
/
+11
2022-09-06
build: Include PKG-INFO, egg-info etc. in dist tarballs again
Simon McVittie
3
-2
/
+55
2022-09-06
NEWS: Use ASCII bullet points for reST formatting
Simon McVittie
1
-116
/
+120
2022-09-06
.gitignore: Ignore mesonpy detritus
Simon McVittie
1
-0
/
+1
2022-09-06
Start 1.3.2 development
Simon McVittie
3
-2
/
+7
2022-09-06
Fix website update infrastructure
Simon McVittie
4
-16
/
+16
2022-09-06
Prepare v1.3.0
dbus-python-1.3.0
Simon McVittie
3
-3
/
+3
2022-09-06
CONTRIBUTING: Make a note to update meson.build
Simon McVittie
1
-2
/
+4
2022-09-06
build: Remove vestigial macros
Simon McVittie
1
-13
/
+1
2022-09-06
Update NEWS
Simon McVittie
1
-0
/
+8
2022-09-06
test: Exercise handling of invalid/negative Unix fds
wip/smcv/invalid-unix-fd
Simon McVittie
2
-1
/
+58
2022-09-06
unixfd: Fix assertion failure constructing UnixFd for invalid fd
Simon McVittie
1
-3
/
+3
2022-09-06
message: Fix assertion failure unpacking handle to an out-of-range fd
Simon McVittie
1
-0
/
+8
2022-09-06
build: Stop including egg-info in sdist
Simon McVittie
2
-5
/
+3
2022-09-06
setup.py: Build using Meson instead of Autotools by default
Simon McVittie
7
-89
/
+175
2022-09-05
meson: Make installed-tests from multiple builds co-installable
Simon McVittie
2
-2
/
+9
[next]