summaryrefslogtreecommitdiff
path: root/_dbus_bindings
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into puritySimon McVittie2008-07-179-43/+843
|\
| * Merge branch 'master' into serverSimon McVittie2008-07-151-0/+1
| |\
| * | Initialize LibDBusConnection correctlySimon McVittie2008-07-151-0/+2
| * | 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
| * | Actually create objects of class Server->conn_classSimon McVittie2008-07-141-3/+4
| * | Hook DBusServer into the build system.Simon McVittie2008-07-144-0/+30
| * | Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-4/+5
| * | DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-7/+25
| * | 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-141-0/+535
* | | Merge branch 'master' into puritySimon McVittie2008-07-151-0/+1
|\ \ \ | | |/ | |/|
| * | Bugfix for: if using Connection.add_message_filter, only the last filter will...Huang Peng2008-07-151-0/+1
| |/
* | Merge branch 'master' into puritySimon McVittie2007-09-2724-354/+427
|\ \ | |/
| * Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-2724-354/+427
* | Merge branch 'master' into puritySimon McVittie2007-07-311-357/+0
|\ \ | |/
| * _dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie2007-07-311-357/+0
* | Implement Signature in Python, but with signature parsing still done in CSimon McVittie2007-07-183-107/+87
* | Convert Struct to pure PythonSimon McVittie2007-07-181-267/+15
* | Implement Dictionary in pure PythonSimon McVittie2007-07-183-261/+24
* | Implement dbus.Array in pure PythonSimon McVittie2007-07-183-223/+68
* | Drop superclasses for float, long, int support (all are pure-Python now)Simon McVittie2007-07-182-380/+0
* | Merge branch 'master' into puritySimon McVittie2007-07-121-5/+1
|\ \ | |/
| * Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2007-07-122-19/+1
* | Merge branch 'master' into puritySimon McVittie2007-07-111-2/+2
|\ \ | |/
| * Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply...Simon McVittie2007-07-111-2/+2
* | Implement Double in pure Python. Get rid of hypothetical support for 32-bit f...Simon McVittie2007-07-111-118/+41
* | Implement integer data types in pure PythonSimon McVittie2007-07-114-700/+183
* | Implement String, UTF8String, ObjectPath in Python; fix variant-level retriev...Simon McVittie2007-07-114-381/+95
* | Implement Byte, ByteArray in pure Python in dbus.data. Deprecate dbus.types.Simon McVittie2007-07-111-227/+45
* | Refactor types C API in preparation for making them pure-PythonSimon McVittie2007-07-0612-205/+728
* | Clean up signature.c internal APISimon McVittie2007-07-036-55/+78
* | Implement the object-path tree in pure PythonSimon McVittie2007-06-211-427/+0
|/
* _dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.Simon McVittie2007-06-211-0/+9
* Avoid using deprecated dbus_watch_get_fd()Simon McVittie2007-06-211-1/+7
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-291-0/+62