COMMITS
/ Lib/http/cookies.py May 14, 2026
S
gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157)
Seth Larson committed
May 4, 2026
K
gh-148849: Deprecate http.cookies.BaseCookie.js_output() (GH-148978)
kishorhange111 committed
April 30, 2026
S
gh-149028: Revert gh-92936 changes (GH-149182)
Serhiy Storchaka committed
April 22, 2026
S
gh-90309: Base64-encode cookie values embedded in JS
Seth Larson committed
March 16, 2026
S
January 20, 2026
S
gh-143919: Reject control characters in http cookies
Seth Michael Larson committed
August 8, 2025
N
gh-92936: allow double quote in cookie values (#113663)
Nick Burns committed
January 24, 2025
G
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)
Giles Copp committed
December 11, 2024
October 31, 2024
J
gh-126156: Improve performance of creating `Morsel` objects (#126157)
J. Nick Koston committed
August 17, 2024
S
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075)
Serhiy Storchaka committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
April 22, 2018
B
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Berker Peksag committed
April 15, 2018
A
Removed a confusing line from a docstring in http.cookies (GH-6482)
Alex Gaynor committed
April 7, 2018
A
bpo-29613: Added support for SameSite cookies (GH-6413)
Alex Gaynor committed
January 13, 2017
S
Issue #29192: Removed deprecated features in the http.cookies module.
Serhiy Storchaka committed
September 11, 2016
S
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
February 7, 2016
May 23, 2015
B
merge 3.4 (#22931)
Benjamin Peterson committed
B
merge 3.3 (#22931)
Benjamin Peterson committed
B
merge 3.2 (#22931)
Benjamin Peterson committed
B
allow square brackets in cookie values (closes #22931)
Benjamin Peterson committed
March 29, 2015
R
#2211: properly document the Morsel behavior changes.
R David Murray committed
March 18, 2015
S
Restored backward compatibility of pickling http.cookies.Morsel. It was
Serhiy Storchaka committed
S
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
Serhiy Storchaka committed
January 17, 2015
B
merge 3.4 (#22986)
Benjamin Peterson committed
B
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250)
Benjamin Peterson committed
November 21, 2014
November 2, 2014
S
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
Serhiy Storchaka committed
September 16, 2014
A
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou committed
A
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
August 25, 2013
R
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray committed
May 20, 2012
S
merge - Fix for issue14426 - buildbots here I come
Senthil Kumaran committed
S
Fix for issue14426 - buildbots here I come
Senthil Kumaran committed
S
April 22, 2012
S
Fix Issue2193 - Allow ":" character in Cookie NAME values
Senthil Kumaran committed
December 28, 2010
R
#9824: encode , and ; in cookie values so that browsers don't split on them
R. David Murray committed
December 4, 2010
G
#1513299: cleanup some map() uses where a comprehension works better.
Georg Brandl committed
August 1, 2010
July 31, 2010
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 11, 2009
September 4, 2009
G
Turn some comments into docstrings.
Georg Brandl committed
G
Remove pseudo-end markers from http.cookies.
Georg Brandl committed
April 2, 2009
S
Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class.
Senthil Kumaran committed