summaryrefslogtreecommitdiff
path: root/_dbus_bindings/string.c
Commit message (Expand)AuthorAge
* 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
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-02
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-02
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* 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
* Close a couple of reference leaks in String (there's another somewhere, but I...Simon McVittie2007-02-05
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-25
* bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ...Simon McVittie2007-01-16
* Improve docstrings for String and UTF8String explaining how to get UTF8String...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