summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-194-13/+19
* Fix typo, in the ten cut and pasted versionsCharles Merriam2020-04-1916-26/+26
* Load entry_points once using importlib.metadata.Waylan Limberg2020-04-184-6/+12
* TOC fix for AtomicString handling (#934)Isaac Muse2020-04-063-3/+42
* Revert: Use simplified regex for html placeholdersfacelessuser2020-04-052-3/+2
* Use simplified regex for html placeholdersReilly Raab2020-03-302-2/+3
* Fixed typos in extensions/codehilite.pyGaurav Kondhare2020-03-221-10/+10
* Remove universal flag from setup.cfgBen Nuttall2020-03-111-3/+0
* Fix simple typo: wihtout -> withoutTim Gates2020-02-211-1/+1
* Bump version to 3.2.13.2.1Waylan Limberg2020-02-122-2/+2
* Fix escaping of HTML special chars (<, >, &) in `.toc_tokens`Jim Porter2020-02-123-16/+44
* Bump version to 3.2.1.dev0.Waylan Limberg2020-02-082-1/+3
* Bump version to 3.2.0.3.2Waylan Limberg2020-02-063-10/+13
* Link test tools and development env documentation.Waylan Limberg2020-02-063-7/+15
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-0317-143/+131
* Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)Jim Porter2020-01-312-28/+87
* Add permalink_title option (#886)Waylan Limberg2019-11-264-7/+43
* Add anchorlink_class and permalink_class options to TOCWaylan Limberg2019-11-264-3/+90
* Remove tox.ini from MANIFESTWaylan Limberg2019-11-261-1/+0
* Document thread safety (#882)Waylan Limberg2019-11-253-2/+10
* Unescape IDs in TOC.Waylan Limberg2019-11-252-1/+42
* Show readable error on Python2Waylan Limberg2019-11-251-5/+12
* Bump version to 3.2.dev0.Waylan Limberg2019-11-251-1/+1
* legacy_attr => legacy_attrs. (#870)NNRepos2019-10-294-6/+6
* Add support for Python 3.8 (#867)Hugo van Kemenade2019-10-244-2/+7
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-2460-255/+132
* Always wrap CodeHilite code in <code> tags (#862)Tim Martin2019-09-304-16/+42
* Close code tagOskar Sharipov2019-09-161-0/+1
* Document PyPy support in setup.pyjohnthagen2019-09-131-0/+2
* Separate Markdown parsing in HTML to separate extension (#859)Isaac Muse2019-09-048-200/+259
* Refactor em strong to consolidate code and fix issue #792Isaac Muse2019-09-036-17/+279
* fix: Typo (#857)Patrick Browne2019-08-311-1/+1
* Optimize HTML_RE from quadratic time to linear (#804)Anders Kaseorg2019-08-144-25/+32
* Added trivial examples to extension docsJamie Scott2019-08-0116-2/+98
* Add a JSON config file example for the CLI docssleepyhollo2019-07-151-1/+15
* Update extra.mdMatt Sephton2019-06-251-1/+1
* fix(typo): successfullyСаша Черных2019-06-161-1/+1
* Use more specific asserts throughout testsJon Dufresne2019-06-132-26/+26
* Use https:// links where availableJon Dufresne2019-06-1237-74/+74
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2019-06-122-2/+2
* Use skip_install=true for lint targetsJon Dufresne2019-06-121-0/+3
* Enable pip cache in Travis CIJon Dufresne2019-06-121-0/+1
* Bump version to 3.1.13.1.1Waylan Limberg2019-05-202-2/+2
* Ensure clean buildsWaylan Limberg2019-05-201-0/+3
* Prefer public packaging module to pkg_resources' private copy of it (#826)Dmitry Shachnev2019-05-162-1/+6
* Comply with PEP517 (#824)Dmitry Shachnev2019-05-156-36/+85
* Bump version to 3.13.1Waylan Limberg2019-03-252-2/+2
* Fix TOC docsWaylan Limberg2019-03-251-7/+7
* Update CLI to support PyYAML 5.1Waylan Limberg2019-03-142-3/+12
* Optimize several regexes from quadratic time to linear timeAnders Kaseorg2019-03-062-6/+6