| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2009-02-24 | 1 | -0/+2 |
| | | |||||
| * | Add test for coverage builder and fix an AttributeError in it. | georg.brandl | 2008-09-13 | 1 | -0/+1 |
