summaryrefslogtreecommitdiff
path: root/_dbus_bindings/int.c
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-13/+31
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-11/+22
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-141-7/+7
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-131-2/+1
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-131-12/+6
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-2/+2
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-021-0/+1
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-16/+16
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2007-07-121-14/+0
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Improve various type docstringsSimon McVittie2006-12-211-45/+46
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+791