summaryrefslogtreecommitdiff
path: root/_dbus_bindings/dbus_bindings-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-111-0/+2
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-111-0/+6
* DBusPythonString base class: use "native str" as base class instead of reinve...Simon McVittie2012-01-111-0/+2
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-7/+24
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-141-0/+25
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-2/+2
* Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointerSimon McVittie2011-12-131-4/+0
* Remove support for Python < 2.5Simon McVittie2011-11-151-7/+0
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+6
* Avoid some compiler warningsSimon McVittie2008-07-231-0/+1
* Add LibDBusConnection in _dbus_bindingsSimon McVittie2008-07-151-3/+13
* Hook DBusServer into the build system.Simon McVittie2008-07-141-0/+8
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-14/+17
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-1/+1
* 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
* Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi...Simon McVittie2007-01-161-0/+10
* include/dbus_bindings.h: Rename to include/dbus-python.h, improve namespacing.Simon McVittie2006-12-181-2/+2
* Add TRACE macro and allow debug to be turned off per fileSimon McVittie2006-12-131-1/+9
* _dbus_bindings/dbus_bindings-internal.h: Add wrapper macro "DBG_WHEREAMI;"Simon McVittie2006-12-121-1/+3
* Add assertion macros and supporting functionsSimon McVittie2006-12-121-2/+26
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-111-0/+8
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+15
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-2/+43
* _dbus_bindings: bus-impl.h -> bus.cSimon McVittie2006-12-081-0/+4
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-0/+113