| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+2 |
| |\ | |||||
| | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+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. | ||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ | |||||
| * | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+2 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| |\ | |||||
| | * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension. | Georg Brandl | 2011-01-03 | 1 | -0/+10 |
| |/ | |||||
| * | #310: support exception messages in the ``testoutput`` blocks of the ↵ | Georg Brandl | 2010-01-02 | 1 | -0/+24 |
| ``doctest`` extension. Also add minimal test cases for the doctest extension. | |||||
