summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix --- being converted in educateDashesYu-Jie Lin2013-08-283-3/+9
| | | | | The original Perl smartypants.pl does not do such conversion. The ``---`` convsersion was added in v1.5_1.5 (eed4a8a16f11).
* only generate documentation when necessaryYu-Jie Lin2013-08-262-2/+6
|
* rename doc references to reference, edit _Attr docstringYu-Jie Lin2013-08-253-4/+4
|
* fix unavailable setup.py Sphinx-related commands causing errorYu-Jie Lin2013-08-241-2/+5
|
* huge changeset for documentationYu-Jie Lin2013-08-2423-415/+1142
| | | | Now the documentation is generated by Sphinx. Related commands and configurations are also added. Many moved from README.rst to docstrings in the module.
* fix command-line --skip option help messageYu-Jie Lin2013-08-231-1/+1
|
* Added tag v1.8.1 for changeset 7839b0eab3e9Yu-Jie Lin2013-08-200-0/+0
|
* finalize v1.8.1v1.8.1Yu-Jie Lin2013-08-202-1/+3
|
* fix deprecated smartyPants() returns nothing, add test file for deprecated ↵Yu-Jie Lin2013-08-204-13/+44
| | | | stuff. fix #2
* Added tag v1.8.0 for changeset fd8ccc937af7Yu-Jie Lin2013-08-180-0/+0
|
* finalize v1.8.0v1.8.0Yu-Jie Lin2013-08-183-1/+6
|
* add style element to skipped list, remove doctest on the listYu-Jie Lin2013-08-183-6/+4
|
* fix deprecation warning for smartyPants()Yu-Jie Lin2013-08-181-1/+2
|
* add --skip to command-line for skipped elementsYu-Jie Lin2013-08-183-1/+28
|
* 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 ↵Yu-Jie Lin2013-08-183-11/+65
| | | | tags_to_skip list
* deprecate function name smartyPants(), now smartypants()Yu-Jie Lin2013-08-186-11/+22
|
* Properly deprecate default_smartypants_attrYu-Jie Lin2013-08-184-7/+44
| | | | b4d164b6a497 uses new class, but it's still using the variable. Now it will use Attr.default property, although it's now still get the value from that variable.
* deprecate str-type attr instead of direct removal, which will be removed at ↵Yu-Jie Lin2013-08-164-13/+67
| | | | | | v2.0.0. Attr "-1" now is Attr.s (or "s") a temporary function _str_attr_to_int is added for the transition before v2.0.0.
* 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
| | | | | | | | | | | | | | | | | | | | Since no one is going to main the Pyblosxom part of code, it's best for retirement for that. Futuremore, smartypants.py should keep generic rather than binding with specific softwares. It should be very easy to wrap smartypants.py and make a new plugin. The support will be removed at Version 2.0.0
| * 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
| | | | | | | | | | | | | | In backout commit e55523746e8b, the reasons of the backout are: * No one to maintain the hbs language, it would be outdated eventually. * No need for these management scrtips anymore.
| * Backed out changeset c13cd24b489aYu-Jie Lin2013-08-112-257/+4
| |