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