aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_apis.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few failing API tests. ElementTree is only available from markdown.ut...Waylan Limberg2011-06-211-5/+5
* Added our own xhtml searializer. We no longer use a xml searializer to output...Waylan Limberg2011-06-161-6/+6
* Update tests for logging changes. No more message function.Waylan Limberg2011-04-281-21/+6
* Fixed Ticket 74. AtomicStrings should now be ackowledged (and preserved) in a...Waylan Limberg2010-11-041-0/+45
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-2/+6
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-0/+36
* Fixed Ticket 71. Wrapper functions no longer do there own thing with extensio...Waylan Limberg2010-08-291-2/+2
* Added logging imports to markdown.extensions which were missed in recent reor...Waylan Limberg2010-07-221-0/+75
* Removed Global variable HTML_PLACEHOLDER. Use HtmlStash.get_placeholder(key) ...Waylan Limberg2010-07-061-4/+2
* Moved HtmlStash and base Prosessor classes to the new util module.Waylan Limberg2010-07-061-3/+3
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-121-0/+214