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