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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pyspelling to check spelling.
Waylan Limberg
2023-04-06
1
-11
/
+11
*
Consider <html> a block-level HTML element (#1309)
kernc
2022-12-02
1
-2
/
+2
*
Remove previously deprecated objects
Waylan Limberg
2022-05-27
1
-106
/
+0
*
Drop support for PY36
Waylan Limberg
2022-05-24
1
-9
/
+1
*
Only enumerate extension entry points when required
Aarni Koskela
2022-05-24
1
-9
/
+11
*
Use `@deprecated` for __setitem__ and __delitem__ of Registry.
L
2022-05-16
1
-12
/
+2
*
Use `@deprecated` for Registry.add()
L
2022-05-16
1
-6
/
+1
*
[style]: fix various typos in docstrings and comments
Florian Best
2022-03-18
1
-3
/
+3
*
Support Python 3.10
Waylan Limberg
2021-11-16
1
-4
/
+4
*
Remove SO attributions to sidestep licensing greyness
Jarek Głowacki
2021-07-01
1
-9
/
+12
*
Unify all block-level tags. (#1048)
Waylan Limberg
2020-10-20
1
-4
/
+5
*
Limit depth of blockquotes using Python's recursion limit. (#991)
Waylan Limberg
2020-06-29
1
-0
/
+18
*
Correctly report if an extension raises a `TypeError`.
Charles Merriam
2020-04-19
1
-1
/
+1
*
Load entry_points once using importlib.metadata.
Waylan Limberg
2020-04-18
1
-0
/
+7
*
Simplify xml.etree.ElementTree loading (#902)
Dmitry Shachnev
2020-02-03
1
-17
/
+2
*
Drop support for Python 2.7 (#865)
Hugo van Kemenade
2019-10-24
1
-27
/
+37
*
Use https:// links where available
Jon Dufresne
2019-06-12
1
-1
/
+1
*
Use a PEP562 implementation for deprecating attributes (#757)
Isaac Muse
2018-12-22
1
-38
/
+1
*
add: use stacklevel=2 with warning
Daniel Hahler
2018-11-14
1
-3
/
+9
*
Deprecate version and version_info (#740)
Isaac Muse
2018-10-25
1
-2
/
+40
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
1
-19
/
+20
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
1
-0
/
+11
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
1
-0
/
+21
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
1
-3
/
+28
*
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
1
-0
/
+215
*
Update block level elements.
Waylan Limberg
2018-03-16
1
-10
/
+13
*
Flexible inline (#629)
Isaac Muse
2018-01-17
1
-0
/
+2
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
1
-3
/
+2
*
Make sure regex patterns are raw strings (#614)
Isaac Muse
2018-01-02
1
-6
/
+6
*
Recognize <main> as an HTML5 block level tag. (#525)
daniel-j-mac
2017-01-17
1
-1
/
+1
*
flake8ify
Marc Abramowitz
2014-12-09
1
-3
/
+3
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-19
/
+27
*
Fixed a bug in markdown.util.parseBoolValue
Waylan Limberg
2014-08-25
1
-3
/
+3
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
1
-3
/
+8
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
1
-4
/
+5
*
added nav-tag as block level element
David
2014-03-02
1
-1
/
+1
*
No longer restrict INLUNE_PLACEHOLDER to 4 digits.
Waylan Limberg
2014-02-02
1
-1
/
+1
*
Issue #52
ryneeverett
2013-10-14
1
-3
/
+14
*
Add new "permalink" option to toc extension
Dmitry Shachnev
2013-09-25
1
-1
/
+1
*
Add new utility function parseBoolValue()
Dmitry Shachnev
2013-09-25
1
-0
/
+13
*
Typo in util.py
Grahack
2013-08-24
1
-1
/
+1
*
HeaderID Ext now handles raw html in ids. Fixes #232
Waylan Limberg
2013-07-28
1
-1
/
+4
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-9
/
+22
*
Simlify importing ElementTree
Waylan Limberg
2013-02-26
1
-2
/
+13
*
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
1
-2
/
+0
*
Fixed #151. Raw html matching is now case-insensitive.
Waylan Limberg
2012-10-21
1
-1
/
+1
*
Remove `<ins>` and `<del>` from html block element list
fin
2012-04-11
1
-1
/
+1
*
Fixed #77. util.isBlockLevel() needs to check entire tag passed to it.
Waylan Limberg
2012-01-30
1
-2
/
+2
*
Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear...
Waylan Limberg
2011-06-02
1
-0
/
+1
[next]