2007-06-11 |
Simon McVittie | dbus.bus: Ignore any errors while cleaning up signal...
|
commit | commitdiff | tree |
2007-06-11 |
Simon McVittie | dbus.service: Allow objects to start off unexported...
|
commit | commitdiff | tree |
2007-06-07 |
Simon McVittie | dbus.bus: when a unique name goes away, disconnect...
|
commit | commitdiff | tree |
2007-06-04 |
Simon McVittie | Update date in NEWS for 0.81.1 release
|
commit | commitdiff | tree |
2007-06-04 |
Simon McVittie | Version 0.81.1
|
commit | commitdiff | tree |
2007-06-04 |
Simon McVittie | NEWS: update
|
commit | commitdiff | tree |
2007-06-04 |
Simon McVittie | dbus.service: change unexport() to remove_from_connection...
|
commit | commitdiff | tree |
2007-06-04 |
Simon McVittie | dbus-python.pc.in: Use -I${includedir} to allow libdbus...
|
commit | commitdiff | tree |
2007-05-30 |
Simon McVittie | NEWS: Describe the fix for #10457
|
commit | commitdiff | tree |
2007-05-30 |
Simon McVittie | dbus.service: Make it possible to unexport objects...
|
commit | commitdiff | tree |
2007-05-29 |
Simon McVittie | NEWS: mention list_exported_child_objects() and its...
|
commit | commitdiff | tree |
2007-05-29 |
Simon McVittie | dbus.service: include child nodes in introspection
|
commit | commitdiff | tree |
2007-05-29 |
Simon McVittie | _dbus_bindings/conn-methods.c: add list_exported_child_objec...
|
commit | commitdiff | tree |
2007-05-28 |
Simon McVittie | NEWS: mention the fix for Debian#426412
|
commit | commitdiff | tree |
2007-05-28 |
Simon McVittie | dbus.connection: Release signals lock before calling...
|
commit | commitdiff | tree |
2007-05-21 |
Simon McVittie | dbus.bus: detect NameHasNoOwner correctly, using new...
|
commit | commitdiff | tree |
2007-05-21 |
Simon McVittie | NEWS: Describe new DBusException 'args' support
|
commit | commitdiff | tree |
2007-05-21 |
Simon McVittie | Describe DBusException.get_dbus_name() in NEWS
|
commit | commitdiff | tree |
2007-05-17 |
Simon McVittie | dbus.proxies: Log more informatively when introspection...
|
commit | commitdiff | tree |
2007-05-16 |
Simon McVittie | Implement DBusException in pure Python; add get_dbus_name...
|
commit | commitdiff | tree |
2007-05-16 |
Simon McVittie | configure.ac: Reset released flag to 0
|
commit | commitdiff | tree |
2007-05-09 |
Simon McVittie | Update NEWS for 0.81.0
|
commit | commitdiff | tree |
2007-05-09 |
Simon McVittie | Increment version to 0.81.0
|
commit | commitdiff | tree |
2007-05-09 |
Simon McVittie | Don't run the examples during "make check" - timing...
|
commit | commitdiff | tree |
2007-05-09 |
Simon McVittie | Generate ChangeLog during make dist rather than during...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | dbus/gobject_service.py: Make ExportedGObject __init__...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | Create doc directory before writing HTML into it
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | doc/tutorial.txt: Don't claim we have a tutorial for...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | Update tutorial to describe add_signal_receiver before...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | Stop tutorial.txt being generated by ./configure -...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | dbus/service.py: Before emitting an error, configure...
|
commit | commitdiff | tree |
2007-05-07 |
Simon McVittie | Remove contents of TODO: the peer-to-peer Connection...
|
commit | commitdiff | tree |
2007-05-04 |
Simon McVittie | dbus/service.py: Don't use deprecated get_connection...
|
commit | commitdiff | tree |
2007-05-03 |
Simon McVittie | Deprecate all arguments called named_service; use bus_name...
|
commit | commitdiff | tree |
2007-05-03 |
Simon McVittie | examples/list-system-services.py: Make more exemplary
|
commit | commitdiff | tree |
2007-05-03 |
Simon McVittie | dbus/gobject_service.py: Make ExportedGObject work...
|
commit | commitdiff | tree |
2007-05-01 |
Simon McVittie | Simplify dbus_bindings backwards compatibility glue
|
commit | commitdiff | tree |
2007-05-01 |
Simon McVittie | dbus/bus.py: Add watch_name_owner().
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | test/test-p2p.py: Added. Test "peer-to-peer" connections.
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/connection.py: comments
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/bus.py: correct name of logger
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Move signal matching machinery into superclasses
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | tools/check-coding-style.mk: Work correctly with out...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Move get_object, constants into Connection and BusConnection...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Convert _BusDaemonMixin and _MethodCallMixin into base...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/service.py: Use public API for dbus.SessionBus...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/_dbus.py: in SignalMatch, use get_name_owner()
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/_bus_mixin.py: Add bindings for ListNames, ListActivata...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/_dbus.py: import constants from _dbus_bindings...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/connection.py: Import constants from _dbus_bindings...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindings
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindings
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Move the client method-call machinery from dbus.proxies...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Remove BusImplementation, removing its remaining functionali...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Implement o.fd.DBus method wrappers in Python instead...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | dbus/proxies.py: Give Interface some properties. Vastly...
|
commit | commitdiff | tree |
2007-04-30 |
Simon McVittie | Move Interface from dbus._dbus to dbus.proxies (it...
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | Remove redundant constants
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | dbus/_dbus.py: Match NameOwnerChanged correctly
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | test/test-service.py: Use constants for the bus name...
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | dbus/__init__.py: Add well-known interface, path, bus...
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | dbus/__init__.py: Remove pseudo-tutorial from docstring...
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | _dbus_bindings/module.c: Add some useful constants
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | Make ProxyObject a new-style class, since it now has...
|
commit | commitdiff | tree |
2007-04-27 |
Simon McVittie | Add object_path, bus_name and requested_bus_name properties...
|
commit | commitdiff | tree |
2007-04-25 |
Simon McVittie | Revert the part of the previous patch that added dbus_name...
|
commit | commitdiff | tree |
2007-04-25 |
Simon McVittie | Preparation for fallback-object support:
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Fix fd.o #10174: make it possible to return multiple...
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | test/test-service.py: use a constant for the interface...
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | .gitignore: Ignore INSTALL and dbus-python-*.tar.gz
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Remember to include tools in dist
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Remove trailing whitespace in Python source
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Remove trailing whitespace in C source
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Add optional checks for coding style (mainly whitespace...
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | Refactor build system:
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | test/run-with-tmp-session-bus.sh: untabify, remove...
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | test/test-client.py: untabify
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | dbus/service.py: untabify
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | configure.ac: untabify
|
commit | commitdiff | tree |
2007-04-24 |
Simon McVittie | _dbus_bindings/message.c: untabify
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | Implement ExportedGObject, a convenience class to export...
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | * dbus.service.Object: don't let the user try to export...
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | * ProxyObject: allow named_service to be None, in preparatio...
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | SignalMatch: check that interface, member and sender...
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | SignalMatch: remove assorted commented-out debug messages
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | Remove FIXME comment - I think the current behaviour...
|
commit | commitdiff | tree |
2007-03-02 |
Simon McVittie | * Don't let the user call methods on the reserved local...
|
commit | commitdiff | tree |
2007-02-21 |
Simon McVittie | If send_with_reply() returns TRUE but with pending...
|
commit | commitdiff | tree |
2007-02-21 |
Simon McVittie | Don't examine args for functions declared METH_NOARGS.
|
commit | commitdiff | tree |
2007-02-19 |
Simon McVittie | dbus/_dbus.py: When an exception is raised by a signal...
|
commit | commitdiff | tree |
2007-02-13 |
Simon McVittie | Update NEWS file for 0.80.2 (not actually present in...
|
commit | commitdiff | tree |
2007-02-13 |
Simon McVittie | Set released flag back to 0
|
commit | commitdiff | tree |
2007-02-13 |
Simon McVittie | Release version 0.80.2
|
commit | commitdiff | tree |
2007-02-07 |
Simon McVittie | Actually commit the numerous copyright-statement changes.
|
commit | commitdiff | tree |
2007-02-07 |
Simon McVittie | For files solely owned by Collabora Ltd., additionally...
|
commit | commitdiff | tree |
2007-02-07 |
Simon McVittie | Audit tp_dealloc callbacks to make sure they preserve...
|
commit | commitdiff | tree |
2007-02-07 |
Simon McVittie | Merge git+ssh://people.freedesktop.org/home/smcv/public_html...
|
commit | commitdiff | tree |
2007-02-07 |
Simon McVittie | Fix memory leak where Struct, _LongBase, _StrBase,...
|
commit | commitdiff | tree |
2007-02-05 |
Simon McVittie | Close a couple of reference leaks in String (there...
|
commit | commitdiff | tree |
2007-02-05 |
Simon McVittie | Don't leak memory in Struct repr()
|
commit | commitdiff | tree |