| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+3 |
|
|
* | Merged revisions 78417 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+2 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78299 via svnmerge from | Senthil Kumaran | 2010-02-22 | 1 | -1/+1 |
|
|
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -5/+8 |
|
|
* | Merged revisions 76908 via svnmerge from | Senthil Kumaran | 2009-12-20 | 1 | -3/+18 |
|
|
* | Merged revisions 76208 via svnmerge from | Senthil Kumaran | 2009-11-11 | 1 | -6/+6 |
|
|
* | [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ... | Antoine Pitrou | 2009-09-29 | 1 | -4/+11 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+3 |
|
|
* | Fixes issue #6838: use a list to accumulate the value instead of repeatedly c... | Chris Withers | 2009-09-04 | 1 | -12/+9 |
|
|
* | Turn some comments into docstrings. | Georg Brandl | 2009-09-04 | 1 | -20/+16 |
|
|
* | Remove pseudo-end markers from http.cookies. | Georg Brandl | 2009-09-04 | 1 | -22/+1 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -0/+30 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-01 | 1 | -10/+18 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
|
|
* | port r72246 | Benjamin Peterson | 2009-05-08 | 1 | -0/+3 |
|
|
* | Merged revisions 71303 via svnmerge from | Benjamin Peterson | 2009-04-11 | 1 | -14/+50 |
|
|
* | Make http.server main program nicer for interactive use. | Alexandre Vassalotti | 2009-04-03 | 1 | -4/+6 |
|
|
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 1 | -1/+1 |
|
|
* | An HTTPResponse is, by its nature, readable. | Jeremy Hylton | 2009-04-01 | 1 | -0/+3 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 1 | -28/+60 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 1 | -35/+24 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -10/+20 |
|
|
* | Fix compatibility issue with HTTPMessage class. | Jeremy Hylton | 2009-03-27 | 2 | -4/+4 |
|
|
* | Sort import list. | Jeremy Hylton | 2009-03-27 | 1 | -10/+10 |
|
|
* | Replace duplicate code in http.server with call to http.client.parse_headers(). | Jeremy Hylton | 2009-03-27 | 2 | -17/+2 |
|
|
* | Simplify complex expression. | Jeremy Hylton | 2009-03-26 | 1 | -1/+3 |
|
|
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 | 1 | -2/+11 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -3/+9 |
|
|
* | revert 69416; it didn't help much | Benjamin Peterson | 2009-02-08 | 1 | -1/+1 |
|
|
* | fix typo and test_urllib failures | Benjamin Peterson | 2009-02-07 | 1 | -1/+1 |
|
|
* | merging / reimplementing r68532 from the trunk to Py3k | Kristján Valur Jónsson | 2009-02-02 | 1 | -5/+5 |
|
|
* | Merged revisions 68458 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -7/+8 |
|
|
* | Use True/False for ints instead of 1/0. That's so Python 2.0. | Jeremy Hylton | 2008-12-15 | 1 | -5/+5 |
|
|
* | Merged revisions 67442 via svnmerge from | Benjamin Peterson | 2008-11-30 | 1 | -25/+40 |
|
|
* | Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv... | Benjamin Peterson | 2008-11-16 | 1 | -3/+6 |
|
|
* | Merged revisions 66262 via svnmerge from | Benjamin Peterson | 2008-09-06 | 1 | -0/+6 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 2 | -12/+12 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 1 | -1/+1 |
|
|
* | Issue3113: tests for CGIHTTPRequestHandler failed on windows: | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -58/+18 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 3 | -15/+15 |
|
|
* | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 1 | -1/+1 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 3 | -131/+77 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -2/+3 |
|
|
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 1 | -153/+8 |
|
|
* | Remove _FooCookieJar modules and merge their content into http.cookiejar. | Georg Brandl | 2008-05-26 | 1 | -2/+295 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 5 | -0/+4792 |
|
|