Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unittest2 (Python 2 compatibility) | Martin Vilcans | 2022-11-07 | 1 | -1/+1 |
| | |||||
* | Removing Python 2 support - no need for six #54 | Martin Vilcans | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | Use six.StringIO for Python 3 compat | Martin Vilcans | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Use unittest2 if available but don't require it. | Martin Vilcans | 2013-08-13 | 1 | -1/+1 |
| | | | | The features of unittest2 are already in Python >=2.7. | ||||
* | Removed dependency on unittest2 | Martin Vilcans | 2013-08-13 | 1 | -2/+2 |
| | | | | I think I don't use its features and it doesn't exist under that name in Python 3. | ||||
* | Added licensing information (MIT license) | Martin Vilcans | 2011-11-28 | 1 | -0/+4 |
| | |||||
* | Some code style changes | Martin Vilcans | 2011-11-26 | 1 | -2/+2 |
| | |||||
* | Fixed bold/underline etc. in FDX. (Capitalization mistake.) | Martin Vilcans | 2011-11-15 | 1 | -9/+9 |
| | |||||
* | Made RichString non-hierarchical (simpler). | Martin Vilcans | 2011-11-10 | 1 | -17/+26 |
| | | | | Also: FDX output should have correct line breaks now. | ||||
* | Just some cleanup/reformatting | Martin Vilcans | 2011-10-01 | 1 | -0/+1 |
| | |||||
* | Added FDX output | Martin Vilcans | 2011-09-29 | 1 | -0/+45 |