| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | consistency nits | Georg Brandl | 2014-01-22 | 1 | -1/+2 |
| | | |||||
| * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -35/+30 |
| | | | | | | | | | | | | - 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. | ||||
| * | Fixed long lines and trailing whitespaces. | Tuomas R?s?nen | 2009-05-05 | 1 | -11/+20 |
| | | |||||
| * | Fix a few stylistic nits. | gbrandl | 2009-04-13 | 1 | -55/+55 |
| | | |||||
| * | Add makefile target for easy test coverage checking. | Georg Brandl | 2009-02-22 | 1 | -0/+1163 |
