summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't try to distribute COPYING.AFL-2.1 and COPYING.GPL-2, which we no ↵Simon McVittie2007-10-091-2/+0
| | | | longer have or need
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-0913-659/+186
| | | | | | | | | | | This affects code with copyright statements from the following individuals: * Anders Carlsson * Colin Walters * David Zeuthen * Rob Taylor and the following companies: * Collabora Ltd. (represented by me) * Red Hat Inc. (represented by Havoc Pennington)
* Make sure extensions are built before docs; get rid of strange ↵Simon McVittie2007-10-091-6/+1
| | | | inter-directory dependency
* Use non-recursive make for dbus/ to work around types.py clash with ↵Simon McVittie2007-10-092-34/+30
| | | | top-level types module (fd.o #12741)
* test/: add some missing copyright headersSimon McVittie2007-10-093-1/+31
|
* License examples under MIT/X11.Simon McVittie2007-09-288-0/+185
| | | | | | According to history of dbus-core before the bindings split, the examples were written by Red Hat employees, so we should be OK to relicense them; and it's good to have copyright headers.
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per ↵Simon McVittie2007-09-285-58/+93
| | | | | | Havoc's permission (Message-ID: <815098350709271800k2505485dlef9414609d392b48@mail.gmail.com>)
* Unset dbus_python_released following releaseSimon McVittie2007-09-271-1/+1
|
* Version 0.82.3Simon McVittie2007-09-272-3/+3
|
* Don't try to distribute COPYING.LGPL-2.1 - no longer existsSimon McVittie2007-09-271-2/+7
|
* Fix NEWS indentationSimon McVittie2007-09-271-0/+1
|
* Mention relicensing in NEWSSimon McVittie2007-09-271-0/+5
|
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-273-0/+34
|
* fd.o #12432: fix documentation for remove_from_connectionSimon McVittie2007-09-271-4/+0
|
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-271-1/+3
|
* Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie2007-09-271-7/+4
| | | | | | Also deprecate private dbus.Bus in favour of dbus.bus.BusConnection - the only things you gain from using dbus.Bus are the shared-instance behaviour and some strange more-than-one-way-to-do-it APIs.
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-2740-1036/+707
| | | | removing all references to the LGPL as a result
* dbus.service: Don't assume that exceptions passed to asynchronous callbacks ↵Simon McVittie2007-09-271-1/+10
| | | | | | are the same as the pending exception (fd.o #12403, https://dev.laptop.org/ticket/3370)
* Update NEWSSimon McVittie2007-08-061-0/+4
|
* Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2007-08-062-6/+10
| | | | | This fixes incorrect Python path for docs and tests if doing an out-of-tree build using an absolute path for $(srcdir), and is also less ugly.
* Unset dbus_python_releasedSimon McVittie2007-08-012-1/+4
|
* Release 0.82.2Simon McVittie2007-08-012-3/+3
|
* Mention in NEWS that API docs are generated by defaultSimon McVittie2007-08-011-0/+3
|
* Reorganise README to reflect that API docs are generated by defaultSimon McVittie2007-08-011-20/+11
|
* Mention incompatibility with 0.82.1 more prominentlySimon McVittie2007-08-011-6/+12
|
* Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie2007-08-011-2/+15
|
* Update NEWS to mention #11623 fixSimon McVittie2007-08-011-0/+10
|
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-014-13/+68
|
* Avoid deprecated API in cross-testSimon McVittie2007-08-012-9/+10
|
* Update NEWSSimon McVittie2007-08-011-0/+3
|
* Fix introspection on objects with more than one connection or more than one ↵Simon McVittie2007-08-013-6/+25
| | | | object path (bugs.fd.o #11794)
* NEWS: mention the solved build problems related to python-configSimon McVittie2007-07-311-0/+4
|
* Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 ↵Simon McVittie2007-07-311-8/+19
| | | | if we can, use the hard-coded logic from versions prior to 0.82.0 if we can't.
* Complete the .m4 renamingSimon McVittie2007-07-311-0/+0
|
* Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the contents of two of ↵Simon McVittie2007-07-311-0/+0
| | | | the .m4 files were the opposite of what they should be
* Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the contents of two of ↵Simon McVittie2007-07-311-0/+0
| | | | the .m4 files were the opposite of what they should be
* Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o ↵Simon McVittie2007-07-311-1/+4
| | | | | | | | | | | #11282)." Python < 2.5 didn't have python-config (although some distributions, e.g. Debian and Ubuntu, shipped it as an add-on). Even for 2.5, some distributions install it under gratuitously different names (hi, Gentoo). As a result, this patch needs replacing with one that doesn't rely on having python-config. This reverts commit 7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9.
* _dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie2007-07-311-357/+0
| | | | | | | They were never used, and didn't make a great deal of sense. I now believe the right direction for pure-Python mainloop support is to define a Pythonic main loop abstraction and coerce libdbus to fit into it, rather than pretending the objects in libdbus' abstraction are Python objects.
* NEWS: update with timeout fixSimon McVittie2007-07-311-0/+13
|
* Measure async call timeout in seconds as intended, not in ms (blocking calls ↵Simon McVittie2007-07-313-1/+54
| | | | already used seconds). Add regression tests
* test-client: Avoid deprecated usage - explicitly pass SessionBus() to ↵Simon McVittie2007-07-261-1/+1
| | | | BusName ctor
* Try to avoid importing things from _dbus_bindings when they could be ↵Simon McVittie2007-07-186-33/+29
| | | | imported from public API
* Bump version to 0.82.1.YYYYMMDDSimon McVittie2007-07-121-1/+1
|
* Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2007-07-122-19/+1
|
* NEWS, configure.ac: 0.82.1, the "double precision" releaseSimon McVittie2007-07-112-4/+4
|
* Use PyArg_ParseTuple correctly, fixing the timeout in ↵Simon McVittie2007-07-112-2/+5
| | | | | | send_message_with_reply and send_message_with_reply_and_block. (bugs.fd.o #11489; thanks to Marco Pesenti Gritti for report and initial patch)
* Unset dbus_python_releasedSimon McVittie2007-07-031-1/+1
|
* .gitignore: ignore patch(1) cruft, and detached signatures for the release ↵Simon McVittie2007-06-291-0/+3
| | | | tarballs
* Update NEWSSimon McVittie2007-06-291-0/+23
|
* dbus.proxies: If making a call with ignore_reply=True, don't block for ↵Simon McVittie2007-06-291-1/+2
| | | | introspection