| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616) | Nikita Sobolev | 2022-12-20 | 1 | -0/+26 |
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
* | gh-79096: Fix/improve http cookiejar tests (GH-93614) | Christian Heimes | 2022-06-08 | 1 | -18/+14 |
* | gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93... | Pascal Wittmann | 2022-06-07 | 1 | -0/+31 |
* | bpo-42066: CookieJar cookies should not be sorted (GH-22745) | Iman Kermani | 2022-04-20 | 1 | -5/+5 |
* | bpo-46075: Store localhost cookies in CookieJar (#30108) | Nick | 2022-04-19 | 1 | -0/+42 |
* | bpo-45229: Make test_http_cookiejar discoverable (GH-29004) | Serhiy Storchaka | 2021-10-17 | 1 | -10/+1 |
* | bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) | Jacob Neil Taylor | 2020-10-23 | 1 | -0/+5 |
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -8/+10 |
* | bpo-38804: Fix REDoS in http.cookiejar (GH-17157) | bcaller | 2019-11-22 | 1 | -0/+13 |
* | bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G... | Xtreak | 2019-09-13 | 1 | -0/+9 |
* | bpo-35647: Fix path check in cookiejar (#11436) | Xtreak | 2019-03-10 | 1 | -0/+24 |
* | bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) | Xtreak | 2019-03-09 | 1 | -0/+30 |
* | bpo-36043: FileCookieJar supports os.PathLike (GH-11945) | Stéphane Wirtel | 2019-03-01 | 1 | -0/+25 |
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -4/+2 |
* | bpo-34911: Added support for secure websocket cookies (GH-9734) | Paul Bailey | 2018-10-08 | 1 | -0/+55 |
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -3/+3 |
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
* | Issue #27466: Change time format returned by http.cookie.time2netscape, | Senthil Kumaran | 2016-07-10 | 1 | -0/+22 |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | Issue #16181: cookiejar.http2time() now returns None if year is higher than d... | Berker Peksag | 2016-03-14 | 1 | -0/+4 |
* | Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. | Robert Collins | 2015-08-04 | 1 | -0/+9 |
* | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. | Serhiy Storchaka | 2015-03-13 | 1 | -0/+23 |
* | Issue #19606: Use specific asserts in http.cookiejar tests. | Serhiy Storchaka | 2013-11-17 | 1 | -84/+73 |
* | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
* | #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. | Ezio Melotti | 2013-08-10 | 1 | -6/+67 |
* | #18483: add one more date format in test_http2time_formats. Patch by Vajrask... | Ezio Melotti | 2013-08-10 | 1 | -0/+2 |
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -5/+6 |
* | this should be an identity test | Benjamin Peterson | 2011-07-14 | 1 | -1/+1 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -133/+133 |
* | Fix file closing in test_http_cookiejar. | Brett Cannon | 2010-10-29 | 1 | -5/+5 |
* | Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in | Gregory P. Smith | 2010-07-19 | 1 | -26/+38 |
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -0/+13 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -19/+17 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -26/+28 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -110/+110 |
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 1 | -5/+0 |
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -1/+4 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -45/+47 |
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -3/+2 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+1637 |