Andrew M. Kuchling
|
8b94b1c74a
|
Added test for patch #103473: test an unquoted cookie value containing '='
|
2001-02-21 01:17:54 +00:00 |
Ka-Ping Yee
|
fa004ad36c
|
Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.
Switch from octal escapes to hex escapes for other nonprintable characters.
|
2001-01-24 17:19:08 +00:00 |
Andrew M. Kuchling
|
103d5268c2
|
Updated test suite: test repr() and str() of cookies, and test metadata
fields with quoted values (as in Path="/acme")
|
2000-08-24 11:56:19 +00:00 |
Moshe Zadka
|
514a1028a2
|
Adding tests of the "attrs" optional argument, and of the js_output
functionality.
|
2000-08-19 15:57:33 +00:00 |
Andrew M. Kuchling
|
cdec8c746b
|
Test case for Cookie.py
|
2000-08-19 15:21:12 +00:00 |