summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | _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
* | DBusPyServer: correctly unref the weakref object on errorsSimon McVittie2008-07-141-1/+2
* | DBusPyServer: fix a typoSimon McVittie2008-07-141-1/+1
* | DBusPyServer: Fix refcounting of the main loopSimon McVittie2008-07-141-2/+4
* | DBusPyServer: if there's no main loop, throw an exceptionSimon McVittie2008-07-141-1/+7
* | Document that DBusPyServer_NewDBusServer consumes a reference to the server.Simon McVittie2008-07-141-5/+9
* | DBusPyServer: remove some stray debugging printfsSimon McVittie2008-07-141-3/+0
* | DBusPyServer: refactor set_auth_mechanismsSimon McVittie2008-07-141-23/+29
* | Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-143-0/+647
|/
* Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2008-01-222-1/+8
* doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie2007-12-191-1/+5
* Unset release flag, and start NEWS for 0.82.5Simon McVittie2007-12-102-1/+8
* Add a maintainer-upload target to the Makefile.am, which uploads the current ...Simon McVittie2007-12-101-1/+6
* Version 0.82.4dbus-python-0.82.4Simon McVittie2007-12-101-2/+2
* When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie2007-12-102-3/+6
* Update NEWSSimon McVittie2007-10-121-0/+14
* Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 rem...Simon McVittie2007-10-121-1/+0
* Revert "Make sure extensions are built before docs; get rid of strange inter-...Simon McVittie2007-10-091-1/+6
* Don't distribute COPYING.*, which we no longer have or needSimon McVittie2007-10-091-1/+1
* Don't try to distribute COPYING.AFL-2.1 and COPYING.GPL-2, which we no longer...Simon McVittie2007-10-091-2/+0
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-0913-659/+186
* Make sure extensions are built before docs; get rid of strange inter-director...Simon McVittie2007-10-091-6/+1
* Use non-recursive make for dbus/ to work around types.py clash with top-level...Simon McVittie2007-10-092-34/+30
* test/: add some missing copyright headersSimon McVittie2007-10-093-1/+31
* License examples under MIT/X11.Simon McVittie2007-09-288-0/+185
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-285-58/+93
* Unset dbus_python_released following releaseSimon McVittie2007-09-271-1/+1
* Version 0.82.3Simon McVittie2007-09-272-3/+3
* Don't try to distribute COPYING.LGPL-2.1 - no longer existsSimon McVittie2007-09-271-2/+7
* Fix NEWS indentationSimon McVittie2007-09-271-0/+1
* Mention relicensing in NEWSSimon McVittie2007-09-271-0/+5
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-273-0/+34
* fd.o #12432: fix documentation for remove_from_connectionSimon McVittie2007-09-271-4/+0
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-271-1/+3