summaryrefslogtreecommitdiff
path: root/dbus/server.py
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-171-1/+1
* Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-4/+44
* dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie2008-07-141-0/+17
* Fix *another* thinko in dbus.serverSimon McVittie2008-07-141-1/+1
* Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie2008-07-141-0/+2
* Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-1/+1
* DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-0/+20
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+38