| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |