summaryrefslogtreecommitdiff
path: root/paste/util/quoting.py
Commit message (Expand)AuthorAgeFilesLines
* 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