Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update __all__ for cookielib, csv, os, and urllib2 for objects imported into | Brett Cannon | 2008-08-18 | 1 | -1/+2 |
| | | | | the module but exposed as part of the API. | ||||
* | Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning in | Brett Cannon | 2008-08-03 | 1 | -2/+1 |
| | | | | cookielib. | ||||
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -43/+43 |
| | |||||
* | [Patch #1587139 by kxroberto] Protect lock acquisition/release with | Andrew M. Kuchling | 2006-12-19 | 1 | -43/+56 |
| | | | | | | | try...finally to ensure the lock is always released. This could use the 'with' statement, but the patch uses 'finally'. 2.5 backport candidate. | ||||
* | Little cleanup | Neal Norwitz | 2006-05-18 | 1 | -2/+2 |
| | |||||
* | Add global debug flag to cookielib to avoid heavy dependency on the logging ↵ | Georg Brandl | 2006-05-17 | 1 | -63/+74 |
| | | | | | | module. Resolves #1484758. | ||||
* | Patch #1478993: take advantage of BaseException/Exception split in cookielib | Georg Brandl | 2006-05-08 | 1 | -16/+14 |
| | |||||
* | Patch #1483395: add new TLDs to cookielib | Georg Brandl | 2006-05-07 | 1 | -4/+7 |
| | |||||
* | 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 |