COMMITS
/ Lib/http/cookiejar.py April 9, 2025
S
gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632)
Serhiy Storchaka committed
February 26, 2025
P
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
April 27, 2023
P
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle committed
December 25, 2022
December 20, 2022
N
gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
Nikita Sobolev committed
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
October 3, 2022
B
Document that MozillaCookieJar works for curl's cookie files (#91852)
Boris Verkhovskiy committed
June 7, 2022
P
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93463)
Pascal Wittmann committed
April 21, 2022
I
bpo-42066: CookieJar cookies should not be sorted (GH-22745)
Iman Kermani committed
April 19, 2022
N
bpo-46075: Store localhost cookies in CookieJar (#30108)
Nick committed
February 3, 2022
N
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev committed
October 23, 2020
J
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor committed
November 22, 2019
B
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller committed
September 13, 2019
March 10, 2019
X
bpo-35647: Fix path check in cookiejar (#11436)
Xtreak committed
March 1, 2019
S
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Stéphane Wirtel committed
October 8, 2018
P
bpo-34911: Added support for secure websocket cookies (GH-9734)
Paul Bailey committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
August 26, 2016
R
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger committed
July 10, 2016
S
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran committed
May 8, 2016
M
Fix typos in comments, documentation and test method names
Martin Panter committed
March 14, 2016
B
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
Berker Peksag committed
November 14, 2015
M
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter committed
M
Correct Content-Type syntax in documentation
Martin Panter committed
November 2, 2015
S
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka committed
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
August 3, 2015
R
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins committed
R
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
March 13, 2015
S
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka committed
S
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka committed
January 13, 2015
B
merge 3.4 (#23221)
Benjamin Peterson committed
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
October 29, 2014
V
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
Victor Stinner committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
July 22, 2014
S
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
Serhiy Storchaka committed
December 18, 2013
B
merge 3.3 (#20018)
Benjamin Peterson committed
B
update url to spec (closes #20018)
Benjamin Peterson committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 9, 2013
S
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
Senthil Kumaran committed
S
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
Senthil Kumaran committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 1, 2012
P
more yield from
Philip Jenvey committed
September 21, 2012
E
#15980: merge with 3.2.
Ezio Melotti committed