summaryrefslogtreecommitdiff
path: root/test/test-standalone.py
Commit message (Expand)AuthorAge
* Imported Upstream version 1.2.4Simon McVittie2016-03-06
* Imported Upstream version 1.2.2~rc1Simon McVittie2016-02-22
* utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie2013-05-08
* fd.o #40817: validate UTF-8 according to the same rules as libdbusSimon McVittie2012-06-25
* Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2012-06-05
* Test behaviour of various Message methodsSimon McVittie2012-01-11
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-11
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-15
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-15
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-14
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-23
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-07
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-25
* Ensure we put the right number of items in a struct or message and add test c...Simon McVittie2007-01-16
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-10
* When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie2007-01-09
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-18
* Stop asserting that dbus.Struct(()) worksSimon McVittie2006-12-05
* Update tests for the new variant APISimon McVittie2006-11-14
* Revert switch from Byte being an int subclass to a str subclass following dis...Simon McVittie2006-11-02
* test/test-standalone.py: Test API guarantee that integer types subclass int o...Simon McVittie2006-10-05
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-27
* Add a test case for the various options to get_args_list.Simon McVittie2006-09-27
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-26