Age | Commit message (Expand) | Author | Files | Lines |
2018-01-29 | Avoid using async keyword | Simon McVittie | 2 | -5/+5 |
2017-11-01 | Revert "test/import-repeatedly: skip on Python 3.6 for now" | Simon McVittie | 1 | -11/+0 |
2016-08-11 | Drop support for Python 2.6, along with several workarounds | Simon McVittie | 1 | -32/+14 |
2016-08-11 | test/import-repeatedly: skip on Python 3.6 for now | Simon McVittie | 1 | -0/+11 |
2016-08-11 | import-repeatedly: detect exceptions | Simon McVittie | 1 | -1/+4 |
2016-08-11 | Use TAP syntax for all directly-run tests | Simon McVittie | 9 | -58/+130 |
2016-03-06 | unicode test: cope with Python 2.6 as provided on travis-ci | Simon McVittie | 1 | -1/+4 |
2016-03-05 | run-test: avoid "test: =: unary operator expected" | Simon McVittie | 1 | -2/+3 |
2016-03-05 | Fix Unicode tests on narrow Python builds | Simon McVittie | 1 | -10/+29 |
2016-03-05 | Add a regression test for the version numbering | Simon McVittie | 1 | -0/+14 |
2016-03-05 | Move dbus-python.h to a dbus subdirectory | Simon McVittie | 1 | -1/+1 |
2016-02-22 | Make all test scripts properly executable | Simon McVittie | 7 | -0/+4 |
2016-01-20 | Use gi instead of gobject, everywhere except dbus.gobject_service | Simon McVittie | 1 | -2/+2 |
2016-01-20 | Replace hard-coded sleep with a wait for the D-Bus name to appear | Simon McVittie | 2 | -6/+70 |
2016-01-20 | Use non-recursive make for tests, and make them into installed-tests | Simon McVittie | 10 | -225/+93 |
2016-01-20 | Use non-recursive make for everything except tests | Simon McVittie | 1 | -1/+1 |
2015-12-06 | Simplify testing by using dbus-run-session and Automake "log compiler" | Simon McVittie | 4 | -167/+167 |
2015-12-06 | Use AX_COMPILER_FLAGS | Simon McVittie | 1 | -7/+19 |
2015-12-05 | Update build system for Automake 1.13 (parallel test driver) | Simon McVittie | 1 | -7/+9 |
2013-05-08 | distribute new tests | Simon McVittie | 1 | -0/+2 |
2013-05-08 | Add support for skipping tests, and use it | Simon McVittie | 7 | -15/+62 |
2013-05-08 | utf8 test: pass when used with dbus 1.6.10, 1.7.2 | Simon McVittie | 1 | -16/+25 |
2013-04-22 | Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE | Simon McVittie | 1 | -0/+2 |
2012-10-16 | Slightly better test coverage | Simon McVittie | 1 | -0/+4 |
2012-10-16 | Use a form of assertRaises() that works in Python 2.6 | Simon McVittie | 1 | -3/+2 |
2012-10-16 | Skip test_dbus_exception_convert_str_fail under unusual default encodings | Simon McVittie | 1 | -3/+8 |
2012-10-16 | Support unicode messages for DBusException in Python 2 | Michael Vogt | 3 | -0/+95 |
2012-07-04 | run-test.sh: don't go via make to run the cross-test | Simon McVittie | 1 | -2/+2 |
2012-06-25 | fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1 | Simon McVittie | 1 | -1/+58 |
2012-06-05 | Py3: correctly guess the signature of ObjectPath(...) and Signature(...) | Simon McVittie | 1 | -0/+2 |
2012-05-02 | Rename gobject_service (PyGI version) to gi_service | Simon McVittie | 1 | -5/+5 |
2012-02-29 | Put sockets for the regression tests in /tmp, not ${builddir} | Simon McVittie | 1 | -1/+1 |
2012-01-11 | Test behaviour of various Message methods | Simon McVittie | 1 | -0/+54 |
2012-01-11 | Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3) | Simon McVittie | 2 | -16/+40 |
2011-12-17 | Quash a few more deprecations. | Barry Warsaw | 2 | -6/+6 |
2011-12-16 | More Python 3 porting, this time primarily to get test-client.py working. | Barry Warsaw | 3 | -124/+166 |
2011-12-16 | Re-enable the other tests, even though these still fail for me (b.f.o #43303). | Barry Warsaw | 2 | -9/+9 |
2011-12-15 | Re-enable previously disabled test. | Barry Warsaw | 1 | -1/+2 |
2011-12-15 | Fix the match rule semantics so that a match rule of "arg0='/'" does not match | Barry Warsaw | 1 | -0/+19 |
2011-12-15 | - Added back the missing PY3PORT.rst file, with updates. | Barry Warsaw | 3 | -7/+13 |
2011-12-15 | This is the big one; it adds Python 3 support. | Barry Warsaw | 9 | -203/+335 |
2011-12-14 | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 1 | -3/+4 |
2011-12-13 | Use Python 3 syntax to catch exceptions | Barry Warsaw | 3 | -11/+11 |
2010-12-02 | Add a regression test for fd.o #23831 | Simon McVittie | 2 | -1/+23 |
2010-12-02 | Use Py_CLEAR for greater robustness | Simon McVittie | 1 | -4/+4 |
2010-11-23 | fd.o #21831: deserialize empty ByteArray objects correctly | Simon McVittie | 1 | -0/+7 |
2010-02-18 | tests/cross-test-*: don't use deprecated sets module | Simon McVittie | 2 | -5/+3 |
2008-07-23 | Avoid some compiler warnings | Simon McVittie | 1 | -0/+2 |
2008-07-17 | Omit the remote traceback from certain D-Bus errors | Simon McVittie | 2 | -0/+59 |
2008-07-15 | Alter dbus.server.Server API to have pseudo-signals | Simon McVittie | 1 | -11/+13 |