| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 6 | -65/+107 |
* | dbus.service: Don't assume that exceptions passed to asynchronous callbacks a... | Simon McVittie | 2007-09-27 | 1 | -1/+10 |
* | Add rel_path_keyword to @method (fd.o #11623) | Simon McVittie | 2007-08-01 | 2 | -2/+41 |
* | Fix introspection on objects with more than one connection or more than one o... | Simon McVittie | 2007-08-01 | 1 | -6/+6 |
* | Measure async call timeout in seconds as intended, not in ms (blocking calls ... | Simon McVittie | 2007-07-31 | 1 | -1/+1 |
* | Try to avoid importing things from _dbus_bindings when they could be imported... | Simon McVittie | 2007-07-18 | 6 | -33/+29 |
* | dbus.proxies: If making a call with ignore_reply=True, don't block for intros... | Simon McVittie | 2007-06-29 | 1 | -1/+2 |
* | dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE | Simon McVittie | 2007-06-21 | 1 | -1/+1 |
* | Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i... | Simon McVittie | 2007-06-21 | 1 | -2/+5 |
* | Get stacklevel right on deprecation of not specifying bus in BusName.__init__ | Simon McVittie | 2007-06-21 | 1 | -1/+1 |
* | dbus.service: Deprecate the omission of the `bus` argument in the BusName con... | Simon McVittie | 2007-06-20 | 1 | -4/+13 |
* | Improve API documentation markup, particularly adding :Since: annotations | Simon McVittie | 2007-06-19 | 5 | -30/+88 |
* | Mark Bus.get_connection() as deprecated; improve Bus.__repr__ | Simon McVittie | 2007-06-19 | 1 | -8/+10 |
* | Implement fallback objects. | Simon McVittie | 2007-06-18 | 2 | -47/+120 |
* | dbus.bus: In watch_name_owner, only watch the desired name! | Simon McVittie | 2007-06-12 | 1 | -1/+2 |
* | dbus.bus: Ignore any errors while cleaning up signal matches, so we can make ... | Simon McVittie | 2007-06-11 | 1 | -1/+1 |
* | dbus.service: Allow objects to start off unexported, and become exported later. | Simon McVittie | 2007-06-11 | 2 | -54/+236 |
* | dbus.bus: when a unique name goes away, disconnect all signal handlers. | Simon McVittie | 2007-06-07 | 1 | -9/+10 |
* | dbus.service: change unexport() to remove_from_connection() at J5's request | Simon McVittie | 2007-06-04 | 1 | -6/+8 |
* | dbus.service: Make it possible to unexport objects (fd.o#10457) | Simon McVittie | 2007-05-30 | 1 | -1/+32 |
* | dbus.service: include child nodes in introspection | Simon McVittie | 2007-05-29 | 1 | -0/+4 |
* | dbus.connection: Release signals lock before calling _clean_up_signal_match(). | Simon McVittie | 2007-05-28 | 2 | -21/+26 |
* | dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() method | Simon McVittie | 2007-05-21 | 1 | -6/+6 |
* | dbus.proxies: Log more informatively when introspection fails, and use loggin... | Simon McVittie | 2007-05-17 | 1 | -1/+6 |
* | Implement DBusException in pure Python; add get_dbus_name() method and name= ... | Simon McVittie | 2007-05-16 | 8 | -22/+38 |
* | dbus/gobject_service.py: Make ExportedGObject __init__ accept GObject properties | Simon McVittie | 2007-05-07 | 1 | -2/+23 |
* | dbus/service.py: Before emitting an error, configure logging to write to stde... | Simon McVittie | 2007-05-07 | 1 | -0/+1 |
* | dbus/service.py: Don't use deprecated get_connection() in Object constructor. | Simon McVittie | 2007-05-04 | 1 | -3/+1 |
* | Deprecate all arguments called named_service; use bus_name instead | Simon McVittie | 2007-05-03 | 3 | -39/+137 |
* | dbus/gobject_service.py: Make ExportedGObject work correctly. | Simon McVittie | 2007-05-03 | 2 | -2/+12 |
* | Simplify dbus_bindings backwards compatibility glue | Simon McVittie | 2007-05-01 | 2 | -23/+16 |
* | dbus/bus.py: Add watch_name_owner(). | Simon McVittie | 2007-05-01 | 2 | -56/+92 |
* | dbus/connection.py: comments | Simon McVittie | 2007-04-30 | 1 | -0/+6 |
* | dbus/bus.py: correct name of logger | Simon McVittie | 2007-04-30 | 1 | -2/+2 |
* | Move signal matching machinery into superclasses | Simon McVittie | 2007-04-30 | 3 | -425/+464 |
* | Move get_object, constants into Connection and BusConnection. Add docstrings | Simon McVittie | 2007-04-30 | 3 | -60/+94 |
* | Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ... | Simon McVittie | 2007-04-30 | 4 | -32/+42 |
* | dbus/service.py: Use public API for dbus.SessionBus, since we cause an import... | Simon McVittie | 2007-04-30 | 1 | -2/+2 |
* | dbus/_dbus.py: in SignalMatch, use get_name_owner() | Simon McVittie | 2007-04-30 | 1 | -1/+1 |
* | dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName... | Simon McVittie | 2007-04-30 | 1 | -0/+29 |
* | dbus/_dbus.py: import constants from _dbus_bindings; use "from...import" | Simon McVittie | 2007-04-30 | 1 | -26/+32 |
* | dbus/connection.py: Import constants from _dbus_bindings; check for reserved ... | Simon McVittie | 2007-04-30 | 1 | -6/+7 |
* | dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindings | Simon McVittie | 2007-04-30 | 1 | -5/+2 |
* | dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindings | Simon McVittie | 2007-04-30 | 1 | -3/+2 |
* | Move the client method-call machinery from dbus.proxies to dbus.connection._M... | Simon McVittie | 2007-04-30 | 5 | -143/+241 |
* | Remove BusImplementation, removing its remaining functionality to Connection. | Simon McVittie | 2007-04-30 | 1 | -5/+3 |
* | Implement o.fd.DBus method wrappers in Python instead of C. | Simon McVittie | 2007-04-30 | 3 | -2/+196 |
* | dbus/proxies.py: Give Interface some properties. Vastly simplify __getattr__ ... | Simon McVittie | 2007-04-30 | 1 | -26/+29 |
* | Move Interface from dbus._dbus to dbus.proxies (it belongs there really). | Simon McVittie | 2007-04-30 | 3 | -134/+77 |
* | Remove redundant constants | Simon McVittie | 2007-04-27 | 1 | -3/+0 |