summaryrefslogtreecommitdiff
path: root/_dbus_bindings/module.c
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-50/+93
* Remove support for Python < 2.5Simon McVittie2011-11-151-10/+0
* Don't try to export DBUS_TYPE_UNIX_FD constant if not definedSimon McVittie2011-05-181-0/+2
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+3
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-1/+1
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-181-2/+0
* Initialize LibDBusConnection correctlySimon McVittie2008-07-151-0/+2
* Hook DBusServer into the build system.Simon McVittie2008-07-141-0/+2
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* _dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.Simon McVittie2007-06-211-0/+9
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-2/+0
* Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie2007-04-301-2/+0
* _dbus_bindings/module.c: Add some useful constantsSimon McVittie2007-04-271-0/+17
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie2007-01-091-3/+4
* Improve various type docstringsSimon McVittie2006-12-211-6/+4
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-4/+11
* _dbus_bindings/module.c: If Python is older than 2.4.2c1, initialize threads.Simon McVittie2006-12-141-0/+10
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-111-6/+185
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-18/+14
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-9/+6
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-081-1/+0
* _dbus_bindings: bus-impl.h -> bus.cSimon McVittie2006-12-081-3/+2
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-5/+3
* _dbus_bindings/module.c: Add Constructor, Supported usage field declarations ...Simon McVittie2006-12-051-1/+5
* _dbus_bindings: Change default-main-loop API to use global functionsSimon McVittie2006-11-301-4/+8
* Add improved main-loop integration.Simon McVittie2006-11-221-1/+21
* - Add Double type (and Float type #if'd out, ready for Alp's 32-bit float typeSimon McVittie2006-11-141-1/+7
* Cast to PyCFunction to avoid compiler warning for function with kwargsSimon McVittie2006-09-271-1/+1
* _dbus_bindings: Expose name-validation functions to Python code.Simon McVittie2006-09-271-0/+9
* _dbus_bindings/module.c: PEP7-style whitespaceSimon McVittie2006-09-271-22/+22
* _dbus_bindings/module.c: Add __docformat__, top-level docstring.Simon McVittie2006-09-271-2/+6
* Add a C reimplementation of the formerly-Pyrex bits of dbus-python.Simon McVittie2006-09-261-0/+139