COMMITS
/ Lib/http/cookiejar.py 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
E
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
Ezio Melotti committed
July 21, 2012
M
Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar
Meador Inge committed
November 7, 2011
É
Don’t interpret backslashes in ASCII diagram in a docstring
Éric Araujo committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
March 21, 2011
V
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
Victor Stinner committed
August 1, 2010
G
Merged revisions 83370,83372-83374,83384 via svnmerge from
Georg Brandl committed
July 31, 2010
G
#5147: revert accidental indentation of header constant for MozillaCookieJar.
Georg Brandl committed
July 25, 2010
G
Merged revisions 82985 via svnmerge from
Gregory P. Smith 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
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
June 23, 2008
G
Fix old urllib/urllib2/urlparse usage.
Georg Brandl committed