summaryrefslogtreecommitdiff
path: root/_dbus_bindings/string.c
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-7/+10
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-141-6/+6
* 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
* 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-2/+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-8/+8
* Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict...Simon McVittie2007-02-071-44/+31
* Close a couple of reference leaks in String (there's another somewhere, but I...Simon McVittie2007-02-051-8/+22
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ...Simon McVittie2007-01-161-1/+1
* Improve docstrings for String and UTF8String explaining how to get UTF8String...Simon McVittie2007-01-091-0/+26
* Improve various type docstringsSimon McVittie2006-12-211-10/+15
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+347