summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_http_cookies.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
|\
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
* | Fix Issue2193 - Allow ":" character in Cookie NAME valuesSenthil Kumaran2012-04-221-0/+9
|/
* #9824: encode , and ; in cookie values so that browsers don't split on themR. David Murray2010-12-281-0/+8
* #8826: the "expires" attribute value is a date string with spaces, but appare...Georg Brandl2010-08-011-0/+10
* #3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...Georg Brandl2010-07-311-17/+98
* Fix the warnings filter usage in test_http_cookies.Brett Cannon2010-03-201-4/+11
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-021-4/+4
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-1/+0
* Create http package. #2883.Georg Brandl2008-05-261-0/+82