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
/
inlinepatterns.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pyspelling to check spelling.
Waylan Limberg
2023-04-06
1
-32
/
+32
*
Improve standalone * and _ parsing.
Waylan Limberg
2022-11-15
1
-1
/
+1
*
Remove previously deprecated objects
Waylan Limberg
2022-05-27
1
-6
/
+0
*
[style]: fix various typos in docstrings and comments
Florian Best
2022-03-18
1
-1
/
+1
*
Improve email address validation for Automatic Links
Carlos
2021-08-11
1
-2
/
+2
*
Fix minor grammatical error
Tani N-K
2021-02-15
1
-1
/
+1
*
Support short reference image links.
Waylan Limberg
2020-07-01
1
-0
/
+11
*
Fix issues with complex emphasis
facelessuser
2020-06-22
1
-2
/
+2
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-20
/
+21
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-10
/
+7
*
Refactor em strong to consolidate code and fix issue #792
Isaac Muse
2019-09-03
1
-10
/
+171
*
Optimize HTML_RE from quadratic time to linear (#804)
Anders Kaseorg
2019-08-14
1
-1
/
+1
*
Optimize several regexes from quadratic time to linear time
Anders Kaseorg
2019-03-06
1
-5
/
+5
*
Emphasis pattern treats newlines as whitespace (#785)
Waylan Limberg
2019-02-07
1
-1
/
+1
*
Collapse all whitespace in reference ids (#743)
Isaac Muse
2018-10-30
1
-1
/
+1
*
Make ENTITY_RE support hexadecimal entities
issue712
Dmitry Shachnev
2018-09-25
1
-2
/
+2
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
1
-11
/
+9
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
1
-2
/
+2
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
1
-0
/
+20
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
1
-25
/
+29
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-23
/
+22
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
1
-21
/
+1
*
Flexible inline (#629)
Isaac Muse
2018-01-17
1
-116
/
+367
*
Removed some Py2.4-2.6 specific code.
Waylan Limberg
2018-01-11
1
-14
/
+1
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
1
-58
/
+5
*
Make sure regex patterns are raw strings (#614)
Isaac Muse
2018-01-02
1
-1
/
+1
*
Feature ancestry (#598)
Isaac Muse
2017-11-23
1
-0
/
+2
*
Fix new flake8 722 error
facelessuser
2017-10-26
1
-1
/
+1
*
fix DeprecationWarning: invalid escape sequence
d9pouces
2017-07-25
1
-3
/
+3
*
Fix typo s/Goggle/Google/
Tim Chase
2017-06-03
1
-1
/
+1
*
Better inline code escaping (#533)
Isaac Muse
2017-01-20
1
-5
/
+9
*
Add blank lines after toplevel function definitions.
Dmitry Shachnev
2016-11-18
1
-0
/
+1
*
Fix image titles not following spec
facelessuser
2016-07-26
1
-1
/
+1
*
Ensure InlinePatterns don't drop newlines.
Waylan Limberg
2015-11-06
1
-1
/
+1
*
No binary operators at begining of line.
Waylan Limberg
2015-02-18
1
-6
/
+6
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-49
/
+95
*
Issue #365 Bold/Italic nesting fix
facelessuser
2014-11-17
1
-2
/
+2
*
Better nested STRONG EM support.
Waylan Limberg
2014-09-26
1
-2
/
+6
*
Fix the lost tail issue in inlineprocessors.
facelessuser
2014-09-26
1
-8
/
+8
*
Removed some old code
Waylan Limberg
2014-08-25
1
-4
/
+1
*
Mark a few more lines with 'no cover' - missed them the first time through. T...
Waylan Limberg
2014-07-11
1
-4
/
+4
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
1
-6
/
+6
*
No longer percent encode spaces in urls.
Waylan Limberg
2014-01-09
1
-1
/
+0
*
Only escape ESCAPED_CHARS.
Waylan Limberg
2014-01-09
1
-1
/
+1
*
Fixed parsing of brackets within inline image titles.
Darell Tan
2014-01-05
1
-1
/
+1
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-14
/
+16
*
Whitelisted known safe url schemes in safe_mode. A better fix for #185.
Waylan Limberg
2013-02-06
1
-6
/
+7
*
Forbid javascript:// URLs in safe mode
Philipp Hagemeister
2013-02-05
1
-0
/
+3
*
Enable attributes inside image references
Adam Backstrom
2013-01-27
1
-0
/
+4
[next]