summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 1.1.0Simon McVittie2012-05-09
* Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho...Simon McVittie2012-05-02
* Deprecate dbus.gobject_service and make it vaguely compatible with 1.0Simon McVittie2012-05-02
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-02
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-02
* Fix ref leak in dbus_py_variant_level_setSimon McVittie2012-03-12
* Put sockets for the regression tests in /tmp, not ${builddir}Simon McVittie2012-02-29
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-24
* Fix _maintainer-update-htmldocs for out-of-tree buildsSimon McVittie2012-02-01
* Remove TODO, which is now empty - use bugzilla insteadSimon McVittie2012-02-01
* back to unreleasedSimon McVittie2012-01-24
* retroactively add release dateSimon McVittie2012-01-24
* Install _compat.pyBarry Warsaw2012-01-24
* Generate ChangeLog correctly when out-of-treeSimon McVittie2012-01-24
* Let's call this 1.0Simon McVittie2012-01-24
* Remove duplicate -Werror machinerySimon McVittie2012-01-24
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-24
* Describe problems, alternativesSimon McVittie2012-01-24
* Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie2012-01-24
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-11
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-11
* update NEWS, PY3PORT.rstSimon McVittie2012-01-11
* Test behaviour of various Message methodsSimon McVittie2012-01-11
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-11
* Use better names for the superclasses of Byte and ByteArraySimon McVittie2012-01-11
* Consistently use the str type for identifier-like (ASCII) stringsSimon McVittie2012-01-11
* DBusPythonString base class: use "native str" as base class instead of reinve...Simon McVittie2012-01-11
* SignalMessage.__repr__: include the destination and abbreviate "interface" mo...Simon McVittie2012-01-11
* Quash a few more deprecations.Barry Warsaw2011-12-17
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-16
* Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2011-12-16
* Re-enable previously disabled test.Barry Warsaw2011-12-15
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-15
* Consistency; clean-up.Barry Warsaw2011-12-15
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-15
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-14
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-14
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-14
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-14
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-13
* Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw2011-12-13
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-13
* Fix an inconsequential typo.Barry Warsaw2011-12-13
* For pendantic correctness, and future Python 3 compatibility, explicitlyBarry Warsaw2011-12-13
* Don't leak the fast_seq object.Barry Warsaw2011-12-13
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-13
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-13
* Fix rst2html build failure in non-unicode localesAlexandre Rostovtsev2011-12-13
* Update NEWSSimon McVittie2011-12-13