index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed many failing tests in inline refactor. Still a ways to go.
inline
Waylan Limberg
2015-06-21
209
-7
/
+563
*
Revert to ext short names now that we use entry_points.
Waylan Limberg
2015-04-22
4
-49
/
+49
*
Refactor options tests
Waylan Limberg
2015-04-22
4
-6
/
+12
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2015-04-22
7
-7
/
+8
*
Removed unnessecary no attributes test.
Waylan Limberg
2015-04-22
3
-8
/
+0
*
Removed laxy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2015-04-22
5
-39
/
+22
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2015-04-22
14
-36
/
+44
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2015-04-22
1
-54
/
+0
*
Removed md_globals from extension API.
Waylan Limberg
2015-04-22
1
-1
/
+1
*
Use entry points to load extensions by name.
Waylan Limberg
2015-04-22
2
-19
/
+11
*
Moved testing framework into library.
Waylan Limberg
2015-04-22
2
-307
/
+0
*
100% coverage of core.py and flake8 cleanup.
Waylan Limberg
2015-04-22
1
-2
/
+47
*
Removed deprecated safe_mode.
Waylan Limberg
2015-04-22
20
-531
/
+2
*
Removed unnessecary fake_extension_factory from tests.
Waylan Limberg
2015-04-22
1
-25
/
+0
*
Removed deprecated support for short extension names.
Waylan Limberg
2015-04-22
1
-15
/
+0
*
Removed support for deprecated config in ext name.
Waylan Limberg
2015-04-22
1
-7
/
+0
*
Removed deprecated support for positional args.
Waylan Limberg
2015-04-22
1
-5
/
+5
*
updated tables test
pieterprovoost
2015-04-06
2
-2
/
+11
*
added support for zero row tables
pieterprovoost
2015-04-05
1
-0
/
+3
*
smarty: Add back special case for decade abbreviations
Dmitry Shachnev
2015-03-18
2
-6
/
+6
*
Removed `yaml` option from meta-data extension.
Waylan Limberg
2015-03-08
1
-20
/
+0
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
2
-1
/
+19
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
1
-0
/
+11
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
1
-3
/
+2
*
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
1
-54
/
+105
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-6
/
+6
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
3
-0
/
+53
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
1
-0
/
+42
*
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
1
-0
/
+8
*
Add YAML support to Meta extension
Kernc
2014-11-30
1
-0
/
+42
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
2
-259
/
+480
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
2
-48
/
+69
*
Issue #368: Fix Markdown in raw HTML stops working
facelessuser
2014-11-19
2
-3
/
+24
*
Issue #365 Bold/Italic nesting fix
facelessuser
2014-11-17
2
-1
/
+7
*
Make TestCodeHilite tests working with Pygments 2.0rc1.
Dmitry Shachnev
2014-11-04
1
-9
/
+5
*
Fix tail out of order issue
facelessuser
2014-10-18
2
-1
/
+4
*
Better nested STRONG EM support.
Waylan Limberg
2014-09-26
2
-0
/
+41
*
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
*
Code Blocks must always be AtomicStrings
Waylan Limberg
2014-09-08
2
-2
/
+11
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
2
-21
/
+15
*
Refactored tests to no longer pass configs to names extensions.
Waylan Limberg
2014-08-29
1
-10
/
+19
*
More updates to test configs.
Waylan Limberg
2014-08-29
4
-2
/
+24
*
All extension tests now use python dot notation.
Waylan Limberg
2014-08-29
4
-65
/
+67
*
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
*
Added some inline pattenr tests.
Waylan Limberg
2014-08-25
9
-3
/
+22
*
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
[next]