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
/
markdown
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
6
-52
/
+28
*
Inital attempt at an inline refactor.
Waylan Limberg
2015-06-19
2
-33
/
+142
*
flake8 cleanup.
Waylan Limberg
2015-04-22
1
-1
/
+0
*
Revert to ext short names now that we use entry_points.
Waylan Limberg
2015-04-22
1
-6
/
+6
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2015-04-22
5
-58
/
+40
*
Removed laxy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2015-04-22
3
-4
/
+5
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2015-04-22
4
-42
/
+47
*
Removed some Python2.6- specific code.
Waylan Limberg
2015-04-22
1
-14
/
+1
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2015-04-22
1
-18
/
+4
*
Cleaned up some old Python 2.4 code.
Waylan Limberg
2015-04-22
1
-7
/
+1
*
All Markdown instances are now 'md'.
Waylan Limberg
2015-04-22
14
-82
/
+82
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2015-04-22
1
-93
/
+0
*
Removed md_globals from extension API.
Waylan Limberg
2015-04-22
19
-21
/
+19
*
Replaced scripts with 'console_scripts' entry points.
Waylan Limberg
2015-04-22
1
-1
/
+1
*
Removed now unnessecary 'makeExtension' functions from extensions.
Waylan Limberg
2015-04-22
18
-72
/
+2
*
Use entry points to load extensions by name.
Waylan Limberg
2015-04-22
1
-39
/
+23
*
Moved testing framework into library.
Waylan Limberg
2015-04-22
1
-0
/
+232
*
100% coverage of core.py and flake8 cleanup.
Waylan Limberg
2015-04-22
3
-8
/
+4
*
Removed unused import.
Waylan Limberg
2015-04-22
1
-1
/
+0
*
Removed deprecated support for positional args on Extension class.
Waylan Limberg
2015-04-22
18
-77
/
+49
*
removed -safe option from commandline script.
Waylan Limberg
2015-04-22
2
-9
/
+0
*
Removed deprecated safe_mode.
Waylan Limberg
2015-04-22
10
-117
/
+24
*
Removed deprecated support for short extension names.
Waylan Limberg
2015-04-22
1
-51
/
+4
*
Removed support for deprecated config in ext name.
Waylan Limberg
2015-04-22
1
-19
/
+2
*
Removed deprecated support for positional args.
Waylan Limberg
2015-04-22
1
-32
/
+4
*
Moved core to core.py
Waylan Limberg
2015-04-22
4
-515
/
+518
*
Upped version to 3.0.0.dev
Waylan Limberg
2015-04-22
1
-1
/
+2
*
Upped version to 2.6.2
2.6.2-final
Waylan Limberg
2015-04-20
1
-1
/
+1
*
Merge pull request #404 from iKevinY/spelling-fixes
Waylan Limberg
2015-04-06
1
-6
/
+6
|
\
|
*
Miscellaneous capitalization/spelling fixes
Kevin Yap
2015-04-06
1
-6
/
+6
*
|
added support for zero row tables
pieterprovoost
2015-04-05
1
-2
/
+2
|
/
*
smarty: Add back special case for decade abbreviations
Dmitry Shachnev
2015-03-18
1
-0
/
+4
*
Add Comment support to toc.
Waylan Limberg
2015-03-14
1
-2
/
+2
*
Upped version to 2.6.1
2.6.1-final
Waylan Limberg
2015-03-08
1
-1
/
+1
*
Removed `yaml` option from meta-data extension.
Waylan Limberg
2015-03-08
1
-34
/
+6
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
1
-2
/
+2
*
Fix formatting DeprecationWarning messages.
Dmitry Shachnev
2015-02-20
1
-2
/
+2
*
Upped version to 2.6 final
2.6-final
Waylan Limberg
2015-02-19
1
-1
/
+1
*
No binary operators at begining of line.
Waylan Limberg
2015-02-18
4
-17
/
+14
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
1
-7
/
+10
*
Upgraded to DeprecationWarning on ext `config` keyword.
Waylan Limberg
2015-02-05
1
-9
/
+11
*
Fix back-compat import of ext names without dots.
Waylan Limberg
2015-02-02
1
-1
/
+1
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
7
-10
/
+9
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
3
-18
/
+28
*
More refactor of TOC Extension.
Waylan Limberg
2015-01-01
1
-24
/
+24
*
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
2
-69
/
+74
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
2
-35
/
+29
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
1
-49
/
+55
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
1
-8
/
+6
*
Always add toc to Markdown Class Instance
Waylan Limberg
2014-12-30
1
-6
/
+6
[next]