| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #120 from apelisse/master | Waylan Limberg | 2012-07-18 | 1 | -1/+1 |
|\ |
|
| * | Fixes example after moving AtomicString to util | Antoine Pelisse | 2012-07-18 | 1 | -1/+1 |
* | | Merge pull request #118 from ThiefMaster/patch-1 | Waylan Limberg | 2012-07-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Stack Overflow does NOT convert single linebreaks in markdown to `<br>` tags. | Adrian | 2012-07-16 | 1 | -1/+1 |
|/ |
|
* | Fixed #115. Make sure all file objects are closed. | Waylan Limberg | 2012-07-12 | 2 | -4/+10 |
* | Fixed 113. We still support Python 2.5 until Markdown version 2.3. | Waylan Limberg | 2012-07-12 | 1 | -1/+1 |
* | Fixed #112 and cleaned up error reporting when loading extensions. | Waylan Limberg | 2012-07-12 | 2 | -12/+16 |
* | Upped version to 2.2.0-Final.2.2.0.final | Waylan Limberg | 2012-07-05 | 1 | -1/+1 |
* | Removed beta warning from 2.2 release notes. | Waylan Limberg | 2012-07-05 | 1 | -3/+1 |
* | Added .md to README.md etc in MANIFEST.in. | Waylan Limberg | 2012-07-05 | 1 | -3/+3 |
* | Fixed #106. Replaced all references to freewisdom.org (except for Yuri's home... | Waylan Limberg | 2012-06-28 | 16 | -43/+42 |
* | Fixed #110. Documented the 'fenced_code' extension's support for the 'codehil... | Waylan Limberg | 2012-06-28 | 1 | -0/+13 |
* | Fixed #109. The attr_list extension can now be loaded either before or after ... | Waylan Limberg | 2012-06-28 | 1 | -2/+6 |
* | Fixed #105. Non-existant extensions fail with a warning only. | Waylan Limberg | 2012-06-28 | 1 | -1/+1 |
* | Fix #99. Account for empty header IDs when ensuring uniqueness. | Waylan Limberg | 2012-05-24 | 1 | -1/+1 |
* | Fixed Issue #98. The language designator must start at the beginging of the f... | Waylan Limberg | 2012-05-18 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:waylan/Python-Markdown | Waylan Limberg | 2012-05-04 | 1 | -4/+9 |
|\ |
|
| * | Updated docs to reflect fix in #82. | Waylan Limberg | 2012-05-03 | 1 | -4/+9 |
* | | Updated version to 2.2.0.alpha.2.2.0.alpha | Waylan Limberg | 2012-05-04 | 2 | -28/+28 |
* | | Added release notes for v2.2.0. | Waylan Limberg | 2012-05-04 | 3 | -17/+87 |
|/ |
|
* | Fixed #82. 'enable_attributes' honors 'safe_mode'. | Waylan Limberg | 2012-05-03 | 1 | -0/+4 |
* | Merge pull request #95 from cataliniacob/master | Waylan Limberg | 2012-04-17 | 4 | -6/+14 |
|\ |
|
| * | Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efab | Catalin Iacob | 2012-04-17 | 3 | -0/+7 |
| * | Fixed #87 | Catalin Iacob | 2012-04-16 | 1 | -6/+7 |
|/ |
|
* | Merge pull request #94 from fin/master | Waylan Limberg | 2012-04-11 | 2 | -0/+2 |
|\ |
|
| * | tests for 9852c2263ef7775d2a508a9c1721148cbf3ae258 | fin | 2012-04-11 | 2 | -0/+2 |
* | | Merge pull request #93 from fin/master | Waylan Limberg | 2012-04-11 | 1 | -1/+1 |
|\| |
|
| * | Remove `<ins>` and `<del>` from html block element list | fin | 2012-04-11 | 1 | -1/+1 |
|/ |
|
* | Allow blockprocessor.run to return True or False. | Waylan Limberg | 2012-03-21 | 1 | -4/+5 |
* | Fixed #85. Odict now handles link errors correctly. | Waylan Limberg | 2012-03-19 | 2 | -3/+11 |
* | Merge pull request #86 from SimonSapin/master | Waylan Limberg | 2012-03-18 | 2 | -3/+3 |
|\ |
|
| * | Typo fix in doc: s/extension-configs/extension_configs/ | Simon Sapin | 2012-03-19 | 2 | -3/+3 |
|/ |
|
* | Point to docs hosted with PyPI rather than Yuri's missing site. | Waylan Limberg | 2012-03-07 | 4 | -9/+10 |
* | Added siteindex to docs. | Waylan Limberg | 2012-03-07 | 5 | -12/+85 |
* | Add release notes, authors and change_log to docs. | Waylan Limberg | 2012-03-07 | 10 | -67/+124 |
* | Shorten INSTALL.md to just point to the docs. | Waylan Limberg | 2012-03-07 | 1 | -68/+1 |
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 30 | -1/+1 |
* | Fixed up some formating errors in docs and added/fixed more internal links. | Waylan Limberg | 2012-03-07 | 10 | -35/+36 |
* | Added a bunch of internal links to the docs. | Waylan Limberg | 2012-03-07 | 4 | -71/+70 |
* | Rewrote parts of install docs for clarity. | Waylan Limberg | 2012-03-07 | 1 | -25/+27 |
* | Renamed a few docswith better file names. | Waylan Limberg | 2012-03-07 | 9 | -26/+25 |
* | Fixed a few minor redering bugs in docs. | Waylan Limberg | 2012-03-07 | 2 | -9/+13 |
* | Refactored Docs to use Sphinx styled template. | Waylan Limberg | 2012-03-01 | 30 | -48/+975 |
* | Fixed #79. stdout now works from windows command line on Python 3. | Waylan Limberg | 2012-02-13 | 1 | -1/+1 |
* | Fixed #78. Added support for two line link refs. | Waylan Limberg | 2012-02-02 | 3 | -14/+21 |
* | Fixed #76. HTML attrs are a dict not a tuple. Silly typo. | Waylan Limberg | 2012-01-30 | 1 | -1/+1 |
* | Fixed #77. util.isBlockLevel() needs to check entire tag passed to it. | Waylan Limberg | 2012-01-30 | 2 | -3/+3 |
* | Fixed #75. Right tags in raw html are more properly identified. | Waylan Limberg | 2012-01-30 | 1 | -1/+1 |
* | Merge pull request #50 from nud/import-extensions | Waylan Limberg | 2012-01-24 | 1 | -6/+7 |
|\ |
|
| * | Allow specifying the full module name for extensions. | Steve Frécinaux | 2011-11-02 | 1 | -6/+7 |