summaryrefslogtreecommitdiff
path: root/Lib/http/cookiejar.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-3/+3
* Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-251-1/+1
* Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-1/+1
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-1/+4
* Merge typo and grammar fixes from 3.4 into 3.5Martin Panter2015-11-141-2/+1
|\
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-2/+1
| |\
| | * Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-041-2/+1
| | |\
| | | * Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-1/+0
| | | * Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-1/+1
| | | |\
| | | | * merge 3.4 (#23221)Benjamin Peterson2015-01-131-2/+2
| | | | |\
| | | | | * Issue #11957: Explicit parameter name when calling re.split() and re.sub()Victor Stinner2014-10-291-1/+1
| | | | | * Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-1/+1
* | | | | | Correct Content-Type syntax in documentationMartin Panter2015-11-141-4/+4
|/ / / / /
* | | | | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|/ / / /
* | | | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-041-1/+1
|/ / /
* | | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-15/+31
|/ /
* | fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
|/
* Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.Serhiy Storchaka2014-07-221-2/+2
* merge 3.3 (#20018)Benjamin Peterson2013-12-181-1/+1
|\
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | #17678: Remove the use of a deprecated method http/cookiejar.py. Changing theSenthil Kumaran2013-04-091-21/+10
|\ \ | |/ |/|
| * modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-12/+3
| * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-7/+6
| * more yield fromPhilip Jenvey2012-10-011-2/+1
* | #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usageSenthil Kumaran2013-04-091-1/+1
|/
* #15980: merge with 3.2.Ezio Melotti2012-09-211-4/+4
|\
| * Issue #15409: Replace use of deprecated urllib.request.Request methods in htt...Meador Inge2012-07-201-4/+4
* | #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.Ezio Melotti2012-09-211-2/+2
|/
* Don’t interpret backslashes in ASCII diagram in a docstringÉric Araujo2011-11-071-1/+1
* 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