| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Don't run the examples during "make check" - timing/startup issues cause inte... | Simon McVittie | 2007-05-09 | 1 | -12/+12 |
| * | dbus/gobject_service.py: Make ExportedGObject work correctly. | Simon McVittie | 2007-05-03 | 2 | -0/+21 |
| * | test/test-p2p.py: Added. Test "peer-to-peer" connections. | Simon McVittie | 2007-04-30 | 3 | -0/+95 |
| * | dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName... | Simon McVittie | 2007-04-30 | 1 | -2/+22 |
| * | test/test-service.py: Use constants for the bus name and object path | Simon McVittie | 2007-04-27 | 1 | -4/+5 |
| * | Preparation for fallback-object support: | Simon McVittie | 2007-04-25 | 2 | -0/+19 |
| * | Fix fd.o #10174: make it possible to return multiple values with no signature. | Simon McVittie | 2007-04-24 | 2 | -0/+11 |
| * | test/test-service.py: use a constant for the interface name, for clarity | Simon McVittie | 2007-04-24 | 1 | -20/+23 |
| * | test/run-with-tmp-session-bus.sh: untabify, remove trailing whitespace | Simon McVittie | 2007-04-24 | 1 | -4/+4 |
| * | test/test-client.py: untabify | Simon McVittie | 2007-04-24 | 1 | -8/+8 |
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 4 | -16/+16 |
| * | test/, include/: remove accidentally duplicated lines from license statement | Simon McVittie | 2007-01-25 | 7 | -14/+0 |
| * | Split up Makefile.am between subdirectories | Simon McVittie | 2007-01-22 | 1 | -0/+44 |
| * | Add regression test for main loop failure handling (a main loop that never wo... | Simon McVittie | 2007-01-16 | 3 | -0/+124 |
| * | 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 |
| * | test/run-test.sh: Re-order to run the simpler tests (standalone, examples, cr... | Simon McVittie | 2007-01-16 | 1 | -16/+18 |
| * | Comment on why we're putting the client at path /Test | Simon McVittie | 2007-01-16 | 1 | -0/+2 |
| * | 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 |
| * | dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to... | Simon McVittie | 2007-01-09 | 1 | -0/+4 |
| * | Add an example of asynchronous calls. Run the examples during 'make check'. | Simon McVittie | 2007-01-09 | 1 | -0/+13 |
| * | Include the cross-test in 'make check' | Simon McVittie | 2006-12-19 | 1 | -0/+30 |
| * | Respect utf8_strings, byte_arrays options when calling methods asynchronously. | Simon McVittie | 2006-12-19 | 1 | -9/+29 |
| * | Do cross-product of options in more obvious way | Simon McVittie | 2006-12-19 | 1 | -12/+13 |
| * | Switch to autotools and test with Python 2.5 as well as 2.4. | Simon McVittie | 2006-12-18 | 8 | -48/+122 |
| * | test/test-client.py: Add test case for weak reference logic (which would segf... | Simon McVittie | 2006-12-13 | 1 | -0/+10 |
| * | Stop asserting that dbus.Struct(()) works | Simon McVittie | 2006-12-05 | 1 | -2/+2 |
| * | test/test-signals.py: add test case for signal handling; test/run-test.sh: ru... | Simon McVittie | 2006-12-04 | 2 | -0/+131 |
| * | dbus._dbus, cross-test-server: fix signal calling convention support, and tes... | Simon McVittie | 2006-11-15 | 1 | -2/+5 |
| * | - dbus.service.Object, dbus.decorators.method: Allow utf8_strings and | Simon McVittie | 2006-11-14 | 3 | -2/+32 |
| * | 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 | 6 | -130/+210 |
| * | Revert switch from Byte being an int subclass to a str subclass following dis... | Simon McVittie | 2006-11-02 | 3 | -5/+6 |
| * | Seth was a Red Hat employee when contributing to dbus-python: alter copyright... | Simon McVittie | 2006-10-05 | 2 | -2/+2 |
| * | test/test-standalone.py: Test API guarantee that integer types subclass int o... | Simon McVittie | 2006-10-05 | 1 | -0/+8 |
| * | test/cross-test-client.py: Add more workarounds for odd dbus-java behaviour. ... | Simon McVittie | 2006-10-02 | 1 | -21/+54 |
| * | Produce debug output | Simon McVittie | 2006-10-02 | 1 | -2/+8 |
| * | 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 intero... | Simon McVittie | 2006-09-28 | 2 | -69/+140 |
| * | test/cross-test-client.py, test/cross-test-server.py: Output in the same form... | Simon McVittie | 2006-09-28 | 2 | -11/+11 |
| * | Add copyright, AFL2.1, GPL2 notices, which might even be correct... | Simon McVittie | 2006-09-27 | 6 | -0/+126 |
| * | 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 | 6 | -48/+196 |
| * | Add a fairly simplistic implementation of the D-Bus bindings test suite. | Simon McVittie | 2006-09-06 | 3 | -0/+488 |
| * | test/test-client.py: Rename dbus.dbus_bindings to _dbus_bindings in test too | Simon McVittie | 2006-09-01 | 1 | -4/+4 |
| * | * Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>: | John (J5) Palmieri | 2006-07-24 | 1 | -1/+0 |
| * | * fix import of dbus_bindings | John (J5) Palmieri | 2006-07-21 | 1 | -3/+3 |
| * | * run-test.sh: | John (J5) Palmieri | 2006-07-12 | 1 | -9/+8 |
| * | * Add tests back | John (J5) Palmieri | 2006-07-12 | 4 | -0/+536 |