summaryrefslogtreecommitdiff
path: root/_dbus_bindings/signature.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-10/+24
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-2/+2
* Fix an inconsequential typo.Barry Warsaw2011-12-131-1/+1
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-131-4/+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-4/+2
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* 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
* Improve various type docstringsSimon McVittie2006-12-211-5/+6
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+245