| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make all test scripts properly executable | Simon McVittie | 2016-02-22 | 1 | -0/+2 |
| | | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
| * | Add support for skipping tests, and use it | Simon McVittie | 2013-05-08 | 1 | -1/+4 |
| | | | | | | Now that Python 2.6 isn't a supported version in Debian, it doesn't get a gi module, but we can still get some minimal test coverage. | ||||
| * | Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3) | Simon McVittie | 2012-01-11 | 1 | -9/+9 |
| | | | | | | Unicode strings aren't bytestrings, so there's no obvious meaning for the byte value of a Unicode string of length 1. | ||||
| * | Re-enable previously disabled test. | Barry Warsaw | 2011-12-15 | 1 | -1/+2 |
| | | |||||
| * | - Added back the missing PY3PORT.rst file, with updates. | Barry Warsaw | 2011-12-15 | 1 | -3/+6 |
| | | | | | | | | - Disallow appending unicode objects with 'y' (bytes) signatures. This now requires either a bytes object or an integer. Update the tests to reflect - this change. - Fix broken __all__ in Python 3. | ||||
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -43/+64 |
| | | |||||
| * | Use Python 3 syntax to catch exceptions | Barry Warsaw | 2011-12-13 | 1 | -4/+4 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | tests/cross-test-*: don't use deprecated sets module | Simon McVittie | 2010-02-18 | 1 | -2/+1 |
| | | | | | set() has been a built-in since 2.4, and we don't support older versions. | ||||
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵ | Simon McVittie | 2007-09-27 | 1 | -13/+17 |
| | | | | | removing all references to the LGPL as a result | ||||
| * | Avoid deprecated API in cross-test | Simon McVittie | 2007-08-01 | 1 | -3/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Comment on why we're putting the client at path /Test | Simon McVittie | 2007-01-16 | 1 | -0/+2 |
| | | |||||
| * | Test UTF8String as well as String | Simon McVittie | 2006-11-14 | 1 | -0/+1 |
| | | |||||
| * | Update tests for the new variant API | Simon McVittie | 2006-11-14 | 1 | -32/+104 |
| | | |||||
| * | Revert switch from Byte being an int subclass to a str subclass following ↵ | Simon McVittie | 2006-11-02 | 1 | -2/+2 |
| | | | | | | | | discussion with J5. Switching Byte to be a single-character string is arguably more Pythonic, but needlessly breaks API. | ||||
| * | test/cross-test-client.py: Add more workarounds for odd dbus-java behaviour. ↵ | Simon McVittie | 2006-10-02 | 1 | -21/+54 |
| | | | | | Compare InvertMapping results better. | ||||
| * | Make cross-test stricter by including extreme values for integers, etc. | Simon McVittie | 2006-09-29 | 1 | -11/+23 |
| | | |||||
| * | test/cross-test-client.py, test/cross-test-server.py: Start to fix for ↵ | Simon McVittie | 2006-09-28 | 1 | -57/+124 |
| | | | | | | | | | | | interop with dbus-java: * Don't assume we have introspection data - only call methods with correctly typed parameters * Make InvertMapping check order-independent * Make signal test not fail if the Triggered signal is meant to come from /Test * Use logging rather than sys.stderr | ||||
| * | test/cross-test-client.py, test/cross-test-server.py: Output in the same ↵ | Simon McVittie | 2006-09-28 | 1 | -9/+9 |
| | | | | | format dbus-java does (the <> in the specification were not meant to be literal, apparently) | ||||
| * | Add copyright, AFL2.1, GPL2 notices, which might even be correct... | Simon McVittie | 2006-09-27 | 1 | -0/+20 |
| | | | | | | | | | | The lists of copyright holders are derived from the D-Bus CVS changelog: I've erred on the side of adding people to the list rather than not. For now I've assumed that J5's contributions are owned by Red Hat, Collabora people's contributions (Rob McQueen, Rob Taylor, Ole Andre Ravnaas, myself) are owned by Collabora and everything else is owned by the author. | ||||
| * | Throughout dbus-python: Use the C implementation. | Simon McVittie | 2006-09-26 | 1 | -27/+28 |
| | | | | | | | Add document API_CHANGES.txt listing visible API changes. Add more test cases, for low-level Python <-> D-Bus type mappings. Amend existing test cases to cope with the API changes. | ||||
| * | Add a fairly simplistic implementation of the D-Bus bindings test suite. | Simon McVittie | 2006-09-06 | 1 | -0/+185 |
| Currently only tested with Python <-> Python, and some of the Byte tests fail until I get an opinion from the list on whether the API should be in terms of strings-of-length-1, ints, or both. | |||||
