summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 0.83.1dbus-python-0.83.1Simon McVittie2010-02-182-6/+7
* Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie2010-02-184-11/+95
* Require a halfway modern AutomakeSimon McVittie2010-02-181-1/+1
* Support silent rules if automake >= 1.11Simon McVittie2010-02-181-0/+1
* Fix signature and return value of Connection_tp_init (oops)Simon McVittie2010-02-181-1/+3
* Revert "Prepare version 0.83.1"Simon McVittie2010-02-182-7/+6
* Prepare version 0.83.1Simon McVittie2010-02-182-6/+7
* Ignore generated files from newer libtoolSimon McVittie2010-02-181-0/+5
* Use git log rather than git-log, to support distcheck with modern gitSimon McVittie2010-02-181-2/+2
* fd.o#21172: avoid DeprecationWarning with Python 2.6Simon McVittie2010-02-181-1/+8
* tests/cross-test-*: don't use deprecated sets moduleSimon McVittie2010-02-182-5/+3
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-182-4/+10
* Update NEWS againSimon McVittie2008-09-301-0/+3
* Message.set_sender: allow org.freedesktop.DBusHuang Peng2008-09-301-1/+1
* NEWS: mention mpg's bugfixSimon McVittie2008-09-301-0/+4
* Merge branch 'mpg'Simon McVittie2008-09-161-1/+9
|\
| * Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti2008-09-151-1/+9
* | Start development for 0.83.1Simon McVittie2008-09-162-1/+10
|/
* Release version 0.83.0dbus-python-0.83.0Simon McVittie2008-07-232-4/+4
* Avoid some compiler warningsSimon McVittie2008-07-233-0/+5
* Make the API docs build correctly when out-of-treeSimon McVittie2008-07-232-1/+6
* Require dbus 1.0.Simon McVittie2008-07-234-3/+4
* Update NEWS againSimon McVittie2008-07-171-5/+10
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-174-1/+96
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-172-2/+8
* Merge branch 'master' into serverSimon McVittie2008-07-151-0/+1
|\
| * Bugfix for: if using Connection.add_message_filter, only the last filter will...Huang Peng2008-07-151-0/+1
* | Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-152-15/+57
* | Initialize LibDBusConnection correctlySimon McVittie2008-07-151-0/+2
* | Add some more compiler warning flags if supportedSimon McVittie2008-07-151-0/+5
* | Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...Simon McVittie2008-07-151-1/+1
* | DbusPyServer: construct connections by calling the type, so the object will b...Simon McVittie2008-07-151-8/+20
* | Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....Simon McVittie2008-07-151-26/+59
* | _dbus_bindings._Connection: sort out constructorSimon McVittie2008-07-151-13/+27
* | [trivial] un-extern Struct_tp_getattroSimon McVittie2008-07-151-1/+1
* | Add LibDBusConnection in _dbus_bindingsSimon McVittie2008-07-154-3/+143
* | Add Connection.call_on_disconnectionSimon McVittie2008-07-141-0/+24
* | Actually create objects of class Server->conn_classSimon McVittie2008-07-141-3/+4
* | 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
* | Add some whitespace to make reStructuredText happySimon McVittie2008-07-141-0/+2
* | Hook DBusServer into the build system.Simon McVittie2008-07-145-0/+31
* | Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-142-5/+6
* | DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-142-7/+45
* | test-server: import Connection from the right placeSimon McVittie2008-07-141-2/+2
* | DBusPyServer initialization: remove some debugging printfsSimon McVittie2008-07-141-5/+3
* | DBusPyServer get_address, get_id: correct docs, these return str not StringSimon McVittie2008-07-141-2/+2
* | DBusPyServer tp_dealloc: remove a stray debugging printfSimon McVittie2008-07-141-1/+0
* | DBusPyServer: correctly unref the partially constructed DBusPyServer on errorsSimon McVittie2008-07-141-1/+2