summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...HEADmasterJohan Sandelin1-1/+1
2010-02-18Start 0.83.2Simon McVittie2-1/+6
2010-02-18Prepare version 0.83.1Simon McVittie2-6/+7
2010-02-18Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie4-11/+95
2010-02-18Require a halfway modern AutomakeSimon McVittie1-1/+1
2010-02-18Support silent rules if automake >= 1.11Simon McVittie1-0/+1
2010-02-18Fix signature and return value of Connection_tp_init (oops)Simon McVittie1-1/+3
2010-02-18Revert "Prepare version 0.83.1"Simon McVittie2-7/+6
2010-02-18Prepare version 0.83.1Simon McVittie2-6/+7
2010-02-18Ignore generated files from newer libtoolSimon McVittie1-0/+5
2010-02-18Use git log rather than git-log, to support distcheck with modern gitSimon McVittie1-2/+2
2010-02-18fd.o#21172: avoid DeprecationWarning with Python 2.6Simon McVittie1-1/+8
2010-02-18tests/cross-test-*: don't use deprecated sets moduleSimon McVittie2-5/+3
2010-02-18fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2-4/+10
2008-09-30Update NEWS againSimon McVittie1-0/+3
2008-09-30Message.set_sender: allow org.freedesktop.DBusHuang Peng1-1/+1
2008-09-30NEWS: mention mpg's bugfixSimon McVittie1-0/+4
2008-09-16Merge branch 'mpg'Simon McVittie1-1/+9
2008-09-16Start development for 0.83.1Simon McVittie2-1/+10
2008-09-15Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti1-1/+9
2008-07-23Release version 0.83.0Simon McVittie2-4/+4
2008-07-23Avoid some compiler warningsSimon McVittie3-0/+5
2008-07-23Make the API docs build correctly when out-of-treeSimon McVittie2-1/+6
2008-07-23Require dbus 1.0.Simon McVittie4-3/+4
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 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