summaryrefslogtreecommitdiff
path: root/test/test-standalone.py
Commit message (Expand)AuthorAgeFilesLines
* utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie2013-05-081-16/+25
* fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1Simon McVittie2012-06-251-1/+58
* Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2012-06-051-0/+2
* 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-111-7/+31
* 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-151-4/+6
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-64/+109
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-3/+4
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-231-0/+7
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-14/+18
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-4/+4
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-251-2/+0
* Ensure we put the right number of items in a struct or message and add test c...Simon McVittie2007-01-161-1/+43
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-101-0/+15
* When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie2007-01-091-1/+2
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-10/+15
* Stop asserting that dbus.Struct(()) worksSimon McVittie2006-12-051-2/+2
* Update tests for the new variant APISimon McVittie2006-11-141-86/+92
* Revert switch from Byte being an int subclass to a str subclass following dis...Simon McVittie2006-11-021-2/+3
* test/test-standalone.py: Test API guarantee that integer types subclass int o...Simon McVittie2006-10-051-0/+8
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+21
* Add a test case for the various options to get_args_list.Simon McVittie2006-09-271-21/+91
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-0/+126