summaryrefslogtreecommitdiff
path: root/dbus/_dbus.py
Commit message (Expand)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-6/+5
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-131-7/+5
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-131-5/+0
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-131-18/+0
* Add some whitespace to make reStructuredText happySimon McVittie2008-07-141-0/+2
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-091-13/+17
* Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie2007-09-271-7/+4
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-181-4/+2
* Mark Bus.get_connection() as deprecated; improve Bus.__repr__Simon McVittie2007-06-191-8/+10
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-1/+2
* Simplify dbus_bindings backwards compatibility glueSimon McVittie2007-05-011-22/+4
* Move signal matching machinery into superclassesSimon McVittie2007-04-301-410/+2
* Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie2007-04-301-57/+7
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-301-5/+3
* dbus/_dbus.py: in SignalMatch, use get_name_owner()Simon McVittie2007-04-301-1/+1
* dbus/_dbus.py: import constants from _dbus_bindings; use "from...import"Simon McVittie2007-04-301-26/+32
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-301-3/+4
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-301-5/+3
* Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie2007-04-301-1/+3
* Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie2007-04-301-133/+1
* Remove redundant constantsSimon McVittie2007-04-271-3/+0
* dbus/_dbus.py: Match NameOwnerChanged correctlySimon McVittie2007-04-271-1/+2
* Remove trailing whitespace in Python sourceSimon McVittie2007-04-241-4/+4
* SignalMatch: check that interface, member and sender are either valid, or NoneSimon McVittie2007-03-021-0/+9
* SignalMatch: remove assorted commented-out debug messagesSimon McVittie2007-03-021-21/+3
* dbus/_dbus.py: When an exception is raised by a signal handler, print it to s...Simon McVittie2007-02-191-22/+32
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-pythonSimon McVittie2007-01-241-18/+21
* Remove get_object_by_unique_name again, and replace with a better-thought-out...Simon McVittie2007-01-161-50/+21
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-101-0/+5
* dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie2007-01-091-0/+26
* Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie2007-01-091-2/+8
* Accept keyword argument introspect=False to Bus.get_object(),Simon McVittie2007-01-091-4/+10
* dbus/_dbus.py: Strongly reference shared connections, so they stay alive and ...Simon McVittie2006-12-131-1/+7
* dbus/_dbus.py: Use absolute import for proxiesSimon McVittie2006-12-131-1/+1
* dbus/_dbus.py, dbus/proxies.py: Add keyword arguments interface_keyword, memb...Simon McVittie2006-12-071-2/+47
* dbus/__init__.py, dbus/_dbus.py, dbus/service.py: Improve docstrings, imports...Simon McVittie2006-12-051-71/+25
* dbus/_dbus.py: Re-work signal matching so it does the right thing when name o...Simon McVittie2006-12-041-88/+322
* dbus._dbus, dbus.decorators, dbus.service: Update names of newly public low-l...Simon McVittie2006-11-301-1/+1
* Document the absence of dbus.mainloop.MainLoop in this release.Simon McVittie2006-11-301-7/+47
* dbus/_dbus.py: Import get_default_main_loop, set_default_main_loopSimon McVittie2006-11-301-2/+12
* Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie2006-11-221-0/+34
* Add improved main-loop integration.Simon McVittie2006-11-221-39/+35
* dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async call...Simon McVittie2006-11-151-0/+10
* dbus._dbus, cross-test-server: fix signal calling convention support, and tes...Simon McVittie2006-11-151-1/+2
* dbus._dbus, dbus.matchrules, dbus.proxies: Support utf8_strings and byte_arra...Simon McVittie2006-11-151-9/+43
* dbus._dbus: WhitespaceSimon McVittie2006-11-151-5/+6
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-051-2/+1
* dbus/_dbus.py, dbus/proxies.py: Amend docstrings for signal receivingSimon McVittie2006-09-281-6/+12