Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
Cookie.py
d22b951
Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
by Georg Brandl
· 16 years ago
c730a6a
Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel.
by Senthil Kumaran
· 16 years ago
6ac7d7c
#1638033: add support for httponly on Cookie.Morsel
by Benjamin Peterson
· 17 years ago
c02c1c8
Whitespace normalization.
by Tim Peters
· 19 years ago
d76bd69
Cookie.py shouldn't "bogusly" use string._idmap.
by Georg Brandl
· 19 years ago
8246c43
Correct test suite for #848017.
by Georg Brandl
· 20 years ago
532efab
patch #848017: make Cookie more RFC-compliant.
by Georg Brandl
· 20 years ago
03a33ea
bug [ 1108948 ] Cookie.py produces invalid code
by Georg Brandl
· 20 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 22 years ago
7877a76
Patch #655760: add warnings when the unsafe *Cookie classes are instantiated
by Andrew M. Kuchling
· 22 years ago
6cd7712
No point in warning about needing re module; remove helpful message
by Andrew M. Kuchling
· 22 years ago
3c76ad0
Fix comment typo
by Andrew M. Kuchling
· 22 years ago
0a2963c
Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict
by Raymond Hettinger
· 23 years ago
d451ec1
Clean up uses of some deprecated features.
by Fred Drake
· 23 years ago
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 24 years ago
79e75e1
Use string.ascii_letters instead of string.letters (SF bug #226706).
by Fred Drake
· 24 years ago
2f228e7
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
by Tim Peters
· 24 years ago
58b6f5b
Since this module already uses doctest-style examples, I figured I'd
by Guido van Rossum
· 24 years ago
c05abb3
Patch #103473 from dougfort: Some sites (amazon.com for one) drop
by Andrew M. Kuchling
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
ff5364a
Whitespace cleanup; now passes the regression test (the last checkin made
by Fred Drake
· 25 years ago
0b29b11
Updated version of Cookie.py (rev. 2.29) from timo
by Andrew M. Kuchling
· 25 years ago
52ea872
Added Tim O'Malley's Cookie.py module (master version at
by Andrew M. Kuchling
· 25 years ago