summaryrefslogtreecommitdiff
path: root/markupsafe/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Added a workaround for Python bug 13598Armin Ronacher2014-05-081-1/+34
* Fixed some pep8 issuesArmin Ronacher2014-05-081-2/+3
* Added docs and more tests for new string formattingArmin Ronacher2014-04-171-5/+35
* Fixed missing escaping for keyword arguments.Armin Ronacher2014-04-171-2/+2
* Fixed __mul__ on Python 3Armin Ronacher2013-05-221-3/+4
* Fixed splitting API on Python 3Armin Ronacher2013-05-221-3/+3
* Fixed interpolation on tuplesArmin Ronacher2013-05-211-1/+1
* Switch to native port and remove 2to3Armin Ronacher2013-05-201-29/+31
* tests for subclassing Markup, overriding escapeBuck Golemon2012-05-151-16/+18
* Fixed partition and rparition. This fixes #1Armin Ronacher2010-09-071-2/+6
* MarkupSafe now provides a escape_silent method as well.Armin Ronacher2010-08-131-3/+3
* Fixed a tiny issue with __all__0.9.3Armin Ronacher2010-08-111-1/+1
* Added testsuiteArmin Ronacher2010-06-221-1/+1
* Added initial commit from Jinja2. TODO: check copyrights!Armin Ronacher2010-06-221-0/+225