| Commit message (Expand) | Author | Age | Files | Lines |
| * | use re.match instead of re.search to improve performance | Leo Hemsted | 2017-12-20 | 1 | -0/+11 |
| * | add copyright info | Leo Hemsted | 2017-12-20 | 4 | -4/+4 |
| * | add Attr.u (Unicode) and Attr.h (HTML named entities) output options (#6) | Yu-Jie Lin | 2016-12-25 | 1 | -1/+15 |
| * | remove deprecations | Yu-Jie Lin | 2016-12-25 | 1 | -47/+2 |
| * | add isort test | Yu-Jie Lin | 2013-11-23 | 4 | -5/+9 |
| * | fix hyphens do not cause a comment not a comment, add more tests | Yu-Jie Lin | 2013-09-21 | 1 | -3/+33 |
| * | add entry for pull request #1, PEP8 fix | Yu-Jie Lin | 2013-09-20 | 1 | -1/+2 |
| * | Fix the primitive tokenizer to handle HTML comments that contain tags, otherw... | Aron Griffis | 2013-09-19 | 1 | -0/+7 |
| * | deprecate fooBarXyz functions | Yu-Jie Lin | 2013-08-28 | 1 | -0/+13 |
| * | fix --- being converted in educateDashes | Yu-Jie Lin | 2013-08-28 | 1 | -1/+1 |
| * | huge changeset for documentation | Yu-Jie Lin | 2013-08-24 | 1 | -1/+1 |
| * | fix deprecated smartyPants() returns nothing, add test file for deprecated st... | Yu-Jie Lin | 2013-08-20 | 2 | -12/+40 |
| * | add --skip to command-line for skipped elements | Yu-Jie Lin | 2013-08-18 | 1 | -0/+20 |
| * | deprecate function name smartyPants(), now smartypants() | Yu-Jie Lin | 2013-08-18 | 1 | -1/+1 |
| * | Properly deprecate default_smartypants_attr | Yu-Jie Lin | 2013-08-18 | 1 | -1/+21 |
| * | deprecate str-type attr instead of direct removal, which will be removed at v... | Yu-Jie Lin | 2013-08-16 | 1 | -1/+16 |
| * | redesign attr input with new Attr class | Yu-Jie Lin | 2013-08-15 | 1 | -3/+3 |
| * | add long_description and test, edit README and setup | Yu-Jie Lin | 2013-08-14 | 1 | -0/+22 |
| * | add CLI script | Yu-Jie Lin | 2013-08-12 | 1 | -0/+64 |
| * | fix convert_quote, it was also turned on since False != "0" | Yu-Jie Lin | 2013-08-12 | 1 | -3/+20 |
| * | add doctest | Yu-Jie Lin | 2013-08-12 | 1 | -0/+8 |
| * | fix PEP8, remove unused codes, separate README and unittest | Yu-Jie Lin | 2013-08-12 | 1 | -0/+53 |