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
...
*
Unescape IDs in TOC.
Waylan Limberg
2019-11-25
1
-1
/
+8
*
Show readable error on Python2
Waylan Limberg
2019-11-25
1
-5
/
+12
*
Bump version to 3.2.dev0.
Waylan Limberg
2019-11-25
1
-1
/
+1
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
33
-178
/
+111
*
Always wrap CodeHilite code in <code> tags (#862)
Tim Martin
2019-09-30
1
-1
/
+2
*
Separate Markdown parsing in HTML to separate extension (#859)
Isaac Muse
2019-09-04
2
-71
/
+103
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
2
-17
/
+199
*
Optimize HTML_RE from quadratic time to linear (#804)
Anders Kaseorg
2019-08-14
1
-1
/
+1
*
fix(typo): successfully
Саша Черных
2019-06-16
1
-1
/
+1
*
Use https:// links where available
Jon Dufresne
2019-06-12
19
-24
/
+24
*
Bump version to 3.1.1
3.1.1
Waylan Limberg
2019-05-20
1
-1
/
+1
*
Prefer public packaging module to pkg_resources' private copy of it (#826)
Dmitry Shachnev
2019-05-16
1
-1
/
+4
*
Comply with PEP517 (#824)
Dmitry Shachnev
2019-05-15
2
-34
/
+54
*
Bump version to 3.1
3.1
Waylan Limberg
2019-03-25
1
-1
/
+1
*
Update CLI to support PyYAML 5.1
Waylan Limberg
2019-03-14
1
-3
/
+11
*
Optimize several regexes from quadratic time to linear time
Anders Kaseorg
2019-03-06
1
-5
/
+5
*
Add support for a range to toc_depth.
Klaus Mueller
2019-02-22
1
-4
/
+12
*
Handle overlapping raw HTML matches (#770)
Philip Trauner
2019-02-07
1
-3
/
+8
*
Emphasis pattern treats newlines as whitespace (#785)
Waylan Limberg
2019-02-07
1
-1
/
+1
*
Allow hashes to be escaped in headers (#763)
Isaac Muse
2018-12-22
1
-1
/
+1
*
Use a PEP562 implementation for deprecating attributes (#757)
Isaac Muse
2018-12-22
3
-59
/
+267
*
add: use stacklevel=2 with warning
Daniel Hahler
2018-11-14
1
-3
/
+9
*
Collapse all whitespace in reference ids (#743)
Isaac Muse
2018-10-30
1
-1
/
+1
*
Deprecate version and version_info (#740)
Isaac Muse
2018-10-25
2
-5
/
+66
*
Up version to 3.1.dev0 (#736)
Waylan Limberg
2018-10-21
1
-14
/
+20
*
Ensure block elements are defined per instance
facelessuser
2018-10-09
1
-12
/
+12
*
foot note adjustments (#728)
Isaac Muse
2018-10-09
1
-8
/
+6
*
Fix double escaping of block code (#727)
Isaac Muse
2018-10-07
1
-1
/
+8
*
Bump version to 3.0.1
3.0.1
Waylan Limberg
2018-09-26
1
-1
/
+1
*
Support version_info for backward compat.
Waylan Limberg
2018-09-26
1
-0
/
+1
*
Also update RE_AMP in serializers.py
Dmitry Shachnev
2018-09-25
1
-1
/
+1
*
Make ENTITY_RE support hexadecimal entities
issue712
Dmitry Shachnev
2018-09-25
1
-2
/
+2
*
Bring back the old version variable (#709)
Filipp Lepalaan
2018-09-22
1
-0
/
+3
*
Bump version to 3.0
3.0
Waylan Limberg
2018-09-21
1
-1
/
+1
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-2
/
+9
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
6
-28
/
+47
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
19
-19
/
+35
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
5
-58
/
+40
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
3
-3
/
+4
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
4
-7
/
+23
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
13
-25
/
+257
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
14
-83
/
+130
*
Add 'style' to block level elements
Waylan Limberg
2018-07-27
1
-1
/
+1
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
26
-333
/
+316
*
More acurate Extension type error msg.
Waylan Limberg
2018-07-24
1
-3
/
+5
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-2
/
+7
*
Add missing comma in HTML_EMPTY
zyxw59
2018-07-24
1
-1
/
+1
*
Add the possibility to set additional classes
WhiteWinterWolf
2018-07-24
1
-2
/
+4
*
Add support for PY37 and PYPY3.
Waylan Limberg
2018-07-24
1
-1
/
+1
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
4
-41
/
+51
[prev]
[next]