summaryrefslogtreecommitdiff
path: root/tests/root/special
Commit message (Collapse)AuthorAgeFilesLines
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
| | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-241-0/+2
|
* Add test for coverage builder and fix an AttributeError in it.georg.brandl2008-09-131-0/+1