summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Fix constant name in dbus.servicepuritySimon McVittie1-1/+1
2008-07-17Merge branch 'master' into puritySimon McVittie20-47/+1178
2008-07-17Update NEWS againSimon McVittie1-5/+10
2008-07-17Omit the remote traceback from certain D-Bus errorsSimon McVittie4-1/+96
2008-07-17Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2-2/+8
2008-07-15Merge branch 'master' into puritySimon McVittie3-1/+9
2008-07-15Merge branch 'master' into serverSimon McVittie1-0/+1
2008-07-15Bugfix for: if using Connection.add_message_filter, only the last filter will...Huang Peng1-0/+1
2008-07-15Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2-15/+57
2008-07-15Initialize LibDBusConnection correctlySimon McVittie1-0/+2
2008-07-15Add some more compiler warning flags if supportedSimon McVittie1-0/+5
2008-07-15Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...Simon McVittie1-1/+1
2008-07-15DbusPyServer: construct connections by calling the type, so the object will b...Simon McVittie1-8/+20
2008-07-15Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....Simon McVittie1-26/+59
2008-07-15_dbus_bindings._Connection: sort out constructorSimon McVittie1-13/+27
2008-07-15[trivial] un-extern Struct_tp_getattroSimon McVittie1-1/+1
2008-07-15Add LibDBusConnection in _dbus_bindingsSimon McVittie4-3/+143
2008-07-14Add Connection.call_on_disconnectionSimon McVittie1-0/+24
2008-07-14Actually create objects of class Server->conn_classSimon McVittie1-3/+4
2008-07-14dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie1-0/+17
2008-07-14Fix *another* thinko in dbus.serverSimon McVittie1-1/+1
2008-07-14Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie1-0/+2
2008-07-14Add some whitespace to make reStructuredText happySimon McVittie1-0/+2
2008-07-14Hook DBusServer into the build system.Simon McVittie5-0/+31
2008-07-14Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2-5/+6
2008-07-14DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2-7/+45
2008-07-14test-server: import Connection from the right placeSimon McVittie1-2/+2
2008-07-14DBusPyServer initialization: remove some debugging printfsSimon McVittie1-5/+3
2008-07-14DBusPyServer get_address, get_id: correct docs, these return str not StringSimon McVittie1-2/+2
2008-07-14DBusPyServer tp_dealloc: remove a stray debugging printfSimon McVittie1-1/+0
2008-07-14DBusPyServer: correctly unref the partially constructed DBusPyServer on errorsSimon McVittie1-1/+2
2008-07-14DBusPyServer: correctly unref the weakref object on errorsSimon McVittie1-1/+2
2008-07-14DBusPyServer: fix a typoSimon McVittie1-1/+1
2008-07-14DBusPyServer: Fix refcounting of the main loopSimon McVittie1-2/+4
2008-07-14DBusPyServer: if there's no main loop, throw an exceptionSimon McVittie1-1/+7
2008-07-14Document that DBusPyServer_NewDBusServer consumes a reference to the server.Simon McVittie1-5/+9
2008-07-14DBusPyServer: remove some stray debugging printfsSimon McVittie1-3/+0
2008-07-14DBusPyServer: refactor set_auth_mechanismsSimon McVittie1-23/+29
2008-07-14Initial support for DBusServer class (#14322).Mathias Hasselmann3-0/+647
2008-01-22Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2-1/+8
2008-01-22Fix completely misplaced copyright info line which somehow ended up in dbus.dataSimon McVittie1-1/+0
2008-01-22Merge branch 'master' into puritySimon McVittie5-6/+25
2007-12-19doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie1-1/+5
2007-12-10Unset release flag, and start NEWS for 0.82.5Simon McVittie2-1/+8
2007-12-10Add a maintainer-upload target to the Makefile.am, which uploads the current ...Simon McVittie1-1/+6
2007-12-10Version 0.82.4dbus-python-0.82.4Simon McVittie1-2/+2
2007-12-10When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie2-3/+6
2007-10-12Merge branch 'master' into puritySimon McVittie3-6/+22
2007-10-12Update NEWSSimon McVittie1-0/+14
2007-10-12Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 rem...Simon McVittie1-1/+0