| Commit message (Expand) | Author | Age |
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 |
* | Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,... | Georg Brandl | 2011-02-25 |
* | Merged revisions 87373,87381 via svnmerge from | Antoine Pitrou | 2010-12-18 |
* | Merged revisions 86450 via svnmerge from | Senthil Kumaran | 2010-11-14 |
* | Merged revisions 85205 via svnmerge from | Senthil Kumaran | 2010-10-03 |
* | Merged revisions 85169 via svnmerge from | Senthil Kumaran | 2010-10-02 |
* | Merged revisions 83521 via svnmerge from | Senthil Kumaran | 2010-08-02 |
* | Merged revisions 81689 via svnmerge from | Senthil Kumaran | 2010-06-04 |
* | Merged revisions 80587 via svnmerge from | Senthil Kumaran | 2010-04-28 |
* | Merged revisions 76910 via svnmerge from | Senthil Kumaran | 2009-12-20 |
* | Merged revisions 75137 via svnmerge from | Antoine Pitrou | 2009-09-29 |
* | Fixes issue #6838: use a list to accumulate the value instead of repeatedly c... | Chris Withers | 2009-09-04 |
* | Backport the changes made in revision 74198, fixing the issue 1424152 | Senthil Kumaran | 2009-07-26 |
* | An HTTPResponse is, by its nature, readable. | Jeremy Hylton | 2009-04-01 |
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 |
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 |
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 |
* | Fix compatibility issue with HTTPMessage class. | Jeremy Hylton | 2009-03-27 |
* | Replace duplicate code in http.server with call to http.client.parse_headers(). | Jeremy Hylton | 2009-03-27 |
* | Simplify complex expression. | Jeremy Hylton | 2009-03-26 |
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 |
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 |
* | revert 69416; it didn't help much | Benjamin Peterson | 2009-02-08 |
* | fix typo and test_urllib failures | Benjamin Peterson | 2009-02-07 |
* | merging / reimplementing r68532 from the trunk to Py3k | Kristján Valur Jónsson | 2009-02-02 |
* | Merged revisions 68458 via svnmerge from | Benjamin Peterson | 2009-01-18 |
* | Use True/False for ints instead of 1/0. That's so Python 2.0. | Jeremy Hylton | 2008-12-15 |
* | Merged revisions 67442 via svnmerge from | Benjamin Peterson | 2008-11-30 |
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 |
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 |
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 |