aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/odict.py
Commit message (Expand)AuthorAgeFilesLines
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-5/+7
* Marked a bunch of lines as 'no cover'. Coverage at 91%Waylan Limberg2014-07-111-2/+2
* odict.py: remove usage of iteritems_compat which was not workingDmitry Shachnev2013-03-231-8/+3
* Fix some pyflakes-undefined-name warningsDmitry Shachnev2013-03-151-3/+10
* Now using universal code for Python 2 & 3.Waylan Limberg2013-02-271-40/+62
* Fix all pyflakes unused-import/unused-variable warningsDmitry Shachnev2012-11-091-1/+1
* Merge branch 'master' of github.com:Scorpil/Python-MarkdownScorpil2012-07-201-2/+1
|\
| * Added more expressive description of an error.Scorpil2012-07-201-1/+5
* | Added more expressive description of an error.Scorpil2012-07-201-1/+5
|/
* Fixed 113. We still support Python 2.5 until Markdown version 2.3.Waylan Limberg2012-07-121-1/+1
* Fixed #85. Odict now handles link errors correctly.Waylan Limberg2012-03-191-3/+3
* More refactoring.Yuri Takhteyev2008-11-181-0/+162