summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15Re-enable previously disabled test.Barry Warsaw1-1/+2
2011-12-15Fix 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
2011-12-13Update NEWSSimon McVittie1-0/+9
2011-12-13Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie6-63/+6
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw9-21/+21
2011-12-13Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw9-42/+21
2011-12-13Adjust debug messagesBarry Warsaw1-3/+3
2011-12-13Require Python 2.6, to make porting to Python 3 easierSimon McVittie2-2/+2
2011-12-13Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie13-25/+25
2011-12-13_message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crashSimon McVittie1-3/+7
2011-12-13Don't warn about unused parametersSimon McVittie1-1/+2
2011-12-13Don't leak UTF-8 string if serializing a unicode object fails with OOMBarry Warsaw1-0/+1
2011-12-13Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointerSimon McVittie2-27/+0
2011-11-15NEWSSimon McVittie1-0/+9
2011-11-15Remove support for Python < 2.5Simon McVittie3-18/+1
2011-11-15Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2-15/+1
2011-05-25Nano versionSimon McVittie1-1/+1
2011-05-25prepare 0.84Simon McVittie2-3/+12
2011-05-24Let PYTHON_LIBS be overriden on the command line tooSimon McVittie1-1/+10
2011-05-24Let the user set PYTHON_INCLUDES on the configure command lineSimon McVittie1-13/+19
2011-05-24Merge branch 'fd-passing'Simon McVittie10-2/+438
2011-05-18NEWSSimon McVittie1-0/+17
2011-05-18_ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie1-13/+18
2011-05-18remove stray declaration of dbus_py_unixfd_range_checkSimon McVittie1-1/+0
2011-05-18unix-fd-service example: also exercise returning UnixFd(int)Simon McVittie1-6/+11
2011-05-18Don't try to export DBUS_TYPE_UNIX_FD constant if not definedSimon McVittie1-0/+2
2011-05-18unixfd: improve documentationSimon McVittie1-18/+18
2011-05-18_message_iter_get_pyobject: fix whitespaceSimon McVittie1-1/+1
2011-05-18UnixFd: don't close file descriptors passed to the constructor as an intSimon McVittie2-11/+11
2011-05-18unixfd: coding styleSimon McVittie1-9/+9
2011-05-18Added Unix Fd support to dbus-pythonElvis Pfützenreuter11-2/+432