| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for testing without tappy | Simon McVittie | 2020-01-11 | 1 | -9/+2 |
| * | test: Expand test coverage for int(), str(), unicode() of our types | Simon McVittie | 2019-11-21 | 1 | -3/+79 |
| * | Add basic test coverage for UnixFd | Simon McVittie | 2019-09-02 | 1 | -0/+31 |
| * | Add clearer licensing information in SPDX format | Simon McVittie | 2019-07-15 | 1 | -0/+2 |
| * | Remove remaining support for Ubuntu 14.04 'trusty' | Simon McVittie | 2019-07-15 | 1 | -1/+2 |
| * | Drop support for Python 2.6, along with several workarounds | Simon McVittie | 2016-08-11 | 1 | -32/+14 |
| * | Use TAP syntax for all directly-run tests | Simon McVittie | 2016-08-11 | 1 | -1/+9 |
| * | unicode test: cope with Python 2.6 as provided on travis-ci | Simon McVittie | 2016-03-06 | 1 | -1/+4 |
| * | Fix Unicode tests on narrow Python builds | Simon McVittie | 2016-03-05 | 1 | -10/+29 |
| * | Add a regression test for the version numbering | Simon McVittie | 2016-03-05 | 1 | -0/+14 |
| * | Use non-recursive make for tests, and make them into installed-tests | Simon McVittie | 2016-01-20 | 1 | -12/+17 |
| * | utf8 test: pass when used with dbus 1.6.10, 1.7.2 | Simon McVittie | 2013-05-08 | 1 | -16/+25 |
| * | fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1 | Simon McVittie | 2012-06-25 | 1 | -1/+58 |
| * | Py3: correctly guess the signature of ObjectPath(...) and Signature(...) | Simon McVittie | 2012-06-05 | 1 | -0/+2 |
| * | Test behaviour of various Message methods | Simon McVittie | 2012-01-11 | 1 | -0/+54 |
| * | Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3) | Simon McVittie | 2012-01-11 | 1 | -7/+31 |
| * | Fix the match rule semantics so that a match rule of "arg0='/'" does not match | Barry Warsaw | 2011-12-15 | 1 | -0/+19 |
| * | - Added back the missing PY3PORT.rst file, with updates. | Barry Warsaw | 2011-12-15 | 1 | -4/+6 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -64/+109 |
| * | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 2011-12-14 | 1 | -3/+4 |
| * | fd.o #21831: deserialize empty ByteArray objects correctly | Simon McVittie | 2010-11-23 | 1 | -0/+7 |
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 1 | -14/+18 |
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -4/+4 |
| * | test/, include/: remove accidentally duplicated lines from license statement | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | Ensure we put the right number of items in a struct or message and add test c... | Simon McVittie | 2007-01-16 | 1 | -1/+43 |
| * | Add special case to serialization: objects with a __dbus_object_path__ attrib... | Simon McVittie | 2007-01-10 | 1 | -0/+15 |
| * | When putting a ByteArray into a variant array, serialise it as an array of va... | Simon McVittie | 2007-01-09 | 1 | -1/+2 |
| * | Switch to autotools and test with Python 2.5 as well as 2.4. | Simon McVittie | 2006-12-18 | 1 | -10/+15 |
| * | Stop asserting that dbus.Struct(()) works | Simon McVittie | 2006-12-05 | 1 | -2/+2 |
| * | Update tests for the new variant API | Simon McVittie | 2006-11-14 | 1 | -86/+92 |
| * | Revert switch from Byte being an int subclass to a str subclass following dis... | Simon McVittie | 2006-11-02 | 1 | -2/+3 |
| * | test/test-standalone.py: Test API guarantee that integer types subclass int o... | Simon McVittie | 2006-10-05 | 1 | -0/+8 |
| * | Add copyright, AFL2.1, GPL2 notices, which might even be correct... | Simon McVittie | 2006-09-27 | 1 | -0/+21 |
| * | Add a test case for the various options to get_args_list. | Simon McVittie | 2006-09-27 | 1 | -21/+91 |
| * | Throughout dbus-python: Use the C implementation. | Simon McVittie | 2006-09-26 | 1 | -0/+126 |