aboutsummaryrefslogtreecommitdiffstats
path: root/markdown.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced Treap with OrderedDict. Updated regression_tests and extensions. All...Waylan Limberg2008-10-281-168/+188
* Combined the TextPreprocessors and Preprocessors into Preprocessors. Updated ...Waylan Limberg2008-10-201-34/+7
* Cleaned up some commented code from previous commit and added Jack Miller to ...Waylan Limberg2008-10-191-15/+0
* Made InlineProcessor a TreeProcessor. Now an extension can manipulate the tre...Waylan Limberg2008-10-191-285/+281
* Changed Postprocessors to Treeprocessors and TextPostProcessors to Postproces...Waylan Limberg2008-10-191-27/+28
* Made third argument of Treap.add function optional.Artem Yunusov2008-10-161-46/+30
* Fixed the url sanitation after recent refactor. All tests pass now.Waylan Limberg2008-10-131-5/+6
* Fixing the footnotes extension and corresponding fixes to markdown.py.Yuri Takhteyev2008-10-131-7/+7
* Fixed command-line handling.Yuri Takhteyev2008-10-131-8/+5
* Incorporated Ben Wilson's Treap implementation.Yuri Takhteyev2008-10-121-123/+253
* Made private methods actually private (to keep us honest) and removedYuri Takhteyev2008-10-121-453/+427
* Refactored markdown tree traversing logic into a separate classYuri Takhteyev2008-10-121-202/+189
* More cleanup. Refactored all the core parsing logic into a separateYuri Takhteyev2008-10-121-598/+620
* More cleanup.Yuri Takhteyev2008-10-071-68/+34
* All sorts of cleanup.Yuri Takhteyev2008-10-071-396/+291
* Changing logging per Michael Bayer's suggestion.Yuri Takhteyev2008-10-061-55/+58
* Checking if logger level is set before changing it.Yuri Takhteyev2008-10-061-2/+3
* Fixed stupid mistake in previous commit.Waylan Limberg2008-09-041-1/+1
* Moved prettifyETree into a Postprocessor and added code to append all '<br />...Waylan Limberg2008-09-041-25/+40
* Refactor inline placeholders and use strings of random chars for placeholders.Waylan Limberg2008-09-031-19/+12
* Replaced indentation with linebreaks only. At least its more consistant - and...Waylan Limberg2008-09-031-17/+15
* Comments updates.splyer2008-08-241-28/+7
* more_comments test works fine now.Artem Yunusov2008-08-241-1/+2
* isBlockLevel function and HtmlBlockPreprocessor changed. more_comments test w...Artem Yunusov2008-08-241-10/+11
* Fixed some bugs concerning HTML, test extended and works.Artem Yunusov2008-08-241-5/+23
* Fixed Ticket 11. Disabled ``indenteTree`` for `pre` and `code` tags. NowWaylan Limberg2008-08-221-1/+1
* Improved past commit - treated safe raw html properly.Waylan Limberg2008-08-221-2/+1
* Added special case for raw html in safe-mode. The escaped/replaced html is no...Waylan Limberg2008-08-221-2/+3
* Merge branch 'master' of git@gitorious.org:python-markdown/mainlineWaylan Limberg2008-08-221-19/+7
|\
| * Added check for AtomicStrinc instead of ['code', 'pre'] check, deleted some c...Artem Yunusov2008-08-231-19/+7
* | Fixed Ticket 13. Raw block-level html are no longer being inserted into <p> t...Waylan Limberg2008-08-221-1/+1
|/
* As Markdown.__init__ no longer accepts a 'source' keyword, we no longer need ...Waylan Limberg2008-08-221-5/+2
* Empty line bug.Artem Yunusov2008-08-221-5/+7
* Merge git@gitorious.org:python-markdown/mainlineArtem Yunusov2008-08-211-10/+16
|\
| * "sanatize_url" -> "sanitize_url"Yuri Takhteyev2008-08-211-5/+5
| * Changing string to unicode in Neale's fix. Adding test cases.Yuri Takhteyev2008-08-201-1/+1
| * Pattern.compiled_reNeale Pickett2008-08-201-4/+13
* | Got rid of inline sections.Artem Yunusov2008-08-211-24/+51
|/
* 2.0-beta tag.2.0-betaArtem Yunusov2008-08-181-1/+1
* Removed depreciated 'source' keyword argument from Markdown.__init__() in pre...Waylan Limberg2008-08-121-5/+2
* renamed extension module and set import to extension module first, then mdx_f...Waylan Limberg2008-08-111-6/+8
* reorganized the extensions into a seperate dir. Much cleaner looking file sys...Waylan Limberg2008-08-091-3/+6
* AND_SUBSTITUTE -> AMP_SUBSTITUTEArtem Yunusov2008-08-091-12/+18
* Comments cleanup, deleted Markdown._processTree function.Artem Yunusov2008-08-091-48/+60
* ElementTree version check added.Artem Yunusov2008-08-081-3/+16
* Corrected placeholder prefices to proper STX and ETX codes.Yuri Takhteyev2008-08-061-9/+9
* Switching from codecs.decode to codecs.utf_8_decode for compatibility with py...Yuri Takhteyev2008-08-061-1/+1
* Removed 'revision' var as is't no longer useful now that we are useing git ra...Waylan Limberg2008-08-061-8/+1
* Added commandline script and updated CHANGE_LOG and MANIFEST.Waylan Limberg2008-08-051-3/+4
* Added alpha version tag.2.0-alphaArtem Yunusov2008-08-051-2/+2