| Commit message (Expand) | Author | Age | Files | Lines |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -4/+55 |
| * | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 2011-12-14 | 1 | -4/+7 |
| * | Add error checking to dbus_py_variant_level_get() and call sites. | Barry Warsaw | 2011-12-14 | 1 | -0/+4 |
| * | In preparation for Python 3 support, use the Python 2 PyBytes aliases for the | Barry Warsaw | 2011-12-14 | 1 | -4/+4 |
| * | In preparation for Python 3 support, all reprs now return unicodes, which is | Barry Warsaw | 2011-12-14 | 1 | -30/+30 |
| * | - Add a few missing Py_TYPE() changes for Python 3 compatibility. | Barry Warsaw | 2011-12-13 | 1 | -4/+4 |
| * | Use PyVarObject_HEAD_INIT to initialize types | Barry Warsaw | 2011-12-13 | 1 | -6/+3 |
| * | Use Py_TYPE() rather than thing->ob_type, for Python 3 portability | Simon McVittie | 2011-12-13 | 1 | -2/+2 |
| * | Added Unix Fd support to dbus-python | Elvis Pfützenreuter | 2011-05-18 | 1 | -0/+3 |
| * | fd.o #23831: make sure to ref types passed to PyModule_AddObject | Simon McVittie | 2010-12-02 | 1 | -0/+1 |
| * | Use Py_CLEAR for greater robustness | Simon McVittie | 2010-12-02 | 1 | -40/+38 |
| * | [trivial] un-extern Struct_tp_getattro | Simon McVittie | 2008-07-15 | 1 | -1/+1 |
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| * | Avoid cpp directives inside macro calls, to be nice to old gcc versions | Simon McVittie | 2007-07-12 | 1 | -5/+1 |
| * | Remove trailing whitespace in C source | Simon McVittie | 2007-04-24 | 1 | -2/+2 |
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -8/+8 |
| * | Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict... | Simon McVittie | 2007-02-07 | 1 | -26/+106 |
| * | Don't leak memory in Struct repr() | Simon McVittie | 2007-02-05 | 1 | -2/+5 |
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin... | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | Validate that the signature on an Array or Dict has the right number of compl... | Simon McVittie | 2007-01-09 | 1 | -4/+54 |
| * | Improve various type docstrings | Simon McVittie | 2006-12-21 | 1 | -23/+36 |
| * | Separate out remaining types (abstract, bytes, containers, int, float, signat... | Simon McVittie | 2006-12-11 | 1 | -0/+626 |