summaryrefslogtreecommitdiff
path: root/dbus/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Remove support for Python 2Simon McVittie1-5/+0
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2018-05-02Convert documentation from epydoc to SphinxSimon McVittie1-6/+0
2016-03-05Get the version from the C code, not by generating a Python fileSimon McVittie1-5/+3
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-6/+13
2011-12-13Modernize multiline imports in preparation for Python 3 support.Barry Warsaw1-19/+15
2011-12-13Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie1-4/+0
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie1-13/+17
2007-05-16Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie1-4/+3
2007-04-30Move Interface from dbus._dbus to dbus.proxies (it belongs there really).Simon McVittie1-1/+4
2007-04-27dbus/__init__.py: Add well-known interface, path, bus-name constantsSimon McVittie1-0/+8
2007-04-27dbus/__init__.py: Remove pseudo-tutorial from docstring, we have a tutorial nowSimon McVittie1-111/+0
2007-01-25dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie1-2/+0
2007-01-24Add Makefile target maintainer-update-website to update d.fd.o/doc/dbus-pythonSimon McVittie1-1/+6
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie1-6/+8
2006-12-13Bump version to 0.80rc2Simon McVittie1-2/+2
2006-12-13dbus/__init__.py: Import exceptions too in case someone is relying on itSimon McVittie1-0/+1
2006-12-13dbus/__init__.py: Import types submodule into dbus, because Sugar assumes it'...Simon McVittie1-0/+3
2006-12-06NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91Simon McVittie1-2/+2
2006-12-05dbus/__init__.py, dbus/_dbus.py, dbus/service.py: Improve docstrings, imports...Simon McVittie1-11/+149
2006-12-04dbus/__init__.py: remove FIXME commentSimon McVittie1-4/+0
2006-11-30dbus/__init__.py: Document existence of dbus.lowlevelSimon McVittie1-1/+1
2006-11-30dbus/__init__.py: Export get_default_main_loop, set_default_main_loop and sub...Simon McVittie1-0/+4
2006-11-22Bump version to 0.80pre2 (or internally 0.79.2)Simon McVittie1-2/+2
2006-11-22Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie1-0/+1
2006-11-22Add improved main-loop integration.Simon McVittie1-2/+0
2006-11-16Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1)Simon McVittie1-1/+2
2006-11-14Remove Variant from API, add UTF8StringSimon McVittie1-1/+1
2006-10-05Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie1-2/+1
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-0/+24
2006-09-06dbus/__init__.py: Annotate __all__ with where the objects come fromSimon McVittie1-2/+7
2006-08-31dbus/__init__.py: Add __all__ (listing a sensible set of public API), __docfo...Simon McVittie1-3/+16
2006-08-30Add some docstrings (reStructuredText with epydoc annotations)Simon McVittie1-0/+9
2006-07-12dbus/__init__.py: Set version to 0.70.Robert McQueen1-1/+1
2006-07-12Move python/ to dbus/, the name of the module.Robert McQueen1-0/+5