| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-27 | `assertEquals` -> `assertEqual` | Tom Christie | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-01-21 | Tweaked some method names to be more clear and added a docstring to the test ↵ | Kevin Stone | |
| case class. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-01-20 | Added test case for format_suffix_patterns to validate changes introduced ↵ | Kevin Stone | |
| with issue #593. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
