index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
http
/
cookiejar.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-4/+4
*
gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)
Glyph
2022-12-25
1
-1/+1
*
gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
Nikita Sobolev
2022-12-20
1
-2/+8
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-7/+2
*
Document that MozillaCookieJar works for curl's cookie files (#91852)
Boris Verkhovskiy
2022-10-03
1
-1/+1
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
Pascal Wittmann
2022-06-07
1
-2/+2
*
bpo-42066: CookieJar cookies should not be sorted (GH-22745)
Iman Kermani
2022-04-21
1
-7/+2
*
bpo-46075: Store localhost cookies in CookieJar (#30108)
Nick
2022-04-19
1
-2/+3
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-2/+1
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-14/+26
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller
2019-11-22
1
-6/+12
*
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...
Xtreak
2019-09-13
1
-2/+1
*
bpo-35647: Fix path check in cookiejar (#11436)
Xtreak
2019-03-10
1
-5/+9
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Xtreak
2019-03-10
1
-2/+11
*
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Stéphane Wirtel
2019-03-01
1
-4/+2
*
bpo-34911: Added support for secure websocket cookies (GH-9734)
Paul Bailey
2018-10-08
1
-1/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-4/+1
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-3/+3
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-1/+1
*
Issue #27466: Change time format returned by http.cookie.time2netscape,
Senthil Kumaran
2016-07-10
1
-1/+1
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
Issue #16181: cookiejar.http2time() now returns None if year is higher than d...
Berker Peksag
2016-03-14
1
-1/+4
*
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter
2015-11-14
1
-4/+4
|
\
|
*
Correct Content-Type syntax in documentation
Martin Panter
2015-11-14
1
-4/+4
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-1/+1
*
|
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-1/+0
*
|
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-15/+31
|
\
\
|
|
/
|
*
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-15/+31
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
Issue #11957: Explicit parameter name when calling re.split() and re.sub()
Victor Stinner
2014-10-29
1
-1/+1
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1/+1
|
/
*
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
Serhiy Storchaka
2014-07-22
1
-2/+2
*
merge 3.3 (#20018)
Benjamin Peterson
2013-12-18
1
-1/+1
|
\
|
*
update url to spec (closes #20018)
Benjamin Peterson
2013-12-18
1
-1/+1
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
|
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
Senthil Kumaran
2013-04-09
1
-1/+1
|
\
\
|
|
/
|
*
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
Senthil Kumaran
2013-04-09
1
-1/+1
*
|
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
1
-12/+3
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-7/+6
*
|
more yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
*
#15980: merge with 3.2.
Ezio Melotti
2012-09-21
1
-2/+2
|
\
|
*
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
Ezio Melotti
2012-09-21
1
-2/+2
*
|
Issue #15409: Replace use of deprecated urllib.request.Request methods in htt...
Meador Inge
2012-07-21
1
-4/+4
|
/
*
Don’t interpret backslashes in ASCII diagram in a docstring
Éric Araujo
2011-11-07
1
-1/+1
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
[next]