summaryrefslogtreecommitdiff
path: root/Lib/cookielib.py
Commit message (Expand)AuthorAgeFilesLines
* [port to 2.7] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-1/+1
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-15/+31
* Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.Serhiy Storchaka2014-07-221-2/+2
* Use raw strings for docstrings with backslashes in ASCII diagramsÉric Araujo2012-02-261-1/+1
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Fixes issue #3704: cookielib was not properly handling URLs with a / in theGregory P. Smith2010-07-251-11/+6
* Underscore the name of an internal utility function.Georg Brandl2010-05-221-3/+3
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-221-5/+15
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-181-1/+2
* Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning inBrett Cannon2008-08-031-2/+1
* Whitespace normalization.Tim Peters2007-01-301-43/+43
* [Patch #1587139 by kxroberto] Protect lock acquisition/release withAndrew M. Kuchling2006-12-191-43/+56
* Little cleanupNeal Norwitz2006-05-181-2/+2
* Add global debug flag to cookielib to avoid heavy dependency on the logging m...Georg Brandl2006-05-171-63/+74
* Patch #1478993: take advantage of BaseException/Exception split in cookielibGeorg Brandl2006-05-081-16/+14
* Patch #1483395: add new TLDs to cookielibGeorg Brandl2006-05-071-4/+7
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-5/+22
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-231-1/+2
* [Bug #1372836] Remove unused codeAndrew M. Kuchling2005-12-041-4/+0
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-5/+1
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-2/+2
* Reduce the usage of the types module.Raymond Hettinger2005-02-071-2/+1
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-5/+5
* SF patch #1116583: NameError in cookielib domain checkRaymond Hettinger2005-02-051-4/+3
* Remove unnecessary importsNeal Norwitz2004-10-171-2/+2
* [Patch #969907] Add traceback to warning outputAndrew M. Kuchling2004-07-101-4/+5
* Silence noise in regrtest.Martin v. Löwis2004-06-011-1/+0
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+1756