| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use DBusBasicValue instead of reinventing it, if dbus is new enough | Simon McVittie | 2012-02-24 | 1 | -34/+22 |
| * | Use native 'int' (whatever that means) for variant_level etc. | Simon McVittie | 2012-01-11 | 1 | -1/+1 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -2/+25 |
| * | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 2011-12-14 | 1 | -1/+1 |
| * | Use Py_TYPE() rather than thing->ob_type, for Python 3 portability | Simon McVittie | 2011-12-13 | 1 | -1/+1 |
| * | _message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crash | Simon McVittie | 2011-12-13 | 1 | -3/+7 |
| * | _message_iter_get_pyobject: fix whitespace | Simon McVittie | 2011-05-18 | 1 | -1/+1 |
| * | UnixFd: don't close file descriptors passed to the constructor as an int | Simon McVittie | 2011-05-18 | 1 | -2/+7 |
| * | Added Unix Fd support to dbus-python | Elvis Pfützenreuter | 2011-05-18 | 1 | -0/+11 |
| * | Use Py_CLEAR for greater robustness | Simon McVittie | 2010-12-02 | 1 | -22/+20 |
| * | fd.o #21831: deserialize empty ByteArray objects correctly | Simon McVittie | 2010-11-23 | 1 | -0/+6 |
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -8/+8 |
| * | Fix a couple of memory leaks - D-Bus signature strings, and decoded Unicode o... | Simon McVittie | 2007-02-05 | 1 | -7/+11 |
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin... | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi... | Simon McVittie | 2007-01-16 | 1 | -2/+5 |
| * | Improve documentation of type conversion from D-Bus to Python | Simon McVittie | 2007-01-09 | 1 | -11/+12 |
| * | Improve various type docstrings | Simon McVittie | 2006-12-21 | 1 | -1/+1 |
| * | Switch to autotools and test with Python 2.5 as well as 2.4. | Simon McVittie | 2006-12-18 | 1 | -4/+5 |
| * | message-append.c, message-get-args.c: Turn off debug messages even when debug... | Simon McVittie | 2006-12-13 | 1 | -0/+1 |
| * | Whitespace consistency: Don't put a space between function name and parenthes... | Simon McVittie | 2006-12-11 | 1 | -2/+2 |
| * | Convert generic glue, main loop integration, message append/get_args, validat... | Simon McVittie | 2006-12-11 | 1 | -0/+512 |