aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ...Artem Yunusov2008-07-1480-2314/+1871
* Unicode bug fix, stripping top level tags, small changes with identation.Artem Yunusov2008-07-091-7/+8
* Some bug fixes, added function that converts character code to entity defenit...Artem Yunusov2008-07-081-380/+84
* ElementTree support added.Artem Yunusov2008-07-062-145/+225
* Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-039-56/+35
* Placeholder generator in InlineStash changed. Fixed bug with missing link def...Artem Yunusov2008-07-031-55/+57
* New mechanism for processing Inline Patterns.Artem Yunusov2008-07-022-130/+187
* Code blocks escaping bug fixed.Artem2008-06-271-13/+11
* Test suite cleanup. README for markdown2 tests. Separation in two stages(mark...Artem2008-06-2616-115/+103
* Test suite cleanup. README for markdown2 tests. Separation in two stages(mark...Artem2008-06-262-0/+63
* second commitArtem2008-06-2498-0/+1273
* first commitArtem2008-06-243-15/+25
* create the test output directory if it doesn't already exist.Jeff Balogh2008-05-301-0/+3
* Whoops. "ht" -> "hd".Yuri Takhteyev2008-05-301-1/+1
* Making difflib.HtmlDiff optional for compatibility with python 2.3.Yuri Takhteyev2008-05-301-7/+11
* Merge git://gitorious.org/python-markdown/mainlineYuri Takhteyev2008-05-3010-215/+566
|\
| * The code & pre tags in Fenced Code Blocks are now closed properly.Waylan Limberg2008-05-181-5/+5
| * Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister...Waylan Limberg2008-05-144-2/+9
| * Added Meta-Data and HeaderId extensions. Updated setup.py to include all pack...Waylan Limberg2008-05-123-1/+265
| * Added fenced_code extension and .gitignore file.Waylan Limberg2008-05-122-0/+106
| * Cleaned up doc strings and greatly simplified the codehilite extension. Remov...Waylan Limberg2008-05-021-192/+136
| * Updated tests in wikilink extension to match current markdown (use convert, u...Waylan Limberg2008-05-021-20/+50
* | unwrapping urlparse result tuple manually for python 2.4 compatibility.Jeff Balogh2008-05-301-4/+4
|/
* Merge git://gitorious.org/python-markdown/mainlineYuri Takhteyev2008-05-021-1/+1
|\
| * Updated version_info from 'rc-2' to 'final'. Should have done this before the...waylan2008-04-281-1/+1
* | Adding four extensions that weren't in source control before.Yuri Takhteyev2008-05-024-0/+575
|/
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-1911-64/+328
* Added sanatition of link urls when in safe_mode to no longer allow javascript...Waylan Limberg2008-03-183-6/+96
* Added more docstrings. All but a few private methods should now be documented...Waylan Limberg2008-03-131-16/+61
* Added docstrings to pre/post processors and misc aux functions.Waylan Limberg2008-03-121-19/+59
* Added docstrings to NanoDom classes and methods. May be some room for improve...Waylan Limberg2008-03-111-8/+45
* Removed print_error method as it's not being used anywhere.Waylan Limberg2008-03-111-5/+0
* Added docstrings to all root level functions.Waylan Limberg2008-03-111-4/+63
* Fixing minor error in last commit.Waylan Limberg2008-03-101-1/+1
* Edited existing docstrings to more closely conform to PEP 257 and to contain ...Waylan Limberg2008-03-101-106/+180
* Moved line-endings cleanup from transform to convert method so it runs prior ...Waylan Limberg2008-03-063-7/+16
* fixed testing framework to actually use the extensions passed in and a few ot...Waylan Limberg2008-03-036-43/+44
* Some tests I forgot to checking with recent commits.Waylan Limberg2008-03-034-4/+53
* Fixed bugs involving greedy/non-greedy regexesDavid Wolever2008-02-295-79/+9
* Added an example of how to use footnotes, fixed a small bug where the return ...David Wolever2008-02-261-1/+9
* Removed the rigorous type-checking when loading extensions. If it walks like...David Wolever2008-02-261-2/+4
* mdx_footnotes.makeExtension() was crashing because the default value of confi...David Wolever2008-02-261-1/+1
* forgot to include the extension in the error message.David Wolever2008-02-251-2/+2
* Modified the Markdown object to accept extensions as instantiated Extension o...David Wolever2008-02-251-52/+53
* Allow one or two spaces before a blockquote. Fixes [1899925]Waylan Limberg2008-02-231-1/+1
* Added https and ftp to autolinks. Fixes [1897830].Waylan Limberg2008-02-211-1/+1
* forgot to update version_info for 1.7 releaseWaylan Limberg2008-02-202-2/+2
* Added svn:ignore properties to test directories, checked in failing test case.David Wolever2008-02-182-0/+3
* Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py 1.7_FinalWaylan Limberg2008-02-183-3/+18
* Added better documentation to pre & post proccessors and fixed inheritance is...Waylan Limberg2008-02-131-90/+128