summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie2012-01-241-0/+10
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-162-33/+48
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-151-9/+9
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-151-2/+3
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-1510-66/+138
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-138-74/+57
* Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw2011-12-131-4/+4
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-133-15/+4
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-133-59/+0
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-135-9/+9
* Merge branch 'fd-passing'Simon McVittie2011-05-241-2/+3
|\
| * Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-2/+3
* | _ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie2011-05-181-13/+18
|/
* ProxyObject: clear _pending_introspect_queue after executionScott Tsai2011-05-171-0/+1
* Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...Johan Sandelin2010-03-241-1/+1
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-181-2/+10
* Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti2008-09-151-1/+9
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-172-1/+37
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-171-1/+1
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-4/+44
* Add Connection.call_on_disconnectionSimon McVittie2008-07-141-0/+24
* dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie2008-07-141-0/+17
* Fix *another* thinko in dbus.serverSimon McVittie2008-07-141-1/+1
* Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie2008-07-141-0/+2
* Add some whitespace to make reStructuredText happySimon McVittie2008-07-141-0/+2
* Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-1/+1
* DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-0/+20
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+38
* Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2008-01-221-1/+4
* When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie2007-12-101-2/+2
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-098-110/+142
* Use non-recursive make for dbus/ to work around types.py clash with top-level...Simon McVittie2007-10-091-28/+0
* fd.o #12432: fix documentation for remove_from_connectionSimon McVittie2007-09-271-4/+0
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-271-1/+3
* Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie2007-09-271-7/+4
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-276-65/+107
* dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie2007-09-271-1/+10
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-012-2/+41
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-011-6/+6
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-311-1/+1
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-186-33/+29
* dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie2007-06-291-1/+2
* dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie2007-06-211-1/+1
* Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i...Simon McVittie2007-06-211-2/+5
* Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie2007-06-211-1/+1
* dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie2007-06-201-4/+13
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-195-30/+88
* Mark Bus.get_connection() as deprecated; improve Bus.__repr__Simon McVittie2007-06-191-8/+10
* Implement fallback objects.Simon McVittie2007-06-182-47/+120
* dbus.bus: In watch_name_owner, only watch the desired name!Simon McVittie2007-06-121-1/+2