summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_cookie
Commit message (Collapse)AuthorAgeFilesLines
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-061-0/+1
| | | | have the std test suite exercise the Cookie doctests too.
* 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
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-241-0/+5
| | | | fields with quoted values (as in Path="/acme")
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-191-0/+15
| | | | functionality.
* Test case for Cookie.pyAndrew M. Kuchling2000-08-191-0/+7