aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/etree_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Correctly specify minimum version of cElementTree. Fixes #5.Waylan Limberg2011-04-281-2/+2
* sane logging. remove sys.exit() calls (libraries should never ever call sys.e...Craig de Stigter2011-04-181-9/+3
* Fixed previous two commits. cElementTree cannot use ElementTree nodes in the ...Waylan Limberg2010-10-311-2/+2
* Fixed Ticket 80. Added support for ElementTree Comments to be included by thi...Waylan Limberg2010-10-291-6/+10
* Clean up previous commit a little. renamed misc_logging to md_logging and fi...Waylan Limberg2010-07-061-2/+2
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-1/+1
* Refactoring test and getting logging to work properly when etree fails to load.Yuri Takhteyev2008-12-071-0/+3
* More refactoring.Yuri Takhteyev2008-11-181-0/+30