summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use a form of assertRaises() that works in Python 2.6Simon McVittie2012-10-161-3/+2
* Skip test_dbus_exception_convert_str_fail under unusual default encodingsSimon McVittie2012-10-161-3/+8
* Support unicode messages for DBusException in Python 2Michael Vogt2012-10-164-2/+116
* Link Python extensions differently on WindowsSimon McVittie2012-07-053-0/+41
* Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD splitSimon McVittie2012-07-052-2/+12
* run-test.sh: don't go via make to run the cross-testSimon McVittie2012-07-041-2/+2
* NEWSSimon McVittie2012-07-041-1/+13
* Don't include stdint.hSimon McVittie2012-07-046-11/+0
* Re-indent now that the indentation is unecessarySimon McVittie2012-07-041-32/+29
* Avoid variable-length arrays, which MSVC *still* doesn't supportSimon McVittie2012-07-042-13/+33
* Use AC_C_INLINE to make sure "inline" worksSimon McVittie2012-07-041-0/+1
* reset to unreleasedSimon McVittie2012-06-251-1/+1
* prepare releaseSimon McVittie2012-06-252-3/+5
* fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1Simon McVittie2012-06-254-30/+143
* NEWSSimon McVittie2012-06-051-1/+6
* Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2012-06-052-2/+14
* Back to unreleased statusSimon McVittie2012-05-092-1/+6
* 1.1.0dbus-python-1.1.0Simon McVittie2012-05-093-2/+38
* Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho...Simon McVittie2012-05-021-2/+2
* Deprecate dbus.gobject_service and make it vaguely compatible with 1.0Simon McVittie2012-05-021-1/+15
* Reinstate the old dbus.gobject_service, but only for Python 2Simon McVittie2012-05-023-0/+82
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-023-12/+12
* Fix ref leak in dbus_py_variant_level_setSimon McVittie2012-03-121-0/+2
* Put sockets for the regression tests in /tmp, not ${builddir}Simon McVittie2012-02-291-1/+1
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-245-66/+104
* Fix _maintainer-update-htmldocs for out-of-tree buildsSimon McVittie2012-02-011-1/+1
* Remove TODO, which is now empty - use bugzilla insteadSimon McVittie2012-02-012-1/+1
* back to unreleasedSimon McVittie2012-01-241-1/+1
* retroactively add release dateSimon McVittie2012-01-241-1/+1
* Install _compat.pydbus-python-1.0.0Barry Warsaw2012-01-241-0/+1
* Generate ChangeLog correctly when out-of-treeSimon McVittie2012-01-241-2/+2
* Let's call this 1.0Simon McVittie2012-01-242-5/+7
* Remove duplicate -Werror machinerySimon McVittie2012-01-241-8/+0
* Move PY3PORT into doc, use the same extension as other rst, and render itSimon McVittie2012-01-244-5/+16
* Describe problems, alternativesSimon McVittie2012-01-241-0/+24
* Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie2012-01-241-0/+10
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-115-21/+11
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-118-16/+17
* 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