summaryrefslogtreecommitdiff
path: root/Lib/_MozillaCookieJar.py
Commit message (Expand)AuthorAgeFilesLines
* update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-3/+3
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-091-2/+1
* Remove unused import.Georg Brandl2006-05-181-1/+1
* Patch #1478993: take advantage of BaseException/Exception split in cookielibGeorg Brandl2006-05-081-6/+8
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-231-5/+5
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+3
* Whitespace normalization.Tim Peters2004-09-011-1/+1
* Use multi-line importAndrew M. Kuchling2004-08-311-2/+2
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+145