index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for PY37 and PYPY3.
Waylan Limberg
2018-07-24
1
-2
/
+2
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
1
-0
/
+1
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
1
-0
/
+19
*
Moved core to core.py
Waylan Limberg
2018-01-11
1
-28
/
+14
*
Restore code to use markdown_py as the console script name.
Dmitry Shachnev
2017-12-10
1
-1
/
+6
*
Build and upload wheels for releases.
Waylan Limberg
2017-12-08
1
-1
/
+1
*
Switch to setuptools.
Waylan Limberg
2017-12-08
1
-51
/
+19
*
Switch docs to MKDocs (#602)
Waylan Limberg
2017-12-06
1
-154
/
+4
*
Update builds with py35 and py36 support
facelessuser
2017-11-17
1
-0
/
+2
*
Adjust for new PyPI changes
Waylan Limberg
2017-08-17
1
-2
/
+2
*
GitHub/waylan => GitHub/Python-Markdown org
Waylan Limberg
2017-08-17
1
-1
/
+1
*
Add blank lines after toplevel function definitions.
Dmitry Shachnev
2016-11-18
1
-0
/
+2
*
flake8ify
Marc Abramowitz
2014-12-09
1
-8
/
+12
*
Updated author email
Waylan Limberg
2014-11-30
1
-2
/
+2
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
1
-55
/
+72
*
Refactored extension importing.
Waylan Limberg
2014-08-27
1
-1
/
+0
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
1
-4
/
+4
*
Add new "permalink" option to toc extension
Dmitry Shachnev
2013-09-25
1
-1
/
+2
*
Use smarty extension when building docs
Dmitry Shachnev
2013-07-26
1
-1
/
+1
*
Added Python 3.3 to list of supported versions and removed 2.5.
Waylan Limberg
2013-03-06
1
-1
/
+1
*
Now using universal code for Python 2 & 3.
Waylan Limberg
2013-02-27
1
-9
/
+0
*
Build_docs script now uses new Admonition extension.
Waylan Limberg
2013-02-12
1
-1
/
+1
*
Support disabling documentation build via --no-build-docs.
Michał Górny
2013-01-13
1
-1
/
+12
*
No longer support python 2.5
Waylan Limberg
2013-01-10
1
-7
/
+1
*
Fixed #169. The new version stuff now works in python 2 & 3.
Waylan Limberg
2012-12-18
1
-3
/
+12
*
Upped version to 2.3.dev.
Waylan Limberg
2012-12-05
1
-2
/
+16
*
Upped version to 2.2.1.
Waylan Limberg
2012-11-04
1
-2
/
+1
*
Remove unneeded link
Dmitry Shachnev
2012-09-09
1
-1
/
+0
*
setup.py: Add `long_description` attribute to `data`
Dmitry Shachnev
2012-09-09
1
-0
/
+22
*
Fixed #115. Make sure all file objects are closed.
Waylan Limberg
2012-07-12
1
-2
/
+5
*
Updated version to 2.2.0.alpha.
2.2.0.alpha
Waylan Limberg
2012-05-04
1
-8
/
+8
*
Point to docs hosted with PyPI rather than Yuri's missing site.
Waylan Limberg
2012-03-07
1
-3
/
+3
*
Rename docs/*.md => docs/*.txt
Waylan Limberg
2012-03-07
1
-1
/
+1
*
Fixed a few minor redering bugs in docs.
Waylan Limberg
2012-03-07
1
-8
/
+12
*
Refactored Docs to use Sphinx styled template.
Waylan Limberg
2012-03-01
1
-17
/
+42
*
Release 2.1.1. A bugfix release.
2.1.1.final
Waylan Limberg
2012-01-22
1
-1
/
+1
*
Version 2.1.0-Final
2.1.0.final
Waylan Limberg
2011-11-24
1
-1
/
+2
*
Release 2.1.0-Beta
2.1.0.beta
Waylan Limberg
2011-10-10
1
-1
/
+1
*
Added support to build_docs command to copy non markdown files unmodified.
Waylan Limberg
2011-08-23
1
-0
/
+4
*
Update build_docs script for the *.txt -> *.md change in docs.
Waylan Limberg
2011-08-23
1
-9
/
+1
*
The build_docs command now uses extra and toc extensions and a template on th...
Waylan Limberg
2011-08-04
1
-31
/
+14
*
Set version to '2.1.0.alpha'.
2.1.0.alpha
Waylan Limberg
2011-08-03
1
-1
/
+1
*
setup.py: Replaced file(.) with open(.) as Python 3 doesn't have file(.)
Henri Wiechers
2011-01-21
1
-1
/
+1
*
Fixed line length of previous commit. Some of us still use (and prefer) text ...
Waylan Limberg
2011-01-09
1
-2
/
+2
*
Fixed setup.py to work with python 3.x (The imported markdown module in build...
Virgil Dupras
2011-01-09
1
-4
/
+8
*
Added the mechanism for simple unstlyed navigation menu to the generated docs...
Waylan Limberg
2010-08-20
1
-11
/
+30
*
Made the build_docs command a subcommand of build in setup script. This still...
Waylan Limberg
2010-08-20
1
-5
/
+12
*
Added a simple unstyled template to the build_docs script. The generated docs...
Waylan Limberg
2010-08-20
1
-2
/
+35
*
Merge branch 'master' of git@gitorious.org:python-markdown/mainline
Waylan Limberg
2010-08-20
1
-3
/
+4
|
\
|
*
Fixed ticket 69. Corrected a few syntax incompatabilities between python 2.x ...
Waylan Limberg
2010-08-03
1
-3
/
+4
[next]