summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_cookie
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-3/+3
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-061-0/+1
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-211-0/+4
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-2/+2
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-241-0/+5
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-191-0/+15
* Test case for Cookie.pyAndrew M. Kuchling2000-08-191-0/+7