Throughout dbus-python: Use the C implementation.
commit97d01a1d540e5ec31b752c31ad9f2b794eddf472
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Tue, 26 Sep 2006 19:50:58 +0000 (26 20:50 +0100)
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Tue, 26 Sep 2006 19:50:58 +0000 (26 20:50 +0100)
treed051434908459155611c5a35d631365759acde58
parente0552c3d9cfe22e9ea1b3c2874dc4f79d6948b21
Throughout dbus-python: Use the C implementation.
Add document API_CHANGES.txt listing visible API changes.
Add more test cases, for low-level Python <-> D-Bus type mappings.
Amend existing test cases to cope with the API changes.
14 files changed:
API_CHANGES.txt [new file with mode: 0644]
dbus/_dbus.py
dbus/decorators.py
dbus/exceptions.py
dbus/proxies.py
dbus/service.py
dbus/types.py
setup.py
test/cross-test-client.py
test/cross-test-server.py
test/run-test.sh
test/test-client.py
test/test-service.py
test/test-standalone.py [new file with mode: 0755]