summaryrefslogtreecommitdiff
path: root/test/test-client.py
Commit message (Expand)AuthorAgeFilesLines
* test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie2022-09-061-1/+55
* add set_allow_interactive_authorization / get_allow_interactive_authorization...Ricter Zheng2022-04-271-0/+6
* Remove support for Python 2Simon McVittie2021-09-151-43/+6
* tests: Stop calling GLib.threads_initSimon McVittie2020-11-231-1/+0
* tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie2020-11-231-6/+6
* Add support for testing without tappySimon McVittie2020-01-111-9/+2
* Fix NO_REPLY test for Python 3Simon McVittie2019-09-021-1/+2
* Add a test for NO_REPLY method callsSimon McVittie2019-09-021-0/+56
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* Avoid using async keywordSimon McVittie2018-01-291-3/+3
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-111-3/+11
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-201-8/+10
* Add support for skipping tests, and use itSimon McVittie2013-05-081-1/+5
* Slightly better test coverageSimon McVittie2012-10-161-0/+4
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-161-108/+123
* Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2011-12-161-3/+3
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-65/+84
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-131-6/+6
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-171-0/+37
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-281-15/+18
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-271-0/+15
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-011-4/+19
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-011-0/+11
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-311-0/+40
* test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie2007-07-261-1/+1
* Implement fallback objects.Simon McVittie2007-06-181-3/+19
* 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-0/+20
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-291-0/+3
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-281-0/+2
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-031-0/+10
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-301-2/+22
* Preparation for fallback-object support:Simon McVittie2007-04-251-0/+11
* Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie2007-04-241-0/+6
* test/test-client.py: untabifySimon McVittie2007-04-241-8/+8
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-251-2/+0
* dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie2007-01-091-0/+4
* Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie2006-12-191-9/+29
* Do cross-product of options in more obvious waySimon McVittie2006-12-191-12/+13
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-6/+3
* test/test-client.py: Add test case for weak reference logic (which would segf...Simon McVittie2006-12-131-0/+10
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-141-1/+11
* Update tests for the new variant APISimon McVittie2006-11-141-6/+9
* 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/+23
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-14/+19
* test/test-client.py: Rename dbus.dbus_bindings to _dbus_bindings in test tooSimon McVittie2006-09-011-4/+4
* * fix import of dbus_bindingsJohn (J5) Palmieri2006-07-211-3/+3
* * Add tests backJohn (J5) Palmieri2006-07-121-0/+307