summaryrefslogtreecommitdiff
path: root/_dbus_bindings/abstract.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ref leak in dbus_py_variant_level_setSimon McVittie2012-03-121-0/+2
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-111-6/+6
* DBusPythonString base class: use "native str" as base class instead of reinve...Simon McVittie2012-01-111-11/+5
* Consistency; clean-up.Barry Warsaw2011-12-151-4/+4
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-12/+170
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-5/+15
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-141-3/+19
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-141-10/+11
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-141-24/+24
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-131-8/+4
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-131-8/+8
* 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-18/+18
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-271-15/+18
* Remove trailing whitespace in C sourceSimon McVittie2007-04-241-2/+2
* 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-36/+158
* Don't leak memory in _StringBase and _LongBase repr()Simon McVittie2007-02-051-2/+10
* Switch _IntBase back to using generic alloc/free implementation rather than h...Simon McVittie2007-02-051-1/+2
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-101-0/+4
* Improve various type docstringsSimon McVittie2006-12-211-4/+24
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-0/+508