1. ca5130c Merged revisions 76210 via svnmerge from by Senthil Kumaran · 15 years ago
  2. 595ad32 Merged revisions 75137 via svnmerge from by Antoine Pitrou · 15 years ago
  3. a833206 Merged revisions 74745 via svnmerge from by Benjamin Peterson · 15 years ago
  4. 5a86acb Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  5. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  6. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  7. a7deeee port r72246 by Benjamin Peterson · 15 years ago
  8. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  9. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  10. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  11. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 15 years ago
  12. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  13. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  14. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  15. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  16. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  17. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  18. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  19. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  20. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  21. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  22. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  23. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  24. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  25. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  26. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  27. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 16 years ago
  29. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  30. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  31. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  32. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  33. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  34. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  35. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  36. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  37. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  38. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  39. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago