summaryrefslogtreecommitdiff
path: root/tests/test_apis.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyspelling to check spelling.Waylan Limberg2023-04-061-36/+36
* Remove previously deprecated objectsWaylan Limberg2022-05-271-110/+4
* Update PrettifyTreeprocessor `<pre><code>` handlingfourpoints2022-05-271-0/+37
* Use `@deprecated` for __setitem__ and __delitem__ of Registry.L2022-05-161-1/+1
* Use `@deprecated` for Registry.add()L2022-05-161-1/+1
* Fix typos and remove trailing spacesKian-Meng Ang2022-04-101-3/+3
* Correctly report if an extension raises a `TypeError`.Charles Merriam2020-04-191-2/+2
* Simplify xml.etree.ElementTree loading (#902)Dmitry Shachnev2020-02-031-50/+47
* Drop support for Python 2.7 (#865)Hugo van Kemenade2019-10-241-18/+2
* Use more specific asserts throughout testsJon Dufresne2019-06-131-25/+25
* Use a PEP562 implementation for deprecating attributes (#757)Isaac Muse2018-12-221-2/+2
* Fix typos in tests namesDmitry Shachnev2018-12-191-3/+3
* Deprecate version and version_info (#740)Isaac Muse2018-10-251-0/+39
* Ensure block elements are defined per instancefacelessuser2018-10-091-0/+12
* Move isBlockLevel to class. (#693)Waylan Limberg2018-07-311-3/+4
* Deprecate md_globals from extension API. (#697)Waylan Limberg2018-07-311-2/+2
* Refactor options testsWaylan Limberg2018-07-311-0/+12
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-291-0/+9
* Consistent copyright headers.Waylan Limberg2018-07-271-2/+20
* Replace homegrown OrderedDict with purpose-built Registry. (#688)Waylan Limberg2018-07-271-147/+212
* Improve serializer test coverageWaylan Limberg2018-07-241-6/+64
* Simplify namespace support in serializer.Waylan Limberg2018-07-241-0/+29
* Simplify output_formats to html and xhtml.Waylan Limberg2018-01-251-3/+3
* Flexible inline (#629)Isaac Muse2018-01-171-5/+5
* Improve test coverage.Waylan Limberg2018-01-131-2/+56
* Refactor Extension loading (#627)Waylan Limberg2018-01-121-43/+6
* Removed deprecated safe_mode.Waylan Limberg2018-01-111-34/+2
* Removed support for deprecated config in ext name.Waylan Limberg2018-01-111-7/+0
* Feature ancestry (#598)Isaac Muse2017-11-231-0/+52
* Tables: Improvements (#530)Isaac Muse2017-01-191-0/+12
* Only log warnings from commandline script.Waylan Limberg2015-01-311-3/+2
* PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)Waylan Limberg2014-12-301-6/+6
* Completed flake8 cleanup.Waylan Limberg2014-11-201-101/+203
* Fix the lost tail issue in inlineprocessors.facelessuser2014-09-261-0/+14
* Added a temp workwround for deprecated short ext names.Waylan Limberg2014-09-251-9/+6
* Fixed TOC Option parsing.Waylan Limberg2014-09-251-1/+14
* Mark special treatment of extension names as PendingDeprecationWaylan Limberg2014-08-291-5/+15
* More updates to test configs.Waylan Limberg2014-08-291-2/+2
* All extension tests now use python dot notation.Waylan Limberg2014-08-291-8/+10
* Allow named extensions to specify the Class NameWaylan Limberg2014-08-271-2/+15
* Refactored extension importing.Waylan Limberg2014-08-271-8/+17
* Fixed a bug in markdown.util.parseBoolValueWaylan Limberg2014-08-251-0/+5
* Add test of unsafe HTML in stash with safe_mode='excape'Waylan Limberg2014-08-251-0/+20
* Added `--extension_configs` option to the CLI.Waylan Limberg2014-08-221-0/+141
* No assertIs in Python 2.6. Fixes #294Waylan Limberg2014-04-201-1/+1
* Add tests for the previous two commitsDmitry Shachnev2013-09-251-0/+13
* Allow extensions to register serializersWaylan Limberg2013-08-071-0/+18
* Serializers now preserve case of tags.Waylan Limberg2013-08-071-0/+32
* Remove some unused importsDmitry Shachnev2013-03-231-1/+0
* Testing framework now runs on Python 2 & 3 unmodified.Waylan Limberg2012-12-141-21/+27