summaryrefslogtreecommitdiff
path: root/Lib/Cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87550 via svnmerge fromR. David Murray2010-12-281-0/+5
* Merged revisions 83393,83396,83398,83405,83408 via svnmerge fromGeorg Brandl2010-08-011-0/+2
* Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments ...Georg Brandl2009-09-041-1/+3
* Fixing the issue4860. Escaping embedded '"' character in js_output() method o...Senthil Kumaran2009-04-021-1/+1
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-0/+6
* Whitespace normalization.Tim Peters2006-08-151-1/+1
* Cookie.py shouldn't "bogusly" use string._idmap.Georg Brandl2006-08-141-2/+4
* Correct test suite for #848017.Georg Brandl2005-08-251-1/+2
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-241-28/+23
* bug [ 1108948 ] Cookie.py produces invalid codeGeorg Brandl2005-06-261-2/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Patch #655760: add warnings when the unsafe *Cookie classes are instantiatedAndrew M. Kuchling2002-12-291-1/+11
* No point in warning about needing re module; remove helpful messageAndrew M. Kuchling2002-12-171-4/+1
* Fix comment typoAndrew M. Kuchling2002-12-171-1/+1
* Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDictRaymond Hettinger2002-06-261-15/+11
* Clean up uses of some deprecated features.Fred Drake2002-04-261-13/+16
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-1/+1
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-6/+14
* Since this module already uses doctest-style examples, I figured I'dGuido van Rossum2001-04-061-4/+10
* Patch #103473 from dougfort: Some sites (amazon.com for one) dropAndrew M. Kuchling2001-02-201-2/+2
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-14/+14
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Whitespace cleanup; now passes the regression test (the last checkin madeFred Drake2000-08-241-21/+15
* Updated version of Cookie.py (rev. 2.29) from timoAndrew M. Kuchling2000-08-241-19/+33
* Added Tim O'Malley's Cookie.py module (master version atAndrew M. Kuchling2000-08-191-0/+718