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_http_cookies.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
1
-5/+7
*
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Berker Peksag
2018-04-22
1
-0/+10
*
bpo-29613: Added support for SameSite cookies (GH-6413)
Alex Gaynor
2018-04-07
1
-0/+13
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-2/+2
*
Issue #29192: Removed deprecated features in the http.cookies module.
Serhiy Storchaka
2017-01-13
1
-15/+7
*
Issue #26302: Correctly identify comma as an invalid character for a cookie (...
Anish Shah
2016-02-07
1
-0/+6
*
merge 3.4 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+13
|
\
|
*
merge 3.3 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+13
|
|
\
|
|
*
merge 3.2 (#22931)
Benjamin Peterson
2015-05-23
1
-0/+13
|
|
|
\
|
|
|
*
allow square brackets in cookie values (closes #22931)
Benjamin Peterson
2015-05-23
1
-0/+14
|
|
|
*
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou
2014-09-16
1
-0/+9
*
|
|
|
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
1
-0/+2
*
|
|
|
Restored backward compatibility of pickling http.cookies.Morsel. It was
Serhiy Storchaka
2015-03-18
1
-0/+20
*
|
|
|
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
Serhiy Storchaka
2015-03-18
1
-0/+179
*
|
|
|
merge 3.4 (#22986)
Benjamin Peterson
2015-01-17
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...
Benjamin Peterson
2015-01-17
1
-2/+2
*
|
|
|
Issue #22796: HTTP cookie parsing is now stricter, in order to protect agains...
Antoine Pitrou
2014-11-21
1
-8/+4
|
/
/
/
*
|
|
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
Serhiy Storchaka
2014-11-02
1
-1/+14
|
/
/
*
|
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou
2014-09-16
1
-0/+9
*
|
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
1
-1/+39
*
|
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...
Senthil Kumaran
2012-05-20
1
-4/+4
|
\
\
|
|
/
|
*
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...
Senthil Kumaran
2012-05-20
1
-4/+4
*
|
Fix Issue2193 - Allow ":" character in Cookie NAME values
Senthil Kumaran
2012-04-22
1
-0/+9
|
/
*
#9824: encode , and ; in cookie values so that browsers don't split on them
R. David Murray
2010-12-28
1
-0/+8
*
#8826: the "expires" attribute value is a date string with spaces, but appare...
Georg Brandl
2010-08-01
1
-0/+10
*
#3788: more tests for http.cookies, now at 95% coverage. Also bring coding s...
Georg Brandl
2010-07-31
1
-17/+98
*
Fix the warnings filter usage in test_http_cookies.
Brett Cannon
2010-03-20
1
-4/+11
*
Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo...
Senthil Kumaran
2009-04-02
1
-4/+4
*
Remove deprecated SmartCookie and SerialCookie classes.
Georg Brandl
2008-05-28
1
-1/+0
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-0/+82