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
*
Allow spaces in image url
image-url-spaces
facelessuser
2017-10-25
1
-10
/
+15
*
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
*
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
1
-1
/
+0
*
Fix silly typo in previous commit.
Waylan Limberg
2012-11-01
1
-1
/
+1
*
A better fix for #155. Unescaping inline placholders now returns the text onl...
Waylan Limberg
2012-11-01
1
-6
/
+19
*
Fixed #154. Inline placeholders in img alt text are now unescaped.
Waylan Limberg
2012-11-01
1
-1
/
+1
*
Fixed #155. Early unescaping of inline placeholders now works when the placeh...
Waylan Limberg
2012-11-01
1
-1
/
+5
*
Fixed #153. Two spaces at end of paragraph is not a linebreak.
Waylan Limberg
2012-10-21
1
-2
/
+0
*
Fixed #152. Spaces in links are now escaped.
Waylan Limberg
2012-10-21
1
-0
/
+1
*
Misc typos.
chri
2012-08-28
1
-1
/
+1
*
Always use Markdown's serializers.
Waylan Limberg
2012-01-20
1
-1
/
+1
*
Inline html is now escaped by the searializer.
Waylan Limberg
2012-01-19
1
-1
/
+2
*
Partial fix for issue introduced in fix for #59
Waylan Limberg
2012-01-19
1
-2
/
+7
*
Fixed #59. Raw HTML parsing is no longer slow.
Waylan Limberg
2012-01-18
1
-2
/
+13
*
Fix logic bug introduced in 35930e0928e19...
Mike Dirolf
2012-01-14
1
-1
/
+1
*
Fixed #69. url_sanitize no longer crashes on unparsable urls.
Waylan Limberg
2012-01-15
1
-9
/
+18
*
Allow UPPERCASE urls in auto links.
Waylan Limberg
2011-10-06
1
-1
/
+1
*
Fixed #39. Refactored escaping so that it only escapes a predifined set of ch...
Waylan Limberg
2011-08-17
1
-3
/
+13
*
Fixed #23. Turns out markdown.pl only allows up to one space between brackets...
Waylan Limberg
2011-06-16
1
-2
/
+2
*
Fixed #19. Improved Start Emphasis regex.
Waylan Limberg
2011-06-07
1
-1
/
+1
*
Minor adjustment to previous commit. Reference links don't need unescaped as ...
Waylan Limberg
2011-06-02
1
-4
/
+4
*
Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear...
Waylan Limberg
2011-06-02
1
-10
/
+23
*
Fixed a few inline issues found from running the currenlty skipped tests from...
Waylan Limberg
2010-11-04
1
-7
/
+9
*
Added short reference links. No more hanging empty brackets on reference link...
Waylan Limberg
2010-10-11
1
-12
/
+15
*
Fixed Ticket 79. Linebreaks in reference link identifiers are now ignored. Th...
Waylan Limberg
2010-10-11
1
-0
/
+5
*
Added the re.UNICODE flag to inlinepatterns. Now all inlinepattern regex will...
Waylan Limberg
2010-09-20
1
-1
/
+2
*
Fixed Ticket 66. We have dropped official support for Python 3.0 and now only...
Waylan Limberg
2010-07-14
1
-4
/
+7
*
A better implementation of globals as attributes on the Markdown class. This ...
Waylan Limberg
2010-07-07
1
-2
/
+2
*
Factored out the building of the various processors and patterns into utility...
Waylan Limberg
2010-07-07
1
-0
/
+28
[next]