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