summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag v2.0.0 for changeset 07e5ea8896aaHEADmasterYu-Jie Lin2016-12-280-0/+0
|
* finalize v2.0.0v2.0.0Yu-Jie Lin2016-12-282-5/+10
|
* do not build zip sdistYu-Jie Lin2016-12-282-1/+4
|
* merge v2.0.0devYu-Jie Lin2016-12-289-256/+133
|\
| * drop bdist_wininst build per PEP 527 [1]v2.0.0devYu-Jie Lin2016-12-282-2/+5
| | | | | | | | [1] https://www.python.org/dev/peps/pep-0527/#bdist-dmg-bdist-msi-and-bdist-wininst
| * add looking for new maintainer noticeYu-Jie Lin2016-12-282-0/+11
| |
| * add Attr.u (Unicode) and Attr.h (HTML named entities) output options (#6)Yu-Jie Lin2016-12-253-21/+68
| |
| * use shift operator to form attr instead of binary literalYu-Jie Lin2016-12-251-9/+9
| |
| * remove deprecationsYu-Jie Lin2016-12-254-224/+37
| |
| * doc8 fixYu-Jie Lin2016-12-252-2/+5
|/
* test packages build in test_setupYu-Jie Lin2014-07-202-0/+2
| | | | | | 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-203-5/+10
|
* do not embed command in target namesYu-Jie Lin2014-07-201-4/+12
|
* Added tag v1.8.6 for changeset 71e8dc0a49faYu-Jie Lin2014-07-190-0/+0
|
* finalize v1.8.6v1.8.6Yu-Jie Lin2014-07-192-1/+4
|
* fix codecs mbcs bug in distutilsYu-Jie Lin2014-07-191-0/+13
|
* fix #5 UnicodeDecodeError when runs setup.py in Python 3 with special localeYu-Jie Lin2014-07-193-16/+24
| | | | | | Makefile is updated to also test this issue using LC_ALL=3. The invocation of virtualenv is changed to simplify.
* Added tag v1.8.5 for changeset 78165f497629Yu-Jie Lin2014-07-030-0/+0
|
* finalize v1.8.5v1.8.5Yu-Jie Lin2014-07-032-1/+7
|
* fix #4 requirement of Wheel package, now optionalYu-Jie Lin2014-07-032-4/+7
|
* Added tag v1.8.4 for changeset 460c1add9b9fYu-Jie Lin2014-06-290-0/+0
|
* finalize v1.8.4v1.8.4Yu-Jie Lin2014-06-292-2/+5
|
* fix install_test on missing Wheel package and argpare version option breaks ↵Yu-Jie Lin2014-06-294-4/+9
| | | | CLI on Python
* add PKG-INFO to ignore listYu-Jie Lin2014-05-191-0/+1
|
* fix all doc8 errorsYu-Jie Lin2014-05-193-6/+6
|
* add test_doc8 targetYu-Jie Lin2014-05-193-2/+8
|
* add Python Wheel to building processYu-Jie Lin2014-02-234-2/+9
|
* add missing COPYING and CHANGES.rst to package. fix #3Yu-Jie Lin2014-02-082-0/+3
|
* add isort testYu-Jie Lin2013-11-238-7/+69
|
* Added tag v1.8.3 for changeset c3b1c83c5ddaYu-Jie Lin2013-11-080-0/+0
|
* finalize v1.8.3v1.8.3Yu-Jie Lin2013-11-082-9/+14
|
* 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-014-104/+195
| | | | | | 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.
* add doc for skipped HTML commentsYu-Jie Lin2013-09-211-0/+25
|
* fix hyphens do not cause a comment not a comment, add more testsYu-Jie Lin2013-09-213-7/+59
| | | | 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-202-1/+3
|
* Fix the primitive tokenizer to handle HTML comments that contain tags, ↵Aron Griffis2013-09-192-1/+8
| | | | otherwise this generates completely broken HTML by turning the end-comment into an en-dash.
* fix missing ampersand & in escape sequence table, add doctest to ↵Yu-Jie Lin2013-09-181-15/+20
| | | | process_escapes()
* add about installing latest development codeYu-Jie Lin2013-08-291-2/+12
|
* update documentationYu-Jie Lin2013-08-297-23/+137
|
* install_test stops when test fails, also test to see if smartypants really ↵Yu-Jie Lin2013-08-291-2/+22
| | | | converts a text. add FIXME note on the smartypants_command.py symlink.
* fix version string in documentationYu-Jie Lin2013-08-281-2/+4
|
* Added tag v1.8.2 for changeset 6140b78317beYu-Jie Lin2013-08-280-0/+0
|
* finalize v1.8.2v1.8.2Yu-Jie Lin2013-08-282-3/+4
|
* deprecate fooBarXyz functionsYu-Jie Lin2013-08-284-27/+125
|
* 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
|