summaryrefslogtreecommitdiff
path: root/_dbus_bindings/containers.c
Commit message (Expand)AuthorAge
* Rename source directories for C code to silence an ImportWarningSimon McVittie2017-11-05
* Always include dbus_bindings-internal.h firstSimon McVittie2016-03-05
* Don't include stdint.hSimon McVittie2012-07-04
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-14
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-14
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-14
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-14
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-13
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-13
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-13
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-18
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-02
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-02
* [trivial] un-extern Struct_tp_getattroSimon McVittie2008-07-15
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2007-07-12
* Remove trailing whitespace in C sourceSimon McVittie2007-04-24
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-07
* Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict...Simon McVittie2007-02-07
* Don't leak memory in Struct repr()Simon McVittie2007-02-05
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-25
* Validate that the signature on an Array or Dict has the right number of compl...Simon McVittie2007-01-09
* Improve various type docstringsSimon McVittie2006-12-21
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-11