summaryrefslogtreecommitdiff
path: root/smartypants.py
Commit message (Expand)AuthorAgeFilesLines
* finalize v2.0.0v2.0.0Yu-Jie Lin2016-12-281-1/+1
* add Attr.u (Unicode) and Attr.h (HTML named entities) output options (#6)Yu-Jie Lin2016-12-251-20/+49
* use shift operator to form attr instead of binary literalYu-Jie Lin2016-12-251-9/+9
* remove deprecationsYu-Jie Lin2016-12-251-173/+2
* finalize v1.8.6v1.8.6Yu-Jie Lin2014-07-191-1/+1
* finalize v1.8.5v1.8.5Yu-Jie Lin2014-07-031-1/+1
* finalize v1.8.4v1.8.4Yu-Jie Lin2014-06-291-2/+2
* finalize v1.8.3v1.8.3Yu-Jie Lin2013-11-081-1/+1
* fix hyphens do not cause a comment not a comment, add more testsYu-Jie Lin2013-09-211-2/+22
* Fix the primitive tokenizer to handle HTML comments that contain tags, otherw...Aron Griffis2013-09-191-1/+1
* fix missing ampersand & in escape sequence table, add doctest to process_esca...Yu-Jie Lin2013-09-181-15/+20
* finalize v1.8.2v1.8.2Yu-Jie Lin2013-08-281-1/+1
* deprecate fooBarXyz functionsYu-Jie Lin2013-08-281-25/+106
* fix educateQuotes docstringYu-Jie Lin2013-08-281-3/+1
* add doc and doctest for dashes functions and skipped html stuffYu-Jie Lin2013-08-281-1/+20
* fix --- being converted in educateDashesYu-Jie Lin2013-08-281-2/+1
* rename doc references to reference, edit _Attr docstringYu-Jie Lin2013-08-251-1/+1
* huge changeset for documentationYu-Jie Lin2013-08-241-76/+150
* finalize v1.8.1v1.8.1Yu-Jie Lin2013-08-201-1/+1
* fix deprecated smartyPants() returns nothing, add test file for deprecated st...Yu-Jie Lin2013-08-201-1/+1
* finalize v1.8.0v1.8.0Yu-Jie Lin2013-08-181-1/+1
* add style element to skipped list, remove doctest on the listYu-Jie Lin2013-08-181-3/+1
* fix deprecation warning for smartyPants()Yu-Jie Lin2013-08-181-1/+2
* fix doctest for sampYu-Jie Lin2013-08-181-1/+1
* samp and tt as skipped elements, compile regular expression from tags_to_skip...Yu-Jie Lin2013-08-181-4/+23
* deprecate function name smartyPants(), now smartypants()Yu-Jie Lin2013-08-181-4/+13
* Properly deprecate default_smartypants_attrYu-Jie Lin2013-08-181-4/+21
* deprecate str-type attr instead of direct removal, which will be removed at v...Yu-Jie Lin2013-08-161-0/+36
* redesign attr input with new Attr classYu-Jie Lin2013-08-151-76/+48
* finalize v1.7.1v1.7.1Yu-Jie Lin2013-08-141-1/+1
* finalize v1.7.0v1.7.0Yu-Jie Lin2013-08-141-1/+1
* add long_description and test, edit README and setupYu-Jie Lin2013-08-141-2/+2
* deprecate Pyblosxom supportYu-Jie Lin2013-08-121-1/+11
* fix convert_quote, it was also turned on since False != "0"Yu-Jie Lin2013-08-121-3/+3
* refactor condition checksYu-Jie Lin2013-08-121-6/+6
* add doctestYu-Jie Lin2013-08-121-10/+11
* use int instead of string for do_foobarYu-Jie Lin2013-08-121-34/+34
* fix overused raw/long literal syntaxYu-Jie Lin2013-08-121-42/+44
* Don't use str as variable name, use text, insteadYu-Jie Lin2013-08-121-61/+61
* fix PEP8, remove unused codes, separate README and unittestYu-Jie Lin2013-08-121-479/+60
* tab to 4 spacesYu-Jie Lin2013-08-111-537/+537
* set up setup.py, COPYING, and hgignoreYu-Jie Lin2013-08-111-8/+7
* Put back Python 3 support, version history, and tagsYu-Jie Lin2013-08-111-1/+6
* Backed out changeset c13cd24b489aYu-Jie Lin2013-08-111-250/+4
* - Add HBS language translation. Patch by by Vera Djuraskovic fromC Miller2013-08-091-4/+250
* - Fixed bug where blocks of precious unalterable text was insteadv1.5_1.6C Miller2013-08-091-10/+35
* - Fix bogus magical quotation when there is no hint that thev1.5_1.5C Miller2013-08-091-10/+24
* - Fix a date-processing bug, as reported by jacob childress.v1.5_1.4C Miller2013-08-091-7/+34
* Avoid keyerror when not using flavour.v1.5_1.3.1C Miller2013-08-091-2/+6
* - Abort processing if the flavour is in forbidden-list. Default ofv1.5_1.3C Miller2013-08-091-6/+25