summaryrefslogtreecommitdiff
path: root/Lib/_LWPCookieJar.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.Ezio Melotti2012-09-211-2/+2
* Remove unused import.Georg Brandl2006-05-181-1/+1
* Patch #1478993: take advantage of BaseException/Exception split in cookielibGeorg Brandl2006-05-081-7/+13
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-231-4/+4
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-7/+0
* Use multi-line importAndrew M. Kuchling2004-08-311-3/+3
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+171