COMMITS
/ Doc/library/http.cookiejar.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 4, 2025
C
Fix minor typo: 'web site' -> 'website' (GH-140561)
commitWithTisha committed
July 5, 2025
W
gh-101100: Fix references in `http.cookiejar` docs (GH-136238)
Weilin Du committed
September 17, 2024
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 22, 2024
N
Update http.cookiejar document for cookie object attributes (GH-101885)
NewUserHa committed
October 9, 2023
N
gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110498)
Nikita Sobolev committed
October 7, 2022
S
gh-61105: Add default param, note on using cookiejar subclass (#95427)
Stanley committed
October 3, 2022
B
Document that MozillaCookieJar works for curl's cookie files (#91852)
Boris Verkhovskiy committed
August 1, 2022
M
bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)
markus-sus committed
November 15, 2021
E
bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)
Emmanuel Arias committed
October 12, 2021
1
bpo-45441: Update some moved URLs in documentation (GH-28861)
180909 committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
August 13, 2020
V
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
July 13, 2019
M
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
Milan Oberkirch 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
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
October 10, 2015
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
October 29, 2014
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
December 23, 2013
S
Removed spaces before commas and periods.
Serhiy Storchaka committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
May 23, 2013
S
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
Senthil Kumaran committed
May 21, 2012
H
#14804: Remove [] around optional arguments with default values
Hynek Schlawack committed
H
#14804: Remove [] around optional arguments with default values
Hynek Schlawack committed
October 12, 2011
A
Replace mentions of IOError
Antoine Pitrou committed
March 25, 2011
É
Use universal construct os.path.expanduser('~') instead of os.environ['HOME']
Éric Araujo committed
January 27, 2011
R
More source links
Raymond Hettinger committed
July 11, 2010
S
Merged revisions 82785 via svnmerge from
Senthil Kumaran committed
S
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
Senthil Kumaran committed
April 29, 2010
S
Merged revisions 80629 via svnmerge from
Senthil Kumaran committed
S
Merged revisions 80627 via svnmerge from
Senthil Kumaran committed
January 3, 2009
G
Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from
Georg Brandl committed
June 23, 2008
G
Fix old urllib/urllib2/urlparse usage.
Georg Brandl committed
June 12, 2008
G
Remove last traces of mimetools.
Georg Brandl committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed