summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-30
* NEWS: mention list_exported_child_objects() and its use in introspectionSimon McVittie2007-05-29
* dbus.service: include child nodes in introspectionSimon McVittie2007-05-29
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-29
* NEWS: mention the fix for Debian#426412Simon McVittie2007-05-28
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-28
* dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() methodSimon McVittie2007-05-21
* NEWS: Describe new DBusException 'args' supportSimon McVittie2007-05-21
* Describe DBusException.get_dbus_name() in NEWSSimon McVittie2007-05-21
* dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie2007-05-17
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-16
* configure.ac: Reset released flag to 0Simon McVittie2007-05-16
* Update NEWS for 0.81.0Simon McVittie2007-05-09
* Increment version to 0.81.0Simon McVittie2007-05-09
* Don't run the examples during "make check" - timing/startup issues cause inte...Simon McVittie2007-05-09
* Generate ChangeLog during make dist rather than during make.Simon McVittie2007-05-09
* dbus/gobject_service.py: Make ExportedGObject __init__ accept GObject propertiesSimon McVittie2007-05-07
* Create doc directory before writing HTML into itSimon McVittie2007-05-07
* doc/tutorial.txt: Don't claim we have a tutorial for p2p connections yetSimon McVittie2007-05-07
* Update tutorial to describe add_signal_receiver before connect_to_signal.Simon McVittie2007-05-07
* Stop tutorial.txt being generated by ./configure - not worthwhile just for a ...Simon McVittie2007-05-07
* dbus/service.py: Before emitting an error, configure logging to write to stde...Simon McVittie2007-05-07
* Remove contents of TODO: the peer-to-peer Connection now exists and the strin...Simon McVittie2007-05-07
* dbus/service.py: Don't use deprecated get_connection() in Object constructor.Simon McVittie2007-05-04
* Deprecate all arguments called named_service; use bus_name insteadSimon McVittie2007-05-03
* examples/list-system-services.py: Make more exemplarySimon McVittie2007-05-03
* dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie2007-05-03
* Simplify dbus_bindings backwards compatibility glueSimon McVittie2007-05-01
* dbus/bus.py: Add watch_name_owner().Simon McVittie2007-05-01
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-30
* dbus/connection.py: commentsSimon McVittie2007-04-30
* dbus/bus.py: correct name of loggerSimon McVittie2007-04-30
* Move signal matching machinery into superclassesSimon McVittie2007-04-30
* tools/check-coding-style.mk: Work correctly with out-of-tree buildsSimon McVittie2007-04-30
* Move get_object, constants into Connection and BusConnection. Add docstringsSimon McVittie2007-04-30
* Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection ...Simon McVittie2007-04-30
* dbus/service.py: Use public API for dbus.SessionBus, since we cause an import...Simon McVittie2007-04-30
* dbus/_dbus.py: in SignalMatch, use get_name_owner()Simon McVittie2007-04-30
* dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie2007-04-30
* dbus/_dbus.py: import constants from _dbus_bindings; use "from...import"Simon McVittie2007-04-30
* dbus/connection.py: Import constants from _dbus_bindings; check for reserved ...Simon McVittie2007-04-30
* dbus/bus.py: get BUS_DAEMON_NAME etc. from _dbus_bindingsSimon McVittie2007-04-30
* dbus/proxies.py: get INTROSPECTABLE_IFACE from _dbus_bindingsSimon McVittie2007-04-30
* Move the client method-call machinery from dbus.proxies to dbus.connection._M...Simon McVittie2007-04-30
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-30
* Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie2007-04-30
* dbus/proxies.py: Give Interface some properties. Vastly simplify __getattr__ ...Simon McVittie2007-04-30
* Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie2007-04-30
* Remove redundant constantsSimon McVittie2007-04-27
* dbus/_dbus.py: Match NameOwnerChanged correctlySimon McVittie2007-04-27