summaryrefslogtreecommitdiff
path: root/Lib/http/cookies.py
Commit message (Expand)AuthorAgeFilesLines
* #16611: BaseCookie now parses 'secure' and 'httponly' flags.R David Murray2013-08-251-10/+19
* merge - Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|\
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-1/+1
| |\
| | * Fix Issue2193 - Allow ":" character in Cookie NAME valuesSenthil Kumaran2012-04-221-1/+1
* | | Fix for issue14426 - buildbots here I comeSenthil Kumaran2012-05-201-1/+1
|/ /
* | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-1/+1
|/
* #9824: encode , and ; in cookie values so that browsers don't split on themR. David Murray2010-12-281-0/+5
* #1513299: cleanup some map() uses where a comprehension works better.Georg Brandl2010-12-041-1/+1
* #8826: the "expires" attribute value is a date string with spaces, but appare...Georg Brandl2010-08-011-0/+2
* #3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...Georg Brandl2010-07-311-110/+103
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-1/+3
* Turn some comments into docstrings.Georg Brandl2009-09-041-20/+16
* Remove pseudo-end markers from http.cookies.Georg Brandl2009-09-041-22/+1
* Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...Senthil Kumaran2009-04-021-1/+1
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+6
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-153/+8
* Create http package. #2883.Georg Brandl2008-05-261-0/+733