summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix doctest for sampYu-Jie Lin2013-08-181-1/+1
* list detail of MakefileYu-Jie Lin2013-08-181-2/+5
* samp and tt as skipped elements, compile regular expression from tags_to_skip...Yu-Jie Lin2013-08-183-11/+65
* deprecate function name smartyPants(), now smartypants()Yu-Jie Lin2013-08-186-11/+22
* Properly deprecate default_smartypants_attrYu-Jie Lin2013-08-184-7/+44
* deprecate str-type attr instead of direct removal, which will be removed at v...Yu-Jie Lin2013-08-164-13/+67
* make test for everythingYu-Jie Lin2013-08-161-0/+11
* redesign attr input with new Attr classYu-Jie Lin2013-08-155-131/+124
* hardcoded the pathYu-Jie Lin2013-08-141-1/+2
* add install_test target for checking package installationYu-Jie Lin2013-08-142-1/+21
* add --versionYu-Jie Lin2013-08-142-1/+5
* add important note on convert_quot fix (b91235d).Yu-Jie Lin2013-08-141-0/+5
* Added tag v1.7.1 for changeset aaeb8099a24aYu-Jie Lin2013-08-140-0/+0
* finalize v1.7.1v1.7.1Yu-Jie Lin2013-08-142-1/+4
* fix README-PyPI.rst missing while installingYu-Jie Lin2013-08-141-0/+1
* edit tag names for versionsYu-Jie Lin2013-08-140-0/+0
* Added tag v1.7.0 for changeset 096ed5f806b6Yu-Jie Lin2013-08-140-0/+0
* finalize v1.7.0v1.7.0Yu-Jie Lin2013-08-142-2/+2
* add Makefile to ensure same release fashion every timeYu-Jie Lin2013-08-142-0/+10
* add long_description and test, edit README and setupYu-Jie Lin2013-08-145-76/+78
* fix typesettings, make more fitting pantsYu-Jie Lin2013-08-131-59/+57
* drop c94ddab86075 headYu-Jie Lin2013-08-1210-1116/+1274
|\
| * update for more informationYu-Jie Lin2013-08-121-28/+20
| * add CLI scriptYu-Jie Lin2013-08-125-12/+160
| * deprecate Pyblosxom supportYu-Jie Lin2013-08-123-84/+39
| * fix convert_quote, it was also turned on since False != "0"Yu-Jie Lin2013-08-122-6/+23
| * refactor condition checksYu-Jie Lin2013-08-121-6/+6
| * add doctestYu-Jie Lin2013-08-122-10/+19
| * 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-124-479/+477
| * tab to 4 spacesYu-Jie Lin2013-08-111-537/+537
| * set up setup.py, COPYING, and hgignoreYu-Jie Lin2013-08-114-8/+302
| * Put back Python 3 support, version history, and tagsYu-Jie Lin2013-08-111-1/+6
| * Backed out changeset c13cd24b489aYu-Jie Lin2013-08-112-257/+4
* | update tagsconvert-repo2013-08-090-0/+0
* | Abandon python2 for emitting the HTML doc at running the module. You better ...v1.5_1.7C Miller2013-08-092-3/+3
* | Correctly encode output.C Miller2013-08-091-2/+2
* | Doc output string has to be decoded back to unicode.C Miller2013-08-092-2/+3
* | Make rule "emit" writes real files from bzr now.C Miller2013-08-091-1/+1
* | Update version in fileC Miller2013-08-092-2/+9
* | Add Python3 support.C Miller2013-08-092-2/+3
|/
* - Add HBS language translation. Patch by by Vera Djuraskovic fromC Miller2013-08-092-4/+257
* - 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
* Some single quotes weren't replaced properly. Diff-tesuji played by Benjamin...v1.5_1.2C Miller2013-08-091-7/+10