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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Miscellaneous capitalization/spelling fixes
Kevin Yap
2015-04-06
1
-6
/
+6
*
Fix formatting DeprecationWarning messages.
Dmitry Shachnev
2015-02-20
1
-2
/
+2
*
No binary operators at begining of line.
Waylan Limberg
2015-02-18
1
-2
/
+2
*
Fix back-compat import of ext names without dots.
Waylan Limberg
2015-02-02
1
-1
/
+1
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
1
-1
/
+1
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-31
/
+25
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
1
-1
/
+1
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-76
/
+111
*
Changed logging level when loading extensions
Chris Topaloudis
2014-10-24
1
-1
/
+1
*
Added a temp workwround for deprecated short ext names.
Waylan Limberg
2014-09-25
1
-0
/
+4
*
Deprecate positional args for markdownFromFile also.
Waylan Limberg
2014-09-12
1
-0
/
+4
*
Mark "Safe Mode" as pending deprecation.
Waylan Limberg
2014-09-01
1
-6
/
+21
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
1
-6
/
+27
*
More updates to test configs.
Waylan Limberg
2014-08-29
1
-2
/
+2
*
Allow named extensions to specify the Class Name
Waylan Limberg
2014-08-27
1
-10
/
+16
*
Refactored extension importing.
Waylan Limberg
2014-08-27
1
-15
/
+23
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
1
-1
/
+1
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
1
-2
/
+2
*
Support extensions as modules.
Waylan Limberg
2014-05-23
1
-1
/
+1
*
Address various depreciated APIs in Python
Waylan Limberg
2014-01-08
1
-1
/
+1
*
Update __init__.py
Mark Eichin
2013-09-26
1
-1
/
+1
*
fix typo
FND
2013-09-04
1
-1
/
+1
*
Allow extensions to register serializers
Waylan Limberg
2013-08-07
1
-1
/
+1
*
Remove some unused imports
Dmitry Shachnev
2013-03-23
1
-1
/
+0
*
Future imports go after the docstrings
Adam Dinwoodie
2013-03-18
1
-1
/
+1
*
Dict.keys() does not return a list in Python 3.
Waylan Limberg
2013-02-27
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-24
/
+26
*
Footnote ids contain dashes when outputing HTML5.
Waylan Limberg
2013-02-08
1
-1
/
+1
*
Updated docs to reflect extension loading best practices.
Waylan Limberg
2013-02-08
1
-5
/
+0
*
Moved whitespace normalization to a preprocessor.
Waylan Limberg
2013-02-08
1
-4
/
+4
*
Cleaned up fixes for #183
Waylan Limberg
2013-02-08
1
-0
/
+1
*
Preserve whitespace in empty lines
Waylan Limberg
2013-02-07
1
-1
/
+0
*
Preserve empty lines in code blocks
Waylan Limberg
2013-02-06
1
-1
/
+1
*
Upped version to 2.3.dev.
Waylan Limberg
2012-12-05
1
-3
/
+1
*
Merge pull request #159 from mitya57/master
Waylan Limberg
2012-11-09
1
-1
/
+0
|
\
|
*
Fix all pyflakes unused-import/unused-variable warnings
Dmitry Shachnev
2012-11-09
1
-1
/
+0
*
|
Updated fix for #158 for Python <2.7
Waylan Limberg
2012-11-08
1
-1
/
+1
*
|
Fixed #158. Now properly encoding output to stdout.
Waylan Limberg
2012-11-07
1
-8
/
+7
|
/
*
Upped version to 2.2.1.
Waylan Limberg
2012-11-04
1
-2
/
+2
*
Misc typos.
chri
2012-08-28
1
-1
/
+1
*
Fixed encoding issues when writing to stdout.
Waylan Limberg
2012-08-23
1
-2
/
+9
*
Improved `Markdown.set_output_format()`
Waylan Limberg
2012-08-09
1
-4
/
+10
*
Fixed UnicodeEncodeError when output from markdown_py is piped into another p...
Alexander Artemenko
2012-07-26
1
-1
/
+2
*
Fixed #112 and cleaned up error reporting when loading extensions.
Waylan Limberg
2012-07-12
1
-9
/
+13
*
Upped version to 2.2.0-Final.
2.2.0.final
Waylan Limberg
2012-07-05
1
-1
/
+1
*
Fixed #105. Non-existant extensions fail with a warning only.
Waylan Limberg
2012-06-28
1
-1
/
+1
*
Updated version to 2.2.0.alpha.
2.2.0.alpha
Waylan Limberg
2012-05-04
1
-20
/
+20
*
Fixed #82. 'enable_attributes' honors 'safe_mode'.
Waylan Limberg
2012-05-03
1
-0
/
+4
*
Typo fix in doc: s/extension-configs/extension_configs/
Simon Sapin
2012-03-19
1
-1
/
+1
*
Point to docs hosted with PyPI rather than Yuri's missing site.
Waylan Limberg
2012-03-07
1
-1
/
+1
[next]