summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools/check-coding-style.mk: Work correctly with out-of-tree buildsSimon McVittie2007-04-301-0/+1
|
* Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie2007-04-245-0/+82
| | | | These are on by default for git builds, off by default for releases.
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-182-89/+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-122-0/+89
* create a check command for distutils (python setup.py check)