| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use DBusBasicValue instead of reinventing it, if dbus is new enough | Simon McVittie | 2012-02-24 | 1 | -32/+24 |
| * | Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_Check | Simon McVittie | 2012-01-11 | 1 | -5/+3 |
| * | - Added back the missing PY3PORT.rst file, with updates. | Barry Warsaw | 2011-12-15 | 1 | -20/+6 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -37/+158 |
| * | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 2011-12-14 | 1 | -5/+16 |
| * | 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 | -62/+66 |
| * | - Add a few missing Py_TYPE() changes for Python 3 compatibility. | Barry Warsaw | 2011-12-13 | 1 | -1/+1 |
| * | Adjust debug messages | Barry Warsaw | 2011-12-13 | 1 | -3/+3 |
| * | Use Py_TYPE() rather than thing->ob_type, for Python 3 portability | Simon McVittie | 2011-12-13 | 1 | -1/+1 |
| * | Don't leak UTF-8 string if serializing a unicode object fails with OOM | Barry Warsaw | 2011-12-13 | 1 | -0/+1 |
| * | Bump dbus dependency to 1.4 so we can make decent error handling mandatory | Simon McVittie | 2011-11-15 | 1 | -4/+0 |
| * | Added Unix Fd support to dbus-python | Elvis Pfützenreuter | 2011-05-18 | 1 | -0/+33 |
| * | Use Py_CLEAR for greater robustness | Simon McVittie | 2010-12-02 | 1 | -30/+29 |
| * | dbus_py_Message_append: avoid looking beyond the valid part of a signature | Simon McVittie | 2010-12-02 | 1 | -14/+22 |
| * | _message_iter_append_multi: bail out safely if a struct isn't filled | Simon McVittie | 2010-12-02 | 1 | -0/+9 |
| * | Use dbus_message_iter_abandon_container to bail out, if supported | Simon McVittie | 2010-12-02 | 1 | -2/+20 |
| * | _message_iter_append_multi: assert that mode is what we expect | Simon McVittie | 2010-12-02 | 1 | -0/+5 |
| * | Fix compilation in 64-bit architecture | Elvis Pfützenreuter | 2010-10-18 | 1 | -1/+1 |
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| * | Remove trailing whitespace in C source | Simon McVittie | 2007-04-24 | 1 | -3/+3 |
| * | Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict... | Simon McVittie | 2007-02-07 | 1 | -2/+4 |
| * | 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 | -4/+4 |
| * | Ensure we put the right number of items in a struct or message and add test c... | Simon McVittie | 2007-01-16 | 1 | -19/+36 |
| * | Add special case to serialization: objects with a __dbus_object_path__ attrib... | Simon McVittie | 2007-01-10 | 1 | -24/+96 |
| * | When putting a ByteArray into a variant array, serialise it as an array of va... | Simon McVittie | 2007-01-09 | 1 | -1/+25 |
| * | 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 | -46/+46 |
| * | Convert generic glue, main loop integration, message append/get_args, validat... | Simon McVittie | 2006-12-11 | 1 | -0/+975 |