summaryrefslogtreecommitdiff
path: root/dbus/proxies.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid escape sequence warningsJason Yundt2021-09-151-1/+1
* Remove support for Python 2Simon McVittie2021-09-151-2/+0
* 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-5/+7
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-131-4/+6
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-131-1/+1
* _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
* 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-091-15/+19
* dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie2007-06-291-1/+2
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-191-3/+3
* dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie2007-05-171-1/+6
* Deprecate all arguments called named_service; use bus_name insteadSimon McVittie2007-05-031-18/+48
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-301-18/+3
* dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindingsSimon McVittie2007-04-301-3/+2
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-301-96/+65
* dbus/proxies.py: Give Interface some properties. Vastly simplify __getattr__ ...Simon McVittie2007-04-301-26/+29
* Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie2007-04-301-0/+72
* Make ProxyObject a new-style class, since it now has propertiesSimon McVittie2007-04-271-1/+1
* Add object_path, bus_name and requested_bus_name properties to ProxyObject.Simon McVittie2007-04-271-2/+41
* Remove trailing whitespace in Python sourceSimon McVittie2007-04-241-5/+5
* * ProxyObject: allow named_service to be None, in preparation for peer-to-peerSimon McVittie2007-03-021-3/+6
* * Don't let the user call methods on the reserved local path - we'll getSimon McVittie2007-03-021-1/+18
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* dbus/proxies.py: Finish implementing deferred methods so they can be async.Simon McVittie2007-01-171-58/+87
* When running without a main loop, don't make introspection fail.Simon McVittie2007-01-161-1/+1
* Remove get_object_by_unique_name again, and replace with a better-thought-out...Simon McVittie2007-01-161-5/+29
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-101-6/+6
* dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie2007-01-091-11/+36
* Add an Expat-based introspect parser, and use it instead of libxml2.Simon McVittie2006-12-191-1/+1
* Pass introspection XML around as UTF-8, rather than decoding it to UnicodeSimon McVittie2006-12-191-1/+1
* Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie2006-12-191-4/+5
* dbus/_dbus.py, dbus/proxies.py: Add keyword arguments interface_keyword, memb...Simon McVittie2006-12-071-0/+14
* dbus/proxies.py: trivial change to process_introspection_data() invocation: i...Simon McVittie2006-12-051-2/+2
* dbus/proxies.py: Ignore unused result from send_message. Pass on SignalMatch ...Simon McVittie2006-12-041-1/+2
* dbus.proxies: Alter calls to methods which have become publicSimon McVittie2006-11-301-9/+7
* Document the absence of dbus.mainloop.MainLoop in this release.Simon McVittie2006-11-301-0/+3
* Add improved main-loop integration.Simon McVittie2006-11-221-9/+0
* dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async call...Simon McVittie2006-11-151-0/+9
* dbus._dbus, dbus.matchrules, dbus.proxies: Support utf8_strings and byte_arra...Simon McVittie2006-11-151-2/+16
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-141-4/+9
* 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-4/+9
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+24
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-32/+58
* dbus/proxies.py: Set __docformat__ to 'restructuredtext' for epydocSimon McVittie2006-09-081-0/+3
* dbus._dbus, _dbus_bindings, dbus.proxies: Add docstringsSimon McVittie2006-09-011-0/+39
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-311-4/+4
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-121-0/+222