summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cookielib.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-221-1/+15
|
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
|
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
|
* use assert[Not]In where appropriateEzio Melotti2010-01-231-39/+38
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-110/+110
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
|
* Revert r64673 and instead just change the file encoding.Brett Cannon2008-07-021-3/+3
|
* FIx some Latin-1 characters to be UTF-8 as the file encoding specifies.Brett Cannon2008-07-021-2/+2
| | | | Closes issue #3261. THankjs Leo Soto for the bug report.
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
|
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+33
|
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-231-0/+25
| | | | | | cookielib.LWPCookieJar and .MozillaCookieJar are documented to raise cookielib.LoadError on attempt to load an invalid cookies file, but raise IOError instead. Compromise by having LoadError subclass IOError.
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+19
| | | | in LWPCookieJar. Backported to 2.4.
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-3/+26
| | | | Backported to 2.4.
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+1620