summaryrefslogtreecommitdiff
path: root/dbus/lowlevel.py
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-131-9/+5
|
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-181-2/+10
|
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-271-13/+17
| | | | removing all references to the LGPL as a result
* Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API ↵Simon McVittie2007-06-211-2/+5
| | | | in dbus.lowlevel
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-7/+7
|
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* dbus.lowlevel: Add module exposing lower-level classes for advanced usersSimon McVittie2006-11-301-0/+27
_dbus_bindings/message-impl.h: Indicate that Message classes' "official" location is dbus.lowlevel