summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update NEWS, PY3PORT.rstSimon McVittie2012-01-112-8/+21
* Test behaviour of various Message methodsSimon McVittie2012-01-111-0/+54
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-114-36/+46
* Use better names for the superclasses of Byte and ByteArraySimon McVittie2012-01-111-9/+9
* Consistently use the str type for identifier-like (ASCII) stringsSimon McVittie2012-01-115-20/+12
* DBusPythonString base class: use "native str" as base class instead of reinve...Simon McVittie2012-01-112-11/+7
* SignalMessage.__repr__: include the destination and abbreviate "interface" mo...Simon McVittie2012-01-111-2/+5
* Quash a few more deprecations.Barry Warsaw2011-12-172-6/+6
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-165-157/+214
* Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2011-12-162-9/+9
* Re-enable previously disabled test.Barry Warsaw2011-12-151-1/+2
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-152-9/+28
* Consistency; clean-up.Barry Warsaw2011-12-152-8/+8
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-156-29/+249
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-1542-462/+1333
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-1414-76/+166
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-143-3/+27
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-1412-115/+129
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-145-67/+92
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-138-74/+57
* Modernize `raise` syntax in preparation of Python 3 support.Barry Warsaw2011-12-131-4/+4
* Import threading instead of thread. The latter is gone in Python 3.Barry Warsaw2011-12-133-15/+4
* Fix an inconsequential typo.Barry Warsaw2011-12-131-1/+1
* For pendantic correctness, and future Python 3 compatibility, explicitlyBarry Warsaw2011-12-132-0/+2
* Don't leak the fast_seq object.Barry Warsaw2011-12-131-1/+4
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-133-6/+6
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-136-26/+13
* Fix rst2html build failure in non-unicode localesAlexandre Rostovtsev2011-12-132-0/+3
* Update NEWSSimon McVittie2011-12-131-0/+9
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-136-63/+6
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-139-21/+21
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-139-42/+21
* Adjust debug messagesBarry Warsaw2011-12-131-3/+3
* Require Python 2.6, to make porting to Python 3 easierSimon McVittie2011-12-132-2/+2
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-1313-25/+25
* _message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crashSimon McVittie2011-12-131-3/+7
* Don't warn about unused parametersSimon McVittie2011-12-131-1/+2
* Don't leak UTF-8 string if serializing a unicode object fails with OOMBarry Warsaw2011-12-131-0/+1
* Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointerSimon McVittie2011-12-132-27/+0
* NEWSSimon McVittie2011-11-151-0/+9
* Remove support for Python < 2.5Simon McVittie2011-11-153-18/+1
* Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2011-11-152-15/+1
* Nano versionSimon McVittie2011-05-251-1/+1
* prepare 0.84dbus-python-0.84.0Simon McVittie2011-05-252-3/+12
* Let PYTHON_LIBS be overriden on the command line tooSimon McVittie2011-05-241-1/+10
* Let the user set PYTHON_INCLUDES on the configure command lineSimon McVittie2011-05-241-13/+19
* Merge branch 'fd-passing'Simon McVittie2011-05-2410-2/+438
|\
| * remove stray declaration of dbus_py_unixfd_range_checkSimon McVittie2011-05-181-1/+0
| * unix-fd-service example: also exercise returning UnixFd(int)Simon McVittie2011-05-181-6/+11
| * Don't try to export DBUS_TYPE_UNIX_FD constant if not definedSimon McVittie2011-05-181-0/+2