summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Fix constant name in dbus.servicepuritySimon McVittie2008-07-171-1/+1
* Merge branch 'master' into puritySimon McVittie2008-07-175-1/+180
|\
| * Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-172-1/+37
| * Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-171-1/+1
| * Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-151-4/+44
| * Add Connection.call_on_disconnectionSimon McVittie2008-07-141-0/+24
| * dbus.server.Server: implement a stub version of _on_new_connectionSimon McVittie2008-07-141-0/+17
| * Fix *another* thinko in dbus.serverSimon McVittie2008-07-141-1/+1
| * Fix thinko in dbus.server: actually instantiate a _ServerSimon McVittie2008-07-141-0/+2
| * Add some whitespace to make reStructuredText happySimon McVittie2008-07-141-0/+2
| * Rename _dbus_bindings.Server to _dbus_bindings._ServerSimon McVittie2008-07-141-1/+1
| * DBusPyServer: construct a user-specified subtype of ConnectionSimon McVittie2008-07-141-0/+20
| * Initial support for DBusServer class (#14322).Mathias Hasselmann2008-07-141-0/+38
* | Merge branch 'master' into puritySimon McVittie2008-07-151-1/+4
|\ \ | |/
| * Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2008-01-221-1/+4
* | Fix completely misplaced copyright info line which somehow ended up in dbus.dataSimon McVittie2008-01-221-1/+0
* | Merge branch 'master' into puritySimon McVittie2008-01-221-2/+2
|\ \ | |/
| * When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie2007-12-101-2/+2
* | Also relicense dbus/data.py (which only exists on the purity branch) under MI...Simon McVittie2007-10-091-14/+19
* | Merge branch 'master' into puritySimon McVittie2007-10-098-110/+142
|\ \ | |/
| * Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-098-110/+142
* | Merge branch 'master' into puritySimon McVittie2007-10-091-29/+0
|\ \ | |/
| * Use non-recursive make for dbus/ to work around types.py clash with top-level...Simon McVittie2007-10-091-28/+0
* | Merge branch 'master' into puritySimon McVittie2007-09-273-12/+7
|\ \ | |/
| * 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
* | Merge branch 'master' into puritySimon McVittie2007-09-277-66/+117
|\ \ | |/
| * Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-276-65/+107
| * dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie2007-09-271-1/+10
* | Merge branch 'master' into puritySimon McVittie2007-08-012-8/+48
|\ \ | |/
| * Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-012-2/+41
| * Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-011-6/+6
* | Merge branch 'master' into puritySimon McVittie2007-07-311-1/+1
|\ \ | |/
| * Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-311-1/+1
* | Fix add_message_filter()Simon McVittie2007-07-181-1/+1
* | Merge branch 'master' into puritySimon McVittie2007-07-186-25/+20
|\ \ | |/
| * Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-186-33/+29
* | Add missing import in dbus.decoratorsSimon McVittie2007-07-181-0/+1
* | Implement Signature in Python, but with signature parsing still done in CSimon McVittie2007-07-183-11/+82
* | Convert Struct to pure PythonSimon McVittie2007-07-182-2/+37
* | Implement Dictionary in pure PythonSimon McVittie2007-07-181-3/+51
* | Implement dbus.Array in pure PythonSimon McVittie2007-07-181-1/+43
* | Implement Double in pure Python. Get rid of hypothetical support for 32-bit f...Simon McVittie2007-07-111-1/+10
* | Implement integer data types in pure PythonSimon McVittie2007-07-111-3/+124
* | Implement String, UTF8String, ObjectPath in Python; fix variant-level retriev...Simon McVittie2007-07-113-13/+108
* | Implement Byte, ByteArray in pure Python in dbus.data. Deprecate dbus.types.Simon McVittie2007-07-115-10/+161
* | Merge branch 'master' into puritySimon McVittie2007-06-291-1/+2
|\ \ | |/
| * dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie2007-06-291-1/+2
* | Implement the object-path tree in pure PythonSimon McVittie2007-06-212-23/+275
|/