Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assertEquals is deprecated - use assertEqual | Martin Vilcans | 2022-11-07 | 1 | -29/+29 |
| | |||||
* | 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 | -2/+1 |
| | |||||
* | Use six.text_type in richstring_test | Martin Vilcans | 2013-08-13 | 1 | -1/+2 |
| | |||||
* | 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 | -6/+6 |
| | | | | I think I don't use its features and it doesn't exist under that name in Python 3. | ||||
* | PEP8 compliance. | Martin Vilcans | 2012-07-08 | 1 | -6/+8 |
| | | | | | | Especially get rid of the "E128 continuation line under-indented for visual indent" which is new in later versions of the pep8 program. | ||||
* | Possible to escape stars (\*) so they aren't parsed as emphasis. | Martin Vilcans | 2011-12-16 | 1 | -0/+6 |
| | |||||
* | Fixed some problems with old RichString tests. | Martin Vilcans | 2011-12-16 | 1 | -9/+20 |
| | | | | | | Sometimes the segments of the RichString objects became RichString objects instead of Segment. That's what you get for dynamic typing I guess... | ||||
* | Added licensing information (MIT license) | Martin Vilcans | 2011-11-28 | 1 | -0/+4 |
| | |||||
* | Some code style changes | Martin Vilcans | 2011-11-26 | 1 | -4/+10 |
| | |||||
* | Fix incorrectly parsing when mixing italic and bold. Thx, Stu! | Martin Vilcans | 2011-11-22 | 1 | -1/+27 |
| | |||||
* | Made RichString non-hierarchical (simpler). | Martin Vilcans | 2011-11-10 | 1 | -35/+61 |
| | | | | Also: FDX output should have correct line breaks now. | ||||
* | Use rich strings for all content. | Martin Vilcans | 2011-09-26 | 1 | -0/+3 |
| | |||||
* | PEP8 compliance. | Martin Vilcans | 2011-09-21 | 1 | -0/+3 |
| | |||||
* | Parse bold, italic and underline (no output yet). | Martin Vilcans | 2011-09-21 | 1 | -0/+122 |