| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add clearer licensing information in SPDX format | Simon McVittie | 2019-07-15 | 1 | -0/+2 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -6/+5 |
| * | Modernize multiline imports in preparation for Python 3 support. | Barry Warsaw | 2011-12-13 | 1 | -7/+5 |
| * | Import threading instead of thread. The latter is gone in Python 3. | Barry Warsaw | 2011-12-13 | 1 | -5/+0 |
| * | Remove dbus_bindings, deprecated for nearly 5 years | Simon McVittie | 2011-12-13 | 1 | -18/+0 |
| * | Add some whitespace to make reStructuredText happy | Simon McVittie | 2008-07-14 | 1 | -0/+2 |
| * | Use MIT/X11 license as per permission given on the dbus mailing list. | Simon McVittie | 2007-10-09 | 1 | -13/+17 |
| * | Don't raise KeyError when closing private dbus.Bus. (fd.o #12096) | Simon McVittie | 2007-09-27 | 1 | -7/+4 |
| * | Try to avoid importing things from _dbus_bindings when they could be imported... | Simon McVittie | 2007-07-18 | 1 | -4/+2 |
| * | Mark Bus.get_connection() as deprecated; improve Bus.__repr__ | Simon McVittie | 2007-06-19 | 1 | -8/+10 |
| * | Implement DBusException in pure Python; add get_dbus_name() method and name= ... | Simon McVittie | 2007-05-16 | 1 | -1/+2 |
| * | Simplify dbus_bindings backwards compatibility glue | Simon McVittie | 2007-05-01 | 1 | -22/+4 |
| * | Move signal matching machinery into superclasses | Simon McVittie | 2007-04-30 | 1 | -410/+2 |
| * | Move get_object, constants into Connection and BusConnection. Add docstrings | Simon McVittie | 2007-04-30 | 1 | -57/+7 |
| * | Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ... | Simon McVittie | 2007-04-30 | 1 | -5/+3 |
| * | dbus/_dbus.py: in SignalMatch, use get_name_owner() | Simon McVittie | 2007-04-30 | 1 | -1/+1 |
| * | dbus/_dbus.py: import constants from _dbus_bindings; use "from...import" | Simon McVittie | 2007-04-30 | 1 | -26/+32 |
| * | Move the client method-call machinery from dbus.proxies to dbus.connection._M... | Simon McVittie | 2007-04-30 | 1 | -3/+4 |
| * | 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 | 1 | -1/+3 |
| * | Move Interface from dbus._dbus to dbus.proxies (it belongs there really). | Simon McVittie | 2007-04-30 | 1 | -133/+1 |
| * | Remove redundant constants | Simon McVittie | 2007-04-27 | 1 | -3/+0 |
| * | dbus/_dbus.py: Match NameOwnerChanged correctly | Simon McVittie | 2007-04-27 | 1 | -1/+2 |
| * | Remove trailing whitespace in Python source | Simon McVittie | 2007-04-24 | 1 | -4/+4 |
| * | SignalMatch: check that interface, member and sender are either valid, or None | Simon McVittie | 2007-03-02 | 1 | -0/+9 |
| * | SignalMatch: remove assorted commented-out debug messages | Simon McVittie | 2007-03-02 | 1 | -21/+3 |
| * | dbus/_dbus.py: When an exception is raised by a signal handler, print it to s... | Simon McVittie | 2007-02-19 | 1 | -22/+32 |
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin... | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-python | Simon McVittie | 2007-01-24 | 1 | -18/+21 |
| * | Remove get_object_by_unique_name again, and replace with a better-thought-out... | Simon McVittie | 2007-01-16 | 1 | -50/+21 |
| * | Add special case to serialization: objects with a __dbus_object_path__ attrib... | Simon McVittie | 2007-01-10 | 1 | -0/+5 |
| * | dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to... | Simon McVittie | 2007-01-09 | 1 | -0/+26 |
| * | Don't require a main loop unless async calls, signal connections or exported ... | Simon McVittie | 2007-01-09 | 1 | -2/+8 |
| * | Accept keyword argument introspect=False to Bus.get_object(), | Simon McVittie | 2007-01-09 | 1 | -4/+10 |
| * | dbus/_dbus.py: Strongly reference shared connections, so they stay alive and ... | Simon McVittie | 2006-12-13 | 1 | -1/+7 |
| * | dbus/_dbus.py: Use absolute import for proxies | Simon McVittie | 2006-12-13 | 1 | -1/+1 |
| * | dbus/_dbus.py, dbus/proxies.py: Add keyword arguments interface_keyword, memb... | Simon McVittie | 2006-12-07 | 1 | -2/+47 |
| * | dbus/__init__.py, dbus/_dbus.py, dbus/service.py: Improve docstrings, imports... | Simon McVittie | 2006-12-05 | 1 | -71/+25 |
| * | dbus/_dbus.py: Re-work signal matching so it does the right thing when name o... | Simon McVittie | 2006-12-04 | 1 | -88/+322 |
| * | dbus._dbus, dbus.decorators, dbus.service: Update names of newly public low-l... | Simon McVittie | 2006-11-30 | 1 | -1/+1 |
| * | Document the absence of dbus.mainloop.MainLoop in this release. | Simon McVittie | 2006-11-30 | 1 | -7/+47 |
| * | dbus/_dbus.py: Import get_default_main_loop, set_default_main_loop | Simon McVittie | 2006-11-30 | 1 | -2/+12 |
| * | Add short-term backwards compatibility with dbus_bindings (various programs t... | Simon McVittie | 2006-11-22 | 1 | -0/+34 |
| * | Add improved main-loop integration. | Simon McVittie | 2006-11-22 | 1 | -39/+35 |
| * | dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async call... | Simon McVittie | 2006-11-15 | 1 | -0/+10 |
| * | dbus._dbus, cross-test-server: fix signal calling convention support, and tes... | Simon McVittie | 2006-11-15 | 1 | -1/+2 |
| * | dbus._dbus, dbus.matchrules, dbus.proxies: Support utf8_strings and byte_arra... | Simon McVittie | 2006-11-15 | 1 | -9/+43 |
| * | dbus._dbus: Whitespace | Simon McVittie | 2006-11-15 | 1 | -5/+6 |
| * | Seth was a Red Hat employee when contributing to dbus-python: alter copyright... | Simon McVittie | 2006-10-05 | 1 | -2/+1 |
| * | dbus/_dbus.py, dbus/proxies.py: Amend docstrings for signal receiving | Simon McVittie | 2006-09-28 | 1 | -6/+12 |