| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | Back to unreleased statusHEADmaster | Simon McVittie | 2 | -1/+6 |
| 7 days | 1.1.0dbus-python-1.1.0 | Simon McVittie | 3 | -2/+38 |
| 2012-05-02 | Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho... | Simon McVittie | 1 | -2/+2 |
| 2012-05-02 | Deprecate dbus.gobject_service and make it vaguely compatible with 1.0 | Simon McVittie | 1 | -1/+15 |
| 2012-05-02 | Reinstate the old dbus.gobject_service, but only for Python 2 | Simon McVittie | 3 | -0/+82 |
| 2012-05-02 | Rename gobject_service (PyGI version) to gi_service | Simon McVittie | 3 | -12/+12 |
| 2012-03-12 | Fix ref leak in dbus_py_variant_level_set | Simon McVittie | 1 | -0/+2 |
| 2012-02-29 | Put sockets for the regression tests in /tmp, not ${builddir} | Simon McVittie | 1 | -1/+1 |
| 2012-02-24 | Use DBusBasicValue instead of reinventing it, if dbus is new enough | Simon McVittie | 5 | -66/+104 |
| 2012-02-01 | Fix _maintainer-update-htmldocs for out-of-tree builds | Simon McVittie | 1 | -1/+1 |
| 2012-02-01 | Remove TODO, which is now empty - use bugzilla instead | Simon McVittie | 2 | -1/+1 |
| 2012-01-24 | back to unreleased | Simon McVittie | 1 | -1/+1 |
| 2012-01-24 | retroactively add release date | Simon McVittie | 1 | -1/+1 |
| 2012-01-24 | Install _compat.pydbus-python-1.0.0 | Barry Warsaw | 1 | -0/+1 |
| 2012-01-24 | Generate ChangeLog correctly when out-of-tree | Simon McVittie | 1 | -2/+2 |
| 2012-01-24 | Let's call this 1.0 | Simon McVittie | 2 | -5/+7 |
| 2012-01-24 | Remove duplicate -Werror machinery | Simon McVittie | 1 | -8/+0 |
| 2012-01-24 | Move PY3PORT into doc, use the same extension as other rst, and render it | Simon McVittie | 4 | -5/+16 |
| 2012-01-24 | Describe problems, alternatives | Simon McVittie | 1 | -0/+24 |
| 2012-01-24 | Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4) | Simon McVittie | 1 | -0/+10 |
| 2012-01-11 | Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_Check | Simon McVittie | 5 | -21/+11 |
| 2012-01-11 | Use native 'int' (whatever that means) for variant_level etc. | Simon McVittie | 8 | -16/+17 |
| 2012-01-11 | update NEWS, PY3PORT.rst | Simon McVittie | 2 | -8/+21 |
| 2012-01-11 | Test behaviour of various Message methods | Simon McVittie | 1 | -0/+54 |
| 2012-01-11 | Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3) | Simon McVittie | 4 | -36/+46 |
| 2012-01-11 | Use better names for the superclasses of Byte and ByteArray | Simon McVittie | 1 | -9/+9 |
| 2012-01-11 | Consistently use the str type for identifier-like (ASCII) strings | Simon McVittie | 5 | -20/+12 |
| 2012-01-11 | DBusPythonString base class: use "native str" as base class instead of reinve... | Simon McVittie | 2 | -11/+7 |
| 2012-01-11 | SignalMessage.__repr__: include the destination and abbreviate "interface" mo... | Simon McVittie | 1 | -2/+5 |
| 2011-12-17 | Quash a few more deprecations. | Barry Warsaw | 2 | -6/+6 |
| 2011-12-16 | More Python 3 porting, this time primarily to get test-client.py working. | Barry Warsaw | 5 | -157/+214 |
| 2011-12-16 | Re-enable the other tests, even though these still fail for me (b.f.o #43303). | Barry Warsaw | 2 | -9/+9 |
| 2011-12-16 | Re-enable previously disabled test. | Barry Warsaw | 1 | -1/+2 |
| 2011-12-16 | Fix the match rule semantics so that a match rule of "arg0='/'" does not match | Barry Warsaw | 2 | -9/+28 |
| 2011-12-15 | Consistency; clean-up. | Barry Warsaw | 2 | -8/+8 |
| 2011-12-15 | - Added back the missing PY3PORT.rst file, with updates. | Barry Warsaw | 6 | -29/+249 |
| 2011-12-15 | This is the big one; it adds Python 3 support. | Barry Warsaw | 42 | -462/+1333 |
| 2011-12-14 | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 14 | -76/+166 |
| 2011-12-14 | Add error checking to dbus_py_variant_level_get() and call sites. | Barry Warsaw | 3 | -3/+27 |
| 2011-12-14 | In preparation for Python 3 support, use the Python 2 PyBytes aliases for the | Barry Warsaw | 12 | -115/+129 |
| 2011-12-14 | In preparation for Python 3 support, all reprs now return unicodes, which is | Barry Warsaw | 5 | -67/+92 |
| 2011-12-13 | Modernize multiline imports in preparation for Python 3 support. | Barry Warsaw | 8 | -74/+57 |
| 2011-12-13 | Modernize `raise` syntax in preparation of Python 3 support. | Barry Warsaw | 1 | -4/+4 |
| 2011-12-13 | Import threading instead of thread. The latter is gone in Python 3. | Barry Warsaw | 3 | -15/+4 |
| 2011-12-13 | Fix an inconsequential typo. | Barry Warsaw | 1 | -1/+1 |
| 2011-12-13 | For pendantic correctness, and future Python 3 compatibility, explicitly | Barry Warsaw | 2 | -0/+2 |
| 2011-12-13 | Don't leak the fast_seq object. | Barry Warsaw | 1 | -1/+4 |
| 2011-12-13 | - Add a few missing Py_TYPE() changes for Python 3 compatibility. | Barry Warsaw | 3 | -6/+6 |
| 2011-12-13 | Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparation | Barry Warsaw | 6 | -26/+13 |
| 2011-12-13 | Fix rst2html build failure in non-unicode locales | Alexandre Rostovtsev | 2 | -0/+3 |