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
/
test
/
test_cookielib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345)
Victor Stinner
2019-11-24
1
-1/+14
*
[2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)
Xtreak
2019-06-15
1
-0/+29
*
[2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-06-15
1
-0/+30
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
[port to 2.7] - Issue #27466: Change time format returned by
Senthil Kumaran
2016-07-10
1
-7/+24
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-0/+23
*
Issue #19606: Use specific asserts in cookielib tests.
Serhiy Storchaka
2013-11-17
1
-78/+74
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-131/+131
*
Fixes issue #3704: cookielib was not properly handling URLs with a / in the
Gregory P. Smith
2010-07-25
1
-7/+21
*
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
Georg Brandl
2010-05-22
1
-1/+15
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-1/+0
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-1/+1
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-39/+38
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-110/+110
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
Revert r64673 and instead just change the file encoding.
Brett Cannon
2008-07-02
1
-3/+3
*
FIx some Latin-1 characters to be UTF-8 as the file encoding specifies.
Brett Cannon
2008-07-02
1
-2/+2
*
Add test for rev. 45934.
Georg Brandl
2006-05-08
1
-0/+16
*
SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
Neal Norwitz
2005-12-23
1
-0/+33
*
Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions
Neal Norwitz
2005-12-23
1
-0/+25
*
Patch #1117454: Remove code to special-case cookies without values
Martin v. Löwis
2005-03-03
1
-0/+19
*
Patch #1117339: Add cookielib special name tests.
Martin v. Löwis
2005-03-03
1
-3/+26
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
1
-0/+1620