summaryrefslogtreecommitdiff
path: root/Lib/test/test_http_cookiejar.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343)Miss Islington (bot)2019-11-221-0/+13
* bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)Miss Islington (bot)2019-03-121-0/+24
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...Miss Islington (bot)2019-03-091-0/+30
* [3.6] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-051-4/+2
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-3/+3
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-0/+22
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-0/+4
* Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.Robert Collins2015-08-041-0/+9
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-0/+23
* Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
* #18466: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.Ezio Melotti2013-08-101-6/+67
* #18483: add one more date format in test_http2time_formats. Patch by Vajrask...Ezio Melotti2013-08-101-0/+2
* PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-5/+6
* this should be an identity testBenjamin Peterson2011-07-141-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-133/+133
* Fix file closing in test_http_cookiejar.Brett Cannon2010-10-291-5/+5
* Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-191-26/+38
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-0/+13
* use assert[Not]In where appropriateEzio Melotti2010-01-231-19/+17
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-26/+28
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-110/+110
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-311-5/+0
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-1/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-45/+47
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-3/+2
* Create http package. #2883.Georg Brandl2008-05-261-0/+1637