summaryrefslogtreecommitdiffstats
path: root/Lib/http/cookiejar.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* merge 3.1Victor Stinner2011-03-211-6/+12
|\
| * Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejarVictor Stinner2011-03-211-6/+12
| * Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-3/+3
| * Merged revisions 82985 via svnmerge fromGregory P. Smith2010-07-251-9/+6
* | #5147: revert accidental indentation of header constant for MozillaCookieJar.Georg Brandl2010-07-311-3/+3
* | Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-191-9/+6
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-5/+15
|/
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-11/+11
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-1/+1
* Make a new urllib package .Jeremy Hylton2008-06-181-9/+9
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-2/+2
* Remove _FooCookieJar modules and merge their content into http.cookiejar.Georg Brandl2008-05-261-2/+295
* Create http package. #2883.Georg Brandl2008-05-261-0/+1785