summaryrefslogtreecommitdiff
path: root/dbus/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-6/+13
* Modernize multiline imports in preparation for Python 3 support.Barry Warsaw2011-12-131-19/+15
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-131-4/+0
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-091-13/+17
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-161-4/+3
* Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie2007-04-301-1/+4
* dbus/__init__.py: Add well-known interface, path, bus-name constantsSimon McVittie2007-04-271-0/+8
* dbus/__init__.py: Remove pseudo-tutorial from docstring, we have a tutorial nowSimon McVittie2007-04-271-111/+0
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-251-2/+0
* Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-pythonSimon McVittie2007-01-241-1/+6
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-6/+8
* Bump version to 0.80rc2Simon McVittie2006-12-131-2/+2
* dbus/__init__.py: Import exceptions too in case someone is relying on itSimon McVittie2006-12-131-0/+1
* dbus/__init__.py: Import types submodule into dbus, because Sugar assumes it'...Simon McVittie2006-12-131-0/+3
* NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91Simon McVittie2006-12-061-2/+2
* dbus/__init__.py, dbus/_dbus.py, dbus/service.py: Improve docstrings, imports...Simon McVittie2006-12-051-11/+149
* dbus/__init__.py: remove FIXME commentSimon McVittie2006-12-041-4/+0
* dbus/__init__.py: Document existence of dbus.lowlevelSimon McVittie2006-11-301-1/+1
* dbus/__init__.py: Export get_default_main_loop, set_default_main_loop and sub...Simon McVittie2006-11-301-0/+4
* Bump version to 0.80pre2 (or internally 0.79.2)Simon McVittie2006-11-221-2/+2
* Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie2006-11-221-0/+1
* Add improved main-loop integration.Simon McVittie2006-11-221-2/+0
* Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1)Simon McVittie2006-11-161-1/+2
* Remove Variant from API, add UTF8StringSimon McVittie2006-11-141-1/+1
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-051-2/+1
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+24
* dbus/__init__.py: Annotate __all__ with where the objects come fromSimon McVittie2006-09-061-2/+7
* dbus/__init__.py: Add __all__ (listing a sensible set of public API), __docfo...Simon McVittie2006-08-311-3/+16
* Add some docstrings (reStructuredText with epydoc annotations)Simon McVittie2006-08-301-0/+9
* dbus/__init__.py: Set version to 0.70.Robert McQueen2006-07-121-1/+1
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-121-0/+5