summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-28Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie5-58/+93
2007-09-27Unset dbus_python_released following releaseSimon McVittie1-1/+1
2007-09-27Version 0.82.3Simon McVittie2-3/+3
2007-09-27Don't try to distribute COPYING.LGPL-2.1 - no longer existsSimon McVittie1-2/+7
2007-09-27Fix NEWS indentationSimon McVittie1-0/+1
2007-09-27Mention relicensing in NEWSSimon McVittie1-0/+5
2007-09-27Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie3-0/+34
2007-09-27fd.o #12432: fix documentation for remove_from_connectionSimon McVittie1-4/+0
2007-09-27dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie1-1/+3
2007-09-27Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie1-7/+4
2007-09-27Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie40-1036/+707
2007-09-27dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie1-1/+10
2007-08-06Update NEWSSimon McVittie1-0/+4
2007-08-06Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2-6/+10
2007-08-01Unset dbus_python_releasedSimon McVittie2-1/+4
2007-08-01Release 0.82.2Simon McVittie2-3/+3
2007-08-01Mention in NEWS that API docs are generated by defaultSimon McVittie1-0/+3
2007-08-01Reorganise README to reflect that API docs are generated by defaultSimon McVittie1-20/+11
2007-08-01Mention incompatibility with 0.82.1 more prominentlySimon McVittie1-6/+12
2007-08-01Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie1-2/+15
2007-08-01Update NEWS to mention #11623 fixSimon McVittie1-0/+10
2007-08-01Add rel_path_keyword to @method (fd.o #11623)Simon McVittie4-13/+68
2007-08-01Avoid deprecated API in cross-testSimon McVittie2-9/+10
2007-08-01Update NEWSSimon McVittie1-0/+3
2007-08-01Fix introspection on objects with more than one connection or more than one o...Simon McVittie3-6/+25
2007-07-31NEWS: mention the solved build problems related to python-configSimon McVittie1-0/+4
2007-07-31Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 i...Simon McVittie1-8/+19
2007-07-31Complete the .m4 renamingSimon McVittie1-0/+0
2007-07-31Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the contents of two of ...Simon McVittie1-0/+0
2007-07-31Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the contents of two of t...Simon McVittie1-0/+0
2007-07-31Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11...Simon McVittie1-1/+4
2007-07-31_dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie1-357/+0
2007-07-31NEWS: update with timeout fixSimon McVittie1-0/+13
2007-07-31Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie3-1/+54
2007-07-26test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie1-1/+1
2007-07-18Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie6-33/+29
2007-07-12Bump version to 0.82.1.YYYYMMDDSimon McVittie1-1/+1
2007-07-12Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2-19/+1
2007-07-11NEWS, configure.ac: 0.82.1, the "double precision" releaseSimon McVittie2-4/+4
2007-07-11Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply...Simon McVittie2-2/+5
2007-07-03Unset dbus_python_releasedSimon McVittie1-1/+1
2007-06-29.gitignore: ignore patch(1) cruft, and detached signatures for the release ta...Simon McVittie1-0/+3
2007-06-29Update NEWSSimon McVittie1-0/+23
2007-06-29dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie1-1/+2
2007-06-21dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie1-1/+1
2007-06-21Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i...Simon McVittie1-2/+5
2007-06-21Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie1-1/+1
2007-06-21_dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.Simon McVittie1-0/+9
2007-06-21Avoid using deprecated dbus_watch_get_fd()Simon McVittie2-1/+13
2007-06-20dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie1-4/+13