summaryrefslogtreecommitdiff
path: root/tools/session.conf
Commit message (Collapse)AuthorAgeFilesLines
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-24/+0
| | | | | | | | | | | | | | In the process: HACKING.txt: update include/dbus-python.h: add some typedefs to make it saner bus.c, conn.c, conn-methods.c: further alter docstrings to keep epydoc happy exceptions.c: create exceptions in a more longwinded way for Python 2.5 compatibility message-get-args.c, bus/__init__.py: tweak docstrings dbus/introspect_parser.py: make docstring valid reStructuredText run-test.sh: simplify, since configure now does some of the work test/*.py: use paths from run-test.sh, cope with out-of-tree builds test-standalone.py: carry out additional sanity checks
* * Add tests backJohn (J5) Palmieri2006-07-121-0/+24
* create a check command for distutils (python setup.py check)