| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+3 |
* | bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) | Berker Peksag | 2018-04-23 | 1 | -0/+2 |
* | Removed a confusing line from a docstring in http.cookies (GH-6482) | Alex Gaynor | 2018-04-15 | 1 | -2/+1 |
* | bpo-29613: Added support for SameSite cookies (GH-6413) | Alex Gaynor | 2018-04-07 | 1 | -0/+1 |
* | Issue #29192: Removed deprecated features in the http.cookies module. | Serhiy Storchaka | 2017-01-13 | 1 | -29/+1 |
* | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 1 | -2/+1 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | Issue #26302: Correctly identify comma as an invalid character for a cookie (... | Anish Shah | 2016-02-07 | 1 | -1/+1 |
* | merge 3.4 (#22931) | Benjamin Peterson | 2015-05-23 | 1 | -3/+4 |
|\ |
|
| * | merge 3.3 (#22931) | Benjamin Peterson | 2015-05-23 | 1 | -3/+4 |
| |\ |
|
| | * | merge 3.2 (#22931) | Benjamin Peterson | 2015-05-23 | 1 | -3/+4 |
| | |\ |
|
| | | * | allow square brackets in cookie values (closes #22931) | Benjamin Peterson | 2015-05-23 | 1 | -3/+4 |
| | | * | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-17 | 1 | -1/+2 |
* | | | | #2211: properly document the Morsel behavior changes. | R David Murray | 2015-03-29 | 1 | -1/+8 |
* | | | | Restored backward compatibility of pickling http.cookies.Morsel. It was | Serhiy Storchaka | 2015-03-18 | 1 | -0/+12 |
* | | | | Issue #2211: Updated the implementation of the http.cookies.Morsel class. | Serhiy Storchaka | 2015-03-18 | 1 | -86/+94 |
* | | | | merge 3.4 (#22986) | Benjamin Peterson | 2015-01-16 | 1 | -2/+2 |
|\| | | |
|
| * | | | capitialize "HttpOnly" and "Secure" as they appear in the standard and other ... | Benjamin Peterson | 2015-01-16 | 1 | -2/+2 |
* | | | | Issue #22796: HTTP cookie parsing is now stricter, in order to protect agains... | Antoine Pitrou | 2014-11-21 | 1 | -15/+41 |
|/ / / |
|
* / / | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 1 | -2/+6 |
|/ / |
|
* | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-17 | 1 | -1/+2 |
* | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -3/+0 |
* | | #16611: BaseCookie now parses 'secure' and 'httponly' flags. | R David Murray | 2013-08-25 | 1 | -10/+19 |
* | | merge - Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
|\| |
|
| * | Fix for issue14426 - buildbots here I come | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
* | | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa... | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
|\| |
|
| * | Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa... | Senthil Kumaran | 2012-05-20 | 1 | -1/+1 |
* | | Fix Issue2193 - Allow ":" character in Cookie NAME values | Senthil Kumaran | 2012-04-22 | 1 | -1/+1 |
|/ |
|
* | #9824: encode , and ; in cookie values so that browsers don't split on them | R. David Murray | 2010-12-28 | 1 | -0/+5 |
* | #1513299: cleanup some map() uses where a comprehension works better. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
* | #8826: the "expires" attribute value is a date string with spaces, but appare... | Georg Brandl | 2010-08-01 | 1 | -0/+2 |
* | #3788: more tests for http.cookies, now at 95% coverage. Also bring coding s... | Georg Brandl | 2010-07-31 | 1 | -110/+103 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+3 |
* | Turn some comments into docstrings. | Georg Brandl | 2009-09-04 | 1 | -20/+16 |
* | Remove pseudo-end markers from http.cookies. | Georg Brandl | 2009-09-04 | 1 | -22/+1 |
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 1 | -1/+1 |
* | Merged revisions 66262 via svnmerge from | Benjamin Peterson | 2008-09-06 | 1 | -0/+6 |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 1 | -153/+8 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+733 |