summaryrefslogtreecommitdiff
path: root/dbus/proxies.py
AgeCommit message (Expand)AuthorFilesLines
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-5/+7
2011-12-13Modernize multiline imports in preparation for Python 3 support.Barry Warsaw1-4/+6
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw1-1/+1
2011-05-18_ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie1-13/+18
2011-05-17ProxyObject: clear _pending_introspect_queue after executionScott Tsai1-0/+1
2007-12-10When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie1-2/+2
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie1-15/+19
2007-06-29dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie1-1/+2
2007-06-19Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie1-3/+3
2007-05-17dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie1-1/+6
2007-05-03Deprecate all arguments called named_service; use bus_name insteadSimon McVittie1-18/+48
2007-04-30Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie1-18/+3
2007-04-30dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindingsSimon McVittie1-3/+2
2007-04-30Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie1-96/+65
2007-04-30dbus/proxies.py: Give Interface some properties. Vastly simplify __getattr__ ...Simon McVittie1-26/+29
2007-04-30Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie1-0/+72
2007-04-27Make ProxyObject a new-style class, since it now has propertiesSimon McVittie1-1/+1
2007-04-27Add object_path, bus_name and requested_bus_name properties to ProxyObject.Simon McVittie1-2/+41
2007-04-24Remove trailing whitespace in Python sourceSimon McVittie1-5/+5
2007-03-02* ProxyObject: allow named_service to be None, in preparation for peer-to-peerSimon McVittie1-3/+6
2007-03-02* Don't let the user call methods on the reserved local path - we'll getSimon McVittie1-1/+18
2007-01-25dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie1-2/+0
2007-01-17dbus/proxies.py: Finish implementing deferred methods so they can be async.Simon McVittie1-58/+87
2007-01-16When running without a main loop, don't make introspection fail.Simon McVittie1-1/+1
2007-01-16Remove get_object_by_unique_name again, and replace with a better-thought-out...Simon McVittie1-5/+29
2007-01-10Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie1-6/+6
2007-01-09dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie1-11/+36
2006-12-19Add an Expat-based introspect parser, and use it instead of libxml2.Simon McVittie1-1/+1
2006-12-19Pass introspection XML around as UTF-8, rather than decoding it to UnicodeSimon McVittie1-1/+1
2006-12-19Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie1-4/+5
2006-12-07dbus/_dbus.py, dbus/proxies.py: Add keyword arguments interface_keyword, memb...Simon McVittie1-0/+14
2006-12-05dbus/proxies.py: trivial change to process_introspection_data() invocation: i...Simon McVittie1-2/+2
2006-12-04dbus/proxies.py: Ignore unused result from send_message. Pass on SignalMatch ...Simon McVittie1-1/+2
2006-11-30dbus.proxies: Alter calls to methods which have become publicSimon McVittie1-9/+7
2006-11-30Document the absence of dbus.mainloop.MainLoop in this release.Simon McVittie1-0/+3
2006-11-22Add improved main-loop integration.Simon McVittie1-9/+0
2006-11-15dbus._dbus, dbus.proxies: Raise RuntimeError when user tries to do async call...Simon McVittie1-0/+9
2006-11-15dbus._dbus, dbus.matchrules, dbus.proxies: Support utf8_strings and byte_arra...Simon McVittie1-2/+16
2006-11-14- dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie1-4/+9
2006-10-05Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie1-2/+1
2006-09-28dbus/_dbus.py, dbus/proxies.py: Amend docstrings for signal receivingSimon McVittie1-4/+9
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-0/+24
2006-09-26Throughout dbus-python: Use the C implementation.Simon McVittie1-32/+58
2006-09-08dbus/proxies.py: Set __docformat__ to 'restructuredtext' for epydocSimon McVittie1-0/+3
2006-09-01dbus._dbus, _dbus_bindings, dbus.proxies: Add docstringsSimon McVittie1-0/+39
2006-08-31Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie1-4/+4
2006-07-12Move python/ to dbus/, the name of the module.Robert McQueen1-0/+222