aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* smart_emphasis keyword > legacy_em extension.Waylan Limberg2018-07-311-1/+1
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+22
* Add support for PY37 and PYPY3.Waylan Limberg2018-07-241-2/+2
* Moved enable_attributes keyword to extension: legacy_attrs.Waylan Limberg2018-07-241-0/+1
* Refactor Extension loading (#627)Waylan Limberg2018-01-121-0/+19
* Moved core to core.pyWaylan Limberg2018-01-111-28/+14
* Restore code to use markdown_py as the console script name.Dmitry Shachnev2017-12-101-1/+6
* Build and upload wheels for releases.Waylan Limberg2017-12-081-1/+1
* Switch to setuptools.Waylan Limberg2017-12-081-51/+19
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-154/+4
* Update builds with py35 and py36 supportfacelessuser2017-11-171-0/+2
* Adjust for new PyPI changesWaylan Limberg2017-08-171-2/+2
* GitHub/waylan => GitHub/Python-Markdown orgWaylan Limberg2017-08-171-1/+1
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-181-0/+2
* flake8ifyMarc Abramowitz2014-12-091-8/+12
* Updated author emailWaylan Limberg2014-11-301-2/+2
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-55/+72
* Refactored extension importing.Waylan Limberg2014-08-271-1/+0
* 'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...Waylan Limberg2014-08-211-4/+4
* Add new "permalink" option to toc extensionDmitry Shachnev2013-09-251-1/+2
* Use smarty extension when building docsDmitry Shachnev2013-07-261-1/+1
* Added Python 3.3 to list of supported versions and removed 2.5.Waylan Limberg2013-03-061-1/+1
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-9/+0
* Build_docs script now uses new Admonition extension.Waylan Limberg2013-02-121-1/+1
* Support disabling documentation build via --no-build-docs.Michał Górny2013-01-131-1/+12
* No longer support python 2.5Waylan Limberg2013-01-101-7/+1
* Fixed #169. The new version stuff now works in python 2 & 3.Waylan Limberg2012-12-181-3/+12
* Upped version to 2.3.dev.Waylan Limberg2012-12-051-2/+16
* Upped version to 2.2.1.Waylan Limberg2012-11-041-2/+1
* Remove unneeded linkDmitry Shachnev2012-09-091-1/+0
* setup.py: Add `long_description` attribute to `data`Dmitry Shachnev2012-09-091-0/+22
* Fixed #115. Make sure all file objects are closed.Waylan Limberg2012-07-121-2/+5
* Updated version to 2.2.0.alpha.2.2.0.alphaWaylan Limberg2012-05-041-8/+8
* Point to docs hosted with PyPI rather than Yuri's missing site.Waylan Limberg2012-03-071-3/+3
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-1/+1
* Fixed a few minor redering bugs in docs.Waylan Limberg2012-03-071-8/+12
* Refactored Docs to use Sphinx styled template.Waylan Limberg2012-03-011-17/+42
* Release 2.1.1. A bugfix release.2.1.1.finalWaylan Limberg2012-01-221-1/+1
* Version 2.1.0-Final2.1.0.finalWaylan Limberg2011-11-241-1/+2
* Release 2.1.0-Beta2.1.0.betaWaylan Limberg2011-10-101-1/+1
* Added support to build_docs command to copy non markdown files unmodified.Waylan Limberg2011-08-231-0/+4
* Update build_docs script for the *.txt -> *.md change in docs.Waylan Limberg2011-08-231-9/+1
* The build_docs command now uses extra and toc extensions and a template on th...Waylan Limberg2011-08-041-31/+14
* Set version to '2.1.0.alpha'.2.1.0.alphaWaylan Limberg2011-08-031-1/+1
* setup.py: Replaced file(.) with open(.) as Python 3 doesn't have file(.)Henri Wiechers2011-01-211-1/+1
* Fixed line length of previous commit. Some of us still use (and prefer) text ...Waylan Limberg2011-01-091-2/+2
* Fixed setup.py to work with python 3.x (The imported markdown module in build...Virgil Dupras2011-01-091-4/+8
* Added the mechanism for simple unstlyed navigation menu to the generated docs...Waylan Limberg2010-08-201-11/+30
* Made the build_docs command a subcommand of build in setup script. This still...Waylan Limberg2010-08-201-5/+12
* Added a simple unstyled template to the build_docs script. The generated docs...Waylan Limberg2010-08-201-2/+35