summaryrefslogtreecommitdiff
path: root/markupsafe/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Added docs and more tests for new string formattingArmin Ronacher2014-04-171-1/+40
* Fixed missing escaping for keyword arguments.Armin Ronacher2014-04-171-0/+9
* Fixed __mul__ on Python 3Armin Ronacher2013-05-221-0/+3
* Fixed splitting API on Python 3Armin Ronacher2013-05-221-0/+14
* Fixed a broken test on 3.3Armin Ronacher2013-05-221-2/+2
* Fixed interpolation on tuplesArmin Ronacher2013-05-211-0/+15
* Switch to native port and remove 2to3Armin Ronacher2013-05-201-42/+10
* tests for subclassing Markup, overriding escapeBuck Golemon2012-05-151-0/+44
* MarkupSafe now provides a escape_silent method as well.Armin Ronacher2010-08-131-1/+6
* Fixed a tiny issue with __all__0.9.3Armin Ronacher2010-08-111-0/+5
* Added testsuiteArmin Ronacher2010-06-221-0/+70