summaryrefslogtreecommitdiff
path: root/paste/util/quoting.py
Commit message (Expand)AuthorAgeFilesLines
* Revert change on paste.util.quoting.html_quote()Victor Stinner2015-04-231-1/+4
* Fix paste.util.html_quote(unicode): don't encode the string to escape itVictor Stinner2015-04-221-25/+1
* Fix html_unquote() on Python 3Victor Stinner2015-04-211-5/+11
* Python 3: fix more submodulesVictor Stinner2014-03-191-2/+2
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-2/+3
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-5/+6
* Just a bit more paranoia in quoting comments, though I wasn't able to reprodu...Ian Bicking2010-09-141-1/+8
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-151-0/+7
* correct r7651 comment, this changed as of 2.5.2pjenvey2008-11-191-2/+2
* make html_unquote('') consistently return u'' everywhere -- re.sub('', '', u'')pjenvey2008-11-181-1/+5
* update test for new website contentianb2008-11-161-1/+1
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...maluke2008-05-281-1/+1
* Use the already-available html_unquote functionianb2008-03-251-2/+1
* Added a no-quoting quoterianb2006-01-221-0/+6
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...ianb2005-12-131-1/+9
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Handy module for quoting and unquotingianb2005-07-251-0/+64