summaryrefslogtreecommitdiff
path: root/_dbus_bindings/server.c
Commit message (Expand)AuthorAge
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-02
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-02
* DbusPyServer: construct connections by calling the type, so the object will b...Simon McVittie2008-07-15
* Actually create objects of class Server->conn_classSimon McVittie2008-07-14
* Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-14
* DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-14
* DBusPyServer initialization: remove some debugging printfsSimon McVittie2008-07-14
* DBusPyServer get_address, get_id: correct docs, these return str not StringSimon McVittie2008-07-14
* DBusPyServer tp_dealloc: remove a stray debugging printfSimon McVittie2008-07-14
* DBusPyServer: correctly unref the partially constructed DBusPyServer on errorsSimon McVittie2008-07-14
* DBusPyServer: correctly unref the weakref object on errorsSimon McVittie2008-07-14
* DBusPyServer: fix a typoSimon McVittie2008-07-14
* DBusPyServer: Fix refcounting of the main loopSimon McVittie2008-07-14
* DBusPyServer: if there's no main loop, throw an exceptionSimon McVittie2008-07-14
* Document that DBusPyServer_NewDBusServer consumes a reference to the server.Simon McVittie2008-07-14
* DBusPyServer: remove some stray debugging printfsSimon McVittie2008-07-14
* DBusPyServer: refactor set_auth_mechanismsSimon McVittie2008-07-14
* Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-14