summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* finalize v2.0.0v2.0.0Yu-Jie Lin2016-12-281-4/+9
|
* do not build zip sdistYu-Jie Lin2016-12-281-0/+3
|
* drop bdist_wininst build per PEP 527 [1]v2.0.0devYu-Jie Lin2016-12-281-0/+3
| | | | [1] https://www.python.org/dev/peps/pep-0527/#bdist-dmg-bdist-msi-and-bdist-wininst
* add Attr.u (Unicode) and Attr.h (HTML named entities) output options (#6)Yu-Jie Lin2016-12-251-0/+4
|
* remove deprecationsYu-Jie Lin2016-12-251-3/+3
|
* doc8 fixYu-Jie Lin2016-12-251-0/+3
|
* test packages build in test_setupYu-Jie Lin2014-07-201-0/+1
| | | | | | The commit 95649d8b8795 was made to fix the mbcs bug in distutils, which was only discovered during the `make upload` when various packages were built to be uploaded. Testing packages build in virtualenv should avoid this type of situation ever occurring.
* rename target install_test to test_setupYu-Jie Lin2014-07-201-0/+5
|
* finalize v1.8.6v1.8.6Yu-Jie Lin2014-07-191-0/+3
|
* fix #5 UnicodeDecodeError when runs setup.py in Python 3 with special localeYu-Jie Lin2014-07-191-0/+10
| | | | | | Makefile is updated to also test this issue using LC_ALL=3. The invocation of virtualenv is changed to simplify.
* finalize v1.8.5v1.8.5Yu-Jie Lin2014-07-031-0/+6
|
* finalize v1.8.4v1.8.4Yu-Jie Lin2014-06-291-0/+3
|
* fix install_test on missing Wheel package and argpare version option breaks ↵Yu-Jie Lin2014-06-291-0/+3
| | | | CLI on Python
* fix all doc8 errorsYu-Jie Lin2014-05-191-1/+1
|
* add test_doc8 targetYu-Jie Lin2014-05-191-0/+1
|
* add Python Wheel to building processYu-Jie Lin2014-02-231-1/+2
|
* add missing COPYING and CHANGES.rst to package. fix #3Yu-Jie Lin2014-02-081-0/+1
|
* finalize v1.8.3v1.8.3Yu-Jie Lin2013-11-081-8/+13
|
* fix more nested list indentationsYu-Jie Lin2013-10-041-14/+14
|
* fix nested list indentationsYu-Jie Lin2013-10-041-19/+20
|
* tinker Changes and Copyright docs for headings mainlyYu-Jie Lin2013-10-011-97/+181
| | | | | | With headings, it's now cleaner and possible to be linked directly to specific release. Also add a simple guideline how to write the changelog.
* fix hyphens do not cause a comment not a comment, add more testsYu-Jie Lin2013-09-211-2/+4
| | | | In both HTML4 and HTML5, two hyphens should not (HTML4) or must not (HTML5) be contained in comments. This would make sure if they appear in a comment, then the entire comment will be treated as text, which means it will be converted.
* fix incorrect description for pull request #1Yu-Jie Lin2013-09-201-1/+2
|
* fix some changelog entries become defined listYu-Jie Lin2013-09-201-0/+14
|
* add entry for pull request #1, PEP8 fixYu-Jie Lin2013-09-201-0/+1
|
* update documentationYu-Jie Lin2013-08-291-1/+2
|
* finalize v1.8.2v1.8.2Yu-Jie Lin2013-08-281-2/+3
|
* deprecate fooBarXyz functionsYu-Jie Lin2013-08-281-1/+5
|
* fix --- being converted in educateDashesYu-Jie Lin2013-08-281-0/+7
| | | | | The original Perl smartypants.pl does not do such conversion. The ``---`` convsersion was added in v1.5_1.5 (eed4a8a16f11).
* huge changeset for documentationYu-Jie Lin2013-08-241-0/+7
| | | | Now the documentation is generated by Sphinx. Related commands and configurations are also added. Many moved from README.rst to docstrings in the module.
* finalize v1.8.1v1.8.1Yu-Jie Lin2013-08-201-0/+2
|
* fix deprecated smartyPants() returns nothing, add test file for deprecated ↵Yu-Jie Lin2013-08-201-0/+3
| | | | stuff. fix #2
* finalize v1.8.0v1.8.0Yu-Jie Lin2013-08-181-0/+2
|
* add style element to skipped list, remove doctest on the listYu-Jie Lin2013-08-181-1/+1
|
* add --skip to command-line for skipped elementsYu-Jie Lin2013-08-181-1/+3
|
* list detail of MakefileYu-Jie Lin2013-08-181-2/+5
|
* samp and tt as skipped elements, compile regular expression from ↵Yu-Jie Lin2013-08-181-0/+3
| | | | tags_to_skip list
* deprecate function name smartyPants(), now smartypants()Yu-Jie Lin2013-08-181-0/+2
|
* Properly deprecate default_smartypants_attrYu-Jie Lin2013-08-181-1/+1
| | | | 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-161-4/+10
| | | | | | 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.
* redesign attr input with new Attr classYu-Jie Lin2013-08-151-0/+2
|
* add install_test target for checking package installationYu-Jie Lin2013-08-141-0/+1
|
* add --versionYu-Jie Lin2013-08-141-0/+3
|
* add important note on convert_quot fix (b91235d).Yu-Jie Lin2013-08-141-0/+5
|
* finalize v1.7.1v1.7.1Yu-Jie Lin2013-08-141-0/+3
|
* finalize v1.7.0v1.7.0Yu-Jie Lin2013-08-141-1/+1
|
* add CLI scriptYu-Jie Lin2013-08-121-0/+1
|
* deprecate Pyblosxom supportYu-Jie Lin2013-08-121-0/+22
| | | | | | | | | | 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 PEP8, remove unused codes, separate README and unittestYu-Jie Lin2013-08-121-0/+38