aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_apis.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't import from doctest, it's no longer usedDmitry Shachnev2012-08-261-1/+0
* Fixed #112 and cleaned up error reporting when loading extensions.Waylan Limberg2012-07-121-3/+3
* Fixed #85. Odict now handles link errors correctly.Waylan Limberg2012-03-191-0/+8
* It is spelled 'serializers' not 'searializers'.Waylan Limberg2012-01-201-7/+7
* TestCase.assert_ and TestCase.failUnless are depreciated in Python 3 in favor...Waylan Limberg2011-07-281-3/+3
* Skip the UnidoceDecodeError API test in Python 3.x as all input should be uni...Waylan Limberg2011-07-281-2/+3
* All API tests now utilize our own searializers.Waylan Limberg2011-07-271-3/+5
* Fixed a few failing API tests. ElementTree is only available from markdown.ut...Waylan Limberg2011-06-211-5/+5
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-161-6/+6
* Update tests for logging changes. No more message function.Waylan Limberg2011-04-281-21/+6
* Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...Waylan Limberg2010-11-041-0/+45
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-2/+6
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-0/+36
* Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-2/+2