aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded linkDmitry Shachnev2012-09-091-1/+0
* setup.py: Add `long_description` attribute to `data`Dmitry Shachnev2012-09-091-0/+22
* Fixed #141. Minor typo on wikilinks docs.Waylan Limberg2012-09-071-1/+1
* Merge pull request #139 from Grahack/patch-2Waylan Limberg2012-08-291-2/+2
|\
| * Typo: Boolen -> Boolean.Grahack2012-08-291-2/+2
|/
* Merge pull request #137 from mitya57/masterWaylan Limberg2012-08-281-1/+1
|\
| * Fixed not working "index" link in extensions documentationDmitry Shachnev2012-08-281-1/+1
* | Merge pull request #136 from Grahack/typosWaylan Limberg2012-08-284-6/+6
|\ \ | |/ |/|
| * Misc typos.chri2012-08-284-6/+6
|/
* Merge pull request #131 from mitya57/masterWaylan Limberg2012-08-272-2399/+2398
|\
| * Merge commit '63020032eab733ed74f06a687abb5c358de4e931'Dmitry Shachnev2012-08-261-1/+0
| |\
| | * Don't import from doctest, it's no longer usedDmitry Shachnev2012-08-261-1/+0
| |/ |/|
| * Fix `footnote_many_footnotes` test as per #129Dmitry Shachnev2012-08-251-2398/+2398
|/
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2012-08-231-1/+1
|\
| * Merge pull request #130 from erikvanzijst/masterWaylan Limberg2012-08-151-1/+1
| |\
| | * Fixed unicode breakage.Erik van Zijst2012-08-141-1/+1
| |/
* / Fixed encoding issues when writing to stdout.Waylan Limberg2012-08-231-2/+9
|/
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2012-08-091-11/+6
|\
| * Removed references to doctests in docs as per #114Waylan Limberg2012-07-261-11/+6
* | Fixed #129. Footnotes now output valid HTML5.Waylan Limberg2012-08-094-17/+22
* | Improved `Markdown.set_output_format()`Waylan Limberg2012-08-091-4/+10
|/
* Fixed #114. Converted doctests to unittests. While I left the doctests there ...Waylan Limberg2012-07-262-1/+275
* Merge pull request #127 from svetlyak40wt/fix-piped-stdoutWaylan Limberg2012-07-261-1/+2
|\
| * Fixed UnicodeEncodeError when output from markdown_py is piped into another p...Alexander Artemenko2012-07-261-1/+2
|/
* Merge pull request #124 from papaeye/lexer+lexerWaylan Limberg2012-07-243-1/+21
|\
| * Added support for <foo>+<bar> lexers of Pygmentspapaeye2012-07-213-1/+21
|/
* Merge pull request #122 from Scorpil/masterWaylan Limberg2012-07-191-1/+4
|\
| * Merge branch 'master' of github.com:Scorpil/Python-MarkdownScorpil2012-07-201-2/+1
| |\
| | * Added more expressive description of an error.Scorpil2012-07-201-1/+5
| * | Added more expressive description of an error.Scorpil2012-07-201-1/+5
| |/
* | Merge pull request #121 from Scorpil/patch-1Waylan Limberg2012-07-181-1/+1
|\ \
| * | Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'. Andrew2012-07-191-1/+1
| |/
* | Merge pull request #120 from apelisse/masterWaylan Limberg2012-07-181-1/+1
|\ \ | |/ |/|
| * Fixes example after moving AtomicString to utilAntoine Pelisse2012-07-181-1/+1
* | Merge pull request #118 from ThiefMaster/patch-1Waylan Limberg2012-07-161-1/+1
|\ \ | |/ |/|
| * Stack Overflow does NOT convert single linebreaks in markdown to `<br>` tags.Adrian2012-07-161-1/+1
|/
* Fixed #115. Make sure all file objects are closed.Waylan Limberg2012-07-122-4/+10
* Fixed 113. We still support Python 2.5 until Markdown version 2.3.Waylan Limberg2012-07-121-1/+1
* Fixed #112 and cleaned up error reporting when loading extensions.Waylan Limberg2012-07-122-12/+16
* Upped version to 2.2.0-Final.2.2.0.finalWaylan Limberg2012-07-051-1/+1
* Removed beta warning from 2.2 release notes.Waylan Limberg2012-07-051-3/+1
* Added .md to README.md etc in MANIFEST.in.Waylan Limberg2012-07-051-3/+3
* Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home...Waylan Limberg2012-06-2816-43/+42
* Fixed #110. Documented the 'fenced_code' extension's support for the 'codehil...Waylan Limberg2012-06-281-0/+13
* Fixed #109. The attr_list extension can now be loaded either before or after ...Waylan Limberg2012-06-281-2/+6
* Fixed #105. Non-existant extensions fail with a warning only.Waylan Limberg2012-06-281-1/+1
* Fix #99. Account for empty header IDs when ensuring uniqueness.Waylan Limberg2012-05-241-1/+1
* Fixed Issue #98. The language designator must start at the beginging of the f...Waylan Limberg2012-05-181-1/+1
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2012-05-041-4/+9
|\
| * Updated docs to reflect fix in #82.Waylan Limberg2012-05-031-4/+9