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
/
Cookie.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27171: Fix typos in documentation, code comments, and tests
Martin Panter
2016-06-02
1
-1/+1
*
allow square brackets in cookie values (#22931)
Benjamin Peterson
2015-05-23
1
-3/+4
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
1
-2/+6
*
Lax cookie parsing in http.cookies could be a security issue when
Guido van Rossum
2014-09-16
1
-1/+2
*
#21945: fix typo in Cookie module docstring.
Ezio Melotti
2014-07-09
1
-1/+1
*
Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags.
Berker Peksag
2014-07-02
1
-3/+12
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-3/+0
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
Fix for issue14426 - buildbots here I come
Senthil Kumaran
2012-05-20
1
-1/+1
*
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...
Senthil Kumaran
2012-05-20
1
-1/+1
*
Merged revisions 87550 via svnmerge from
R. David Murray
2010-12-28
1
-0/+5
*
Merged revisions 83393,83396,83398,83405,83408 via svnmerge from
Georg Brandl
2010-08-01
1
-0/+2
*
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...
Georg Brandl
2009-09-04
1
-1/+3
*
Fixing the issue4860. Escaping embedded '"' character in js_output() method o...
Senthil Kumaran
2009-04-02
1
-1/+1
*
#1638033: add support for httponly on Cookie.Morsel
Benjamin Peterson
2008-09-06
1
-0/+6
*
Whitespace normalization.
Tim Peters
2006-08-15
1
-1/+1
*
Cookie.py shouldn't "bogusly" use string._idmap.
Georg Brandl
2006-08-14
1
-2/+4
*
Correct test suite for #848017.
Georg Brandl
2005-08-25
1
-1/+2
*
patch #848017: make Cookie more RFC-compliant.
Georg Brandl
2005-08-24
1
-28/+23
*
bug [ 1108948 ] Cookie.py produces invalid code
Georg Brandl
2005-06-26
1
-2/+2
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Patch #655760: add warnings when the unsafe *Cookie classes are instantiated
Andrew M. Kuchling
2002-12-29
1
-1/+11
*
No point in warning about needing re module; remove helpful message
Andrew M. Kuchling
2002-12-17
1
-4/+1
*
Fix comment typo
Andrew M. Kuchling
2002-12-17
1
-1/+1
*
Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict
Raymond Hettinger
2002-06-26
1
-15/+11
*
Clean up uses of some deprecated features.
Fred Drake
2002-04-26
1
-13/+16
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-1/+1
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
1
-1/+1
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
1
-6/+14
*
Since this module already uses doctest-style examples, I figured I'd
Guido van Rossum
2001-04-06
1
-4/+10
*
Patch #103473 from dougfort: Some sites (amazon.com for one) drop
Andrew M. Kuchling
2001-02-20
1
-2/+2
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-14/+14
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Whitespace cleanup; now passes the regression test (the last checkin made
Fred Drake
2000-08-24
1
-21/+15
*
Updated version of Cookie.py (rev. 2.29) from timo
Andrew M. Kuchling
2000-08-24
1
-19/+33
*
Added Tim O'Malley's Cookie.py module (master version at
Andrew M. Kuchling
2000-08-19
1
-0/+718