summaryrefslogtreecommitdiff
path: root/tests/test_util
Commit message (Expand)AuthorAgeFilesLines
* Revert change on paste.util.quoting.html_quote()Victor Stinner2015-04-231-2/+6
* Fix paste.util.html_quote(unicode): don't encode the string to escape itVictor Stinner2015-04-221-0/+24
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-2/+0
* Convert files from file format DOS to UNIXVictor Stinner2015-04-212-372/+372
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-1/+1
* Added some more test cases to test_mimeparse that I have found here:Christoph Zwerschke2010-08-191-4/+60
* Added unittests for util.mimeparse and made the module more robust and somewh...Christoph Zwerschke2010-08-191-0/+181
* convert to nose 0.11pjenvey2009-05-071-0/+0
* - updated httpserver to have better documentation for serve()cce2006-01-111-0/+1
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-1/+2
* - better error checking in parse_datetimecce2006-01-081-33/+32
* - making timedate parser throw more exceptions on errorscce2006-01-081-1/+0
* - converted timedelta normalization to be fractions of hourscce2006-01-081-16/+19
* - added some nicer datetime parsing codecce2006-01-081-0/+132
* - wrappers are not the way to go, will be doing some changescce2005-12-271-32/+0
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-261-0/+11
* - making HTTPHeader not be a string object so that it isn'tcce2005-12-261-2/+3
* - adding environ wrapper to paste.utilcce2005-12-261-0/+20