summaryrefslogtreecommitdiff
path: root/_dbus_bindings/bytes.c
Commit message (Expand)AuthorAgeFilesLines
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-111-6/+2
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-111-2/+2
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-111-14/+0
* Use better names for the superclasses of Byte and ByteArraySimon McVittie2012-01-111-9/+9
* Consistency; clean-up.Barry Warsaw2011-12-151-4/+4
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-11/+48
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-8/+26
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-4/+4
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-131-1/+1
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-131-4/+2
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-1/+1
* 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
* bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ...Simon McVittie2007-01-161-1/+1
* Subscripting a ByteArray now gives 1-character strings again (for least aston...Simon McVittie2007-01-091-57/+18
* Improve various type docstringsSimon McVittie2006-12-211-7/+21
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+291