summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Put sockets for the regression tests in /tmp, not ${builddir}Simon McVittie2012-02-291-1/+1
* Test behaviour of various Message methodsSimon McVittie2012-01-111-0/+54
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-112-16/+40
* Quash a few more deprecations.Barry Warsaw2011-12-172-6/+6
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-163-124/+166
* Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2011-12-162-9/+9
* Re-enable previously disabled test.Barry Warsaw2011-12-151-1/+2
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-151-0/+19
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-153-7/+13
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-159-203/+335
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-3/+4
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-133-11/+11
* Add a regression test for fd.o #23831Simon McVittie2010-12-022-1/+23
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-4/+4
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-231-0/+7
* tests/cross-test-*: don't use deprecated sets moduleSimon McVittie2010-02-182-5/+3
* Avoid some compiler warningsSimon McVittie2008-07-231-0/+2
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-172-0/+59
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-11/+13
* test-server: import Connection from the right placeSimon McVittie2008-07-141-2/+2
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+74
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-092-0/+40
* test/: add some missing copyright headersSimon McVittie2007-10-093-1/+31
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-285-58/+93
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-272-0/+23
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-275-53/+91
* Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2007-08-061-4/+6
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-012-11/+27
* Avoid deprecated API in cross-testSimon McVittie2007-08-012-9/+10
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-012-0/+19
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-312-0/+53
* test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie2007-07-261-1/+1
* Implement fallback objects.Simon McVittie2007-06-184-7/+85
* 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-042-2/+2
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-302-3/+51
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-292-0/+11
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-282-10/+26
* Don't run the examples during "make check" - timing/startup issues cause inte...Simon McVittie2007-05-091-12/+12
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-032-0/+21
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-303-0/+95
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-301-2/+22
* 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-252-0/+19
* Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie2007-04-242-0/+11
* test/test-service.py: use a constant for the interface name, for claritySimon McVittie2007-04-241-20/+23
* test/run-with-tmp-session-bus.sh: untabify, remove trailing whitespaceSimon McVittie2007-04-241-4/+4
* test/test-client.py: untabifySimon McVittie2007-04-241-8/+8
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-074-16/+16
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-257-14/+0