COMMITS
/ Lib/test/test_http_cookiejar.py June 6, 2025
S
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka committed
April 14, 2025
S
gh-71339: Use new assertion methods in the http tests (GH-129058)
Serhiy Storchaka committed
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
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
December 20, 2022
N
gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
Nikita Sobolev committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
June 8, 2022
C
gh-79096: Fix/improve http cookiejar tests (GH-93614)
Christian Heimes 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
October 17, 2021
S
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
Serhiy Storchaka committed
October 23, 2020
J
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor committed
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi 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
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
October 8, 2018
P
bpo-34911: Added support for secure websocket cookies (GH-9734)
Paul Bailey committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
July 28, 2016
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
July 10, 2016
S
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran committed
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
March 14, 2016
B
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
Berker Peksag committed
August 3, 2015
R
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins committed
March 13, 2015
S
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka committed
November 17, 2013
S
Issue #19606: Use specific asserts in http.cookiejar tests.
Serhiy Storchaka committed
August 17, 2013
E
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti committed
August 10, 2013
E
#18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
Ezio Melotti committed
E
#18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok.
Ezio Melotti committed
October 12, 2011
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
July 14, 2011
B
this should be an identity test
Benjamin Peterson committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
October 29, 2010
B
Fix file closing in test_http_cookiejar.
Brett Cannon committed
July 19, 2010
G
Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
Gregory P. Smith committed
June 27, 2010
B
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
Benjamin Peterson committed
January 23, 2010
E
use assert[Not]In where appropriate
Ezio Melotti committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
March 31, 2009
J
Simplify the Request class. The basic components of the parsed
Jeremy Hylton committed
August 18, 2008
G
- Issue #3300: make urllib.parse.[un]quote() default to UTF-8.
Guido van Rossum committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
June 12, 2008
B
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed