Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | The most notable changes are the use of unicode_literals and absolute_imports. Actually, absolute_imports was the biggest deal as it gives us relative imports. For the first time extensions import markdown relative to themselves. This allows other packages to embed the markdown lib in a subdir of their project and still be able to use our extensions. | ||||
* | 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 |
| | | | | | Also refactored the version info to force PEP 386 compliance and to avoid the need to change the version in both the source and setup.py | ||||
* | 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 |
| | | | | so that there's no text breakage on PyPI page | ||||
* | 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 |
| | | | | | | | | | The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension. | ||||
* | 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 |
| | | | | | | This is not a full Sphinx implementation. Just a limited implementation which converts our markdown source filed to work with the default css for Sphinx so it looks like Pythons docs. | ||||
* | Release 2.1.1. A bugfix release.2.1.1.final | Waylan Limberg | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | Version 2.1.0-Final2.1.0.final | Waylan Limberg | 2011-11-24 | 1 | -1/+2 |
| | |||||
* | Release 2.1.0-Beta2.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 ↵ | Waylan Limberg | 2011-08-04 | 1 | -31/+14 |
| | | | | the file system. | ||||
* | 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 |
| | | | | editors on the console. Let's keep lines under 80 characters in length. | ||||
* | Fixed setup.py to work with python 3.x (The imported markdown module in ↵ | Virgil Dupras | 2011-01-09 | 1 | -4/+8 |
| | | | | build_docs would be the one that wasn't 2to3'ed, thus causing a syntax error). | ||||
* | Added the mechanism for simple unstlyed navigation menu to the generated ↵ | Waylan Limberg | 2010-08-20 | 1 | -11/+30 |
| | | | | docs. Still need to add the data to the docs themselves. That will come when I update the docs. | ||||
* | Made the build_docs command a subcommand of build in setup script. This ↵ | Waylan Limberg | 2010-08-20 | 1 | -5/+12 |
| | | | | still does not install docs on the system. It just writes html to the temp build dir. | ||||
* | Added a simple unstyled template to the build_docs script. The generated ↵ | Waylan Limberg | 2010-08-20 | 1 | -2/+35 |
| | | | | docs (should) now validate as xhtml - assuming they parse correctly. I suspect the docs need some updating though. | ||||
* | 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 |
| | | | | | | | | and 3.x in the setup script. Now the script actually can run 2to3 automaticaly when run under Python 3.x. Thanks for the report Virgil Dupras. | ||||
* | | Added a build_docs command to setup script. This command only builds ↵ | Waylan Limberg | 2010-08-20 | 1 | -1/+57 |
|/ | | | | (converts text files to html) in the build dir. It does not install them on the system. | ||||
* | The 2to3 tool now gets run automaticaly when building in Python 3.x. | Waylan Limberg | 2010-07-14 | 1 | -1/+10 |
| | |||||
* | Made some changes to setup.py. Markdown version is now set to 2.1.0.Dev as ↵ | Waylan Limberg | 2010-07-14 | 1 | -2/+2 |
| | | | | it should have been for some time now. Also updated classifiers to correctly represent the Python versions we support. Removed 2.3 and added 2.7. | ||||
* | Fixed Ticket 66. We have dropped official support for Python 3.0 and now ↵ | Waylan Limberg | 2010-07-14 | 1 | -1/+1 |
| | | | | only officially support Python 3.1+ in the Python 3 series (we still support 2.4, 2.5 & 2.6 in the Python 2 series). If you really must use Python 3.0, we suggest using Python 3.1's 2to3 tool. See comment in source and Ticket 66 for more. | ||||
* | Fixed Ticket 63. Changed name of commandline script (again) to 'markdown_py' ↵ | Waylan Limberg | 2010-07-01 | 1 | -4/+10 |
| | | | | because 'markdown' conflicts with the perl implementation. 'markdown_py' will at least still work with tab completion when the user types 'markdown'. | ||||
* | Fixed a silly bug in setup.py. Importing version from the lib requires that ↵2.0.3 | Waylan Limberg | 2009-10-07 | 1 | -1/+2 |
| | | | | all dependencaies for the lib are present, so we can't actuly import the lib until after we check for dependencies - which means we can't import version in the setup script. Grrr. We'll have to remember to update the version number in both places from now on. Sigh. | ||||
* | Updated setup script to include dependency for elementtree when python ↵ | Waylan Limberg | 2009-07-31 | 1 | -33/+38 |
| | | | | version < 2.5. Since Cheetah just added a dependency on Markdown (in 2.2.2) we've received numerious complaints from people trying to easy_install Cheetah on older pythons. | ||||
* | Fixed commandline issues and upped version to 2.0.1-beta. Renamed ↵ | Waylan Limberg | 2009-05-05 | 1 | -1/+29 |
| | | | | markdown.py to markdown and added a markdown.bat wrapper for win32. Also had to put markdown script in a bin dir so it doesn't clash with the markdown lib dir because win32 doesn't allow a dir and file of the same name in same parent dir. | ||||
* | Set version to 2.0-rc2. | Waylan Limberg | 2009-03-19 | 1 | -1/+0 |
| | |||||
* | Upped version to 2.0-rc12.0-rc1 | Waylan Limberg | 2009-03-08 | 1 | -2/+3 |
| | |||||
* | Added some more meta-data to setup.py. Shouldn't have to manually edit pypi ↵ | Waylan Limberg | 2009-02-04 | 1 | -0/+14 |
| | | | | page anymore. | ||||
* | Updated setup.py license to match the actual license. | Waylan Limberg | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Updated setup.py and MANIFEST for recent package refactor. | Waylan Limberg | 2008-11-22 | 1 | -4/+3 |
| | |||||
* | More cleanup. Not sure why some executables didn't have shebang lines. They ↵ | Waylan Limberg | 2008-10-29 | 1 | -0/+2 |
| | | | | do now. | ||||
* | Cleaning house. Actually have all executables be executable and stop Vim's ↵ | Waylan Limberg | 2008-10-28 | 1 | -0/+0 |
| | | | | .swp files from showing up in git status. | ||||
* | 2.0-beta tag.2.0-beta | Artem Yunusov | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | renamed extension module and set import to extension module first, then ↵ | Waylan Limberg | 2008-08-11 | 1 | -1/+1 |
| | | | | mdx_filename | ||||
* | More cleanup of setup.py | Waylan Limberg | 2008-08-09 | 1 | -1/+0 |
| | |||||
* | Cleaned up setup.py | Waylan Limberg | 2008-08-09 | 1 | -11/+3 |
| |