summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Add CMake build support.HEADmasterRalf Habacker4-0/+275
2012-10-23NEWSSimon McVittie1-0/+7
2012-10-23Update the confusing notice of what license dbus-python is underThiago Macieira1-1/+2
2012-10-16DBusException: override both __str__ and __unicode__Simon McVittie1-11/+17
2012-10-16Slightly better test coverageSimon McVittie1-0/+4
2012-10-16Use a form of assertRaises() that works in Python 2.6Simon McVittie1-3/+2
2012-10-16Skip test_dbus_exception_convert_str_fail under unusual default encodingsSimon McVittie1-3/+8
2012-10-16Support unicode messages for DBusException in Python 2Michael Vogt4-2/+116
2012-07-05Link Python extensions differently on WindowsSimon McVittie3-0/+41
2012-07-05Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD splitSimon McVittie2-2/+12
2012-07-04run-test.sh: don't go via make to run the cross-testSimon McVittie1-2/+2
2012-07-04NEWSSimon McVittie1-1/+13
2012-07-04Don't include stdint.hSimon McVittie6-11/+0
2012-07-04Re-indent now that the indentation is unecessarySimon McVittie1-32/+29
2012-07-04Avoid variable-length arrays, which MSVC *still* doesn't supportSimon McVittie2-13/+33
2012-07-04Use AC_C_INLINE to make sure "inline" worksSimon McVittie1-0/+1
2012-06-25reset to unreleasedSimon McVittie1-1/+1
2012-06-25prepare releaseSimon McVittie2-3/+5
2012-06-25fd.o #40817: validate UTF-8 according to the same rules as libdbusSimon McVittie4-30/+143
2012-06-05NEWSSimon McVittie1-1/+6
2012-06-05Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2-2/+14
2012-05-09Back to unreleased statusSimon McVittie2-1/+6
2012-05-091.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.pyBarry 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