summaryrefslogtreecommitdiff
path: root/test/test-service.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Python 2Simon McVittie2021-09-151-7/+2
* tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie2020-11-231-5/+5
* Add a test for NO_REPLY method callsSimon McVittie2019-09-021-0/+24
* test-p2p: Add test coverage for sending and receiving fdsSimon McVittie2019-09-021-0/+8
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* Avoid using async keywordSimon McVittie2018-01-291-2/+2
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-201-6/+21
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-021-5/+5
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-161-16/+41
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-3/+6
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-131-1/+1
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-171-0/+22
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-281-14/+18
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-271-0/+8
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-011-7/+8
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-011-0/+8
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-311-0/+13
* Implement fallback objects.Simon McVittie2007-06-181-0/+39
* dbus.service: Allow objects to start off unexported, and become exported later.Simon McVittie2007-06-111-5/+3
* dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie2007-06-041-1/+1
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-301-3/+31
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-291-0/+8
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-031-0/+11
* test/test-service.py: Use constants for the bus name and object pathSimon McVittie2007-04-271-4/+5
* Preparation for fallback-object support:Simon McVittie2007-04-251-0/+8
* Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie2007-04-241-0/+5
* test/test-service.py: use a constant for the interface name, for claritySimon McVittie2007-04-241-20/+23
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-251-2/+0
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-6/+3
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-141-0/+20
* Update tests for the new variant APISimon McVittie2006-11-141-1/+1
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-051-1/+1
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+22
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-4/+12
* * Add tests backJohn (J5) Palmieri2006-07-121-0/+142