Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only log warnings from commandline script. | Waylan Limberg | 2015-01-31 | 4 | -21/+30 | |
* | Merge pull request #382 from nikolas/patch-1 | Waylan Limberg | 2015-01-28 | 1 | -1/+1 | |
|\ | ||||||
| * | typo fix | nikolas | 2015-01-28 | 1 | -1/+1 | |
| * | Fix typo in release-2.6.txt | nikolas | 2015-01-28 | 1 | -1/+1 | |
|/ | ||||||
* | Add offical support for PyPy. | Waylan Limberg | 2015-01-10 | 3 | -2/+8 | |
* | Added test-requirements.txt | Waylan Limberg | 2015-01-10 | 2 | -4/+5 | |
* | Clean up a few typos and formatting issues. | Waylan Limberg | 2015-01-01 | 2 | -55/+51 | |
* | More refactor of TOC Extension. | Waylan Limberg | 2015-01-01 | 1 | -24/+24 | |
* | Merge branch 'master' of https://github.com/waylan/Python-Markdown | Waylan Limberg | 2015-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #381 from svetlyak40wt/patch-1 | Waylan Limberg | 2014-12-31 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fix a small typo | Alexander Artemenko | 2014-12-31 | 1 | -1/+1 | |
| |/ | ||||||
* / | HeaderId Extension marked as Pending Deprecation. | Waylan Limberg | 2015-01-01 | 6 | -157/+289 | |
|/ | ||||||
* | Added first draft of 2.6 release notes. | Waylan Limberg | 2014-12-30 | 5 | -6/+142 | |
* | PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6) | Waylan Limberg | 2014-12-30 | 3 | -41/+35 | |
* | Preserve order of nested headers in TOC | Waylan Limberg | 2014-12-30 | 4 | -49/+108 | |
* | Merge branch 'temp' | Waylan Limberg | 2014-12-30 | 2 | -14/+54 | |
|\ | ||||||
| * | Complete test coverage of TOC Extension | Waylan Limberg | 2014-12-30 | 2 | -8/+48 | |
| * | Always add toc to Markdown Class Instance | Waylan Limberg | 2014-12-30 | 1 | -6/+6 | |
| * | Add reset support to TOC extension. | Waylan Limberg | 2014-12-30 | 2 | -0/+14 | |
* | | Fix test | Waylan Limberg | 2014-12-30 | 1 | -12/+1 | |
* | | Add reset support to TOC extension. | Waylan Limberg | 2014-12-30 | 2 | -0/+25 | |
|/ | ||||||
* | Better docs of treeprocessor API. | Waylan Limberg | 2014-12-29 | 1 | -3/+14 | |
* | Merge pull request #378 from d0ugal/docs-fix | Waylan Limberg | 2014-12-23 | 1 | -4/+5 | |
|\ | ||||||
| * | Correct the documentation for the slugify function | Dougal Matthews | 2014-12-22 | 1 | -4/+5 | |
* | | Merge pull request #376 from msabramo/flake8 | Waylan Limberg | 2014-12-09 | 2 | -11/+15 | |
|\ \ | ||||||
| * | | flake8ify | Marc Abramowitz | 2014-12-09 | 2 | -11/+15 | |
|/ / | ||||||
* | | Merge branch 'kernc-meta_yaml' | Waylan Limberg | 2014-11-30 | 4 | -14/+110 | |
|\ \ | ||||||
| * | | Add YAML support to Meta extension | Kernc | 2014-11-30 | 3 | -13/+109 | |
| * | | Upped version to 2.6.dev | Waylan Limberg | 2014-11-30 | 1 | -1/+1 | |
| * | | Updated author email | Waylan Limberg | 2014-11-30 | 2 | -2/+3 | |
| |/ | ||||||
* / | Updated author email | Waylan Limberg | 2014-11-30 | 2 | -2/+3 | |
|/ | ||||||
* | Removed 3.1 env from tox | Waylan Limberg | 2014-11-20 | 1 | -1/+1 | |
* | Added flake8 to tox and travis | Waylan Limberg | 2014-11-20 | 2 | -1/+9 | |
* | Completed flake8 cleanup. | Waylan Limberg | 2014-11-20 | 4 | -261/+482 | |
* | Flake8 cleanup (mostly whitespace). | Waylan Limberg | 2014-11-20 | 34 | -708/+955 | |
* | Added 2.5.2 to changelog. | Waylan Limberg | 2014-11-20 | 1 | -0/+2 | |
* | Upped version to 2.5.2.2.5.2-final | Waylan Limberg | 2014-11-19 | 1 | -1/+1 | |
* | Merge pull request #371 from facelessuser/master | Waylan Limberg | 2014-11-19 | 3 | -5/+27 | |
|\ | ||||||
| * | Issue #368: Fix Markdown in raw HTML stops working | facelessuser | 2014-11-19 | 3 | -5/+27 | |
* | | Merge pull request #367 from facelessuser/master | Waylan Limberg | 2014-11-17 | 4 | -51/+56 | |
|\| | ||||||
| * | Issue #366 Recursion error in toc ext | facelessuser | 2014-11-17 | 1 | -48/+47 | |
| * | Issue #365 Bold/Italic nesting fix | facelessuser | 2014-11-17 | 3 | -3/+9 | |
|/ | ||||||
* | Make TestCodeHilite tests working with Pygments 2.0rc1. | Dmitry Shachnev | 2014-11-04 | 1 | -9/+5 | |
* | Updated nl2br example in docs. | Waylan Limberg | 2014-10-28 | 1 | -1/+1 | |
* | Merge pull request #360 from topless/patch-1 | Waylan Limberg | 2014-10-24 | 1 | -1/+1 | |
|\ | ||||||
| * | Changed logging level when loading extensions | Chris Topaloudis | 2014-10-24 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #358 from facelessuser/master | Waylan Limberg | 2014-10-18 | 3 | -2/+5 | |
|\ | ||||||
| * | Fix tail out of order issue | facelessuser | 2014-10-18 | 3 | -2/+5 | |
|/ | ||||||
* | Merge pull request #350 from facelessuser/master | Waylan Limberg | 2014-10-06 | 1 | -10/+10 | |
|\ | ||||||
| * | Use Pygments API | facelessuser | 2014-10-04 | 1 | -10/+10 | |
|/ |