index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_apis.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-6
/
+6
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
1
-101
/
+203
*
Fix the lost tail issue in inlineprocessors.
facelessuser
2014-09-26
1
-0
/
+14
*
Added a temp workwround for deprecated short ext names.
Waylan Limberg
2014-09-25
1
-9
/
+6
*
Fixed TOC Option parsing.
Waylan Limberg
2014-09-25
1
-1
/
+14
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
1
-5
/
+15
*
More updates to test configs.
Waylan Limberg
2014-08-29
1
-2
/
+2
*
All extension tests now use python dot notation.
Waylan Limberg
2014-08-29
1
-8
/
+10
*
Allow named extensions to specify the Class Name
Waylan Limberg
2014-08-27
1
-2
/
+15
*
Refactored extension importing.
Waylan Limberg
2014-08-27
1
-8
/
+17
*
Fixed a bug in markdown.util.parseBoolValue
Waylan Limberg
2014-08-25
1
-0
/
+5
*
Add test of unsafe HTML in stash with safe_mode='excape'
Waylan Limberg
2014-08-25
1
-0
/
+20
*
Added `--extension_configs` option to the CLI.
Waylan Limberg
2014-08-22
1
-0
/
+141
*
No assertIs in Python 2.6. Fixes #294
Waylan Limberg
2014-04-20
1
-1
/
+1
*
Add tests for the previous two commits
Dmitry Shachnev
2013-09-25
1
-0
/
+13
*
Allow extensions to register serializers
Waylan Limberg
2013-08-07
1
-0
/
+18
*
Serializers now preserve case of tags.
Waylan Limberg
2013-08-07
1
-0
/
+32
*
Remove some unused imports
Dmitry Shachnev
2013-03-23
1
-1
/
+0
*
Testing framework now runs on Python 2 & 3 unmodified.
Waylan Limberg
2012-12-14
1
-21
/
+27
*
Don't import from doctest, it's no longer used
Dmitry Shachnev
2012-08-26
1
-1
/
+0
*
Fixed #112 and cleaned up error reporting when loading extensions.
Waylan Limberg
2012-07-12
1
-3
/
+3
*
Fixed #85. Odict now handles link errors correctly.
Waylan Limberg
2012-03-19
1
-0
/
+8
*
It is spelled 'serializers' not 'searializers'.
Waylan Limberg
2012-01-20
1
-7
/
+7
*
TestCase.assert_ and TestCase.failUnless are depreciated in Python 3 in favor...
Waylan Limberg
2011-07-28
1
-3
/
+3
*
Skip the UnidoceDecodeError API test in Python 3.x as all input should be uni...
Waylan Limberg
2011-07-28
1
-2
/
+3
*
All API tests now utilize our own searializers.
Waylan Limberg
2011-07-27
1
-3
/
+5
*
Fixed a few failing API tests. ElementTree is only available from markdown.ut...
Waylan Limberg
2011-06-21
1
-5
/
+5
*
Added our own xhtml searializer. We no longer use a xml searializer to output...
Waylan Limberg
2011-06-16
1
-6
/
+6
*
Update tests for logging changes. No more message function.
Waylan Limberg
2011-04-28
1
-21
/
+6
*
Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...
Waylan Limberg
2010-11-04
1
-0
/
+45
*
Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...
Waylan Limberg
2010-10-31
1
-2
/
+6
*
Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...
Waylan Limberg
2010-10-29
1
-0
/
+36
*
Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...
Waylan Limberg
2010-08-29
1
-2
/
+2
*
Added logging imports to markdown.extensions which were missed in recent reor...
Waylan Limberg
2010-07-22
1
-0
/
+75
*
Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...
Waylan Limberg
2010-07-06
1
-4
/
+2
*
Moved HtmlStash and base Prosessor classes to the new util module.
Waylan Limberg
2010-07-06
1
-3
/
+3
*
Moved test dir back out of markdown lib. We don't need to install the tests i...
Waylan Limberg
2010-02-12
1
-0
/
+214