| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix IndexError when running individual test modules under Python <3.9 | milde | 2022-11-26 | 1 | -1/+1 |
| * | Fix import errors with ``python -m unittest``. | milde | 2022-11-25 | 1 | -0/+7 |
| * | Remove unused local variables | milde | 2022-03-05 | 1 | -1/+1 |
| * | Remove unused imports. | milde | 2022-03-05 | 1 | -5/+4 |
| * | Ensure 2 blank lines around top-level functions and classes. | milde | 2022-03-04 | 1 | -0/+3 |
| * | Remove excess blank lines. | milde | 2022-03-04 | 1 | -1/+0 |
| * | Fix code indentation | milde | 2022-01-29 | 1 | -3/+3 |
| * | Fix trailing whitespace (flake warning W291). | milde | 2022-01-29 | 1 | -2/+1 |
| * | Drop special-casing for Python 2.x in tests and tools. | milde | 2022-01-03 | 1 | -1/+1 |
| * | Drop support for Python 2.3. | milde | 2012-06-22 | 1 | -4/+0 |
| * | python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele... | grubert | 2012-05-01 | 1 | -0/+5 |
| * | Replace deprecated aliases for assert methods with correct names. | milde | 2012-02-03 | 1 | -1/+1 |
| * | Added StopTraversal exception in nodes, to interrupt the traversal cleanly. | blais | 2006-06-28 | 1 | -0/+75 |
