summaryrefslogtreecommitdiff
path: root/_dbus_bindings/containers.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include stdint.hSimon McVittie2012-07-041-2/+0
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-4/+55
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-4/+7
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-141-0/+4
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-4/+4
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-141-30/+30
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-131-4/+4
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-131-6/+3
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-2/+2
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+3
* 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-40/+38
* [trivial] un-extern Struct_tp_getattroSimon McVittie2008-07-151-1/+1
* 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-5/+1
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-2/+2
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-8/+8
* Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict...Simon McVittie2007-02-071-26/+106
* Don't leak memory in Struct repr()Simon McVittie2007-02-051-2/+5
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Validate that the signature on an Array or Dict has the right number of compl...Simon McVittie2007-01-091-4/+54
* Improve various type docstringsSimon McVittie2006-12-211-23/+36
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+626