Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -5/+22 |
| | |||||
* | Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions | Neal Norwitz | 2005-12-23 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | [Bug #1372836] Remove unused code | Andrew M. Kuchling | 2005-12-04 | 1 | -4/+0 |
| | |||||
* | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 1 | -5/+1 |
| | | | | in LWPCookieJar. Backported to 2.4. | ||||
* | Patch #1117339: Add cookielib special name tests. | Martin v. Löwis | 2005-03-03 | 1 | -2/+2 |
| | | | | Backported to 2.4. | ||||
* | Reduce the usage of the types module. | Raymond Hettinger | 2005-02-07 | 1 | -2/+1 |
| | |||||
* | Replace list of constants with tuples of constants. | Raymond Hettinger | 2005-02-06 | 1 | -5/+5 |
| | |||||
* | SF patch #1116583: NameError in cookielib domain check | Raymond Hettinger | 2005-02-05 | 1 | -4/+3 |
| | |||||
* | Remove unnecessary imports | Neal Norwitz | 2004-10-17 | 1 | -2/+2 |
| | |||||
* | [Patch #969907] Add traceback to warning output | Andrew M. Kuchling | 2004-07-10 | 1 | -4/+5 |
| | |||||
* | Silence noise in regrtest. | Martin v. Löwis | 2004-06-01 | 1 | -1/+0 |
| | |||||
* | Patch #963318: Add support for client-side cookie management. | Martin v. Löwis | 2004-05-31 | 1 | -0/+1756 |