1. 7aa2621 Merged revisions 78299 via svnmerge from by Senthil Kumaran · 14 years ago
  2. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  3. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  4. e29cd16 Merged revisions 76208 via svnmerge from by Senthil Kumaran · 15 years ago
  5. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  6. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  8. 9cf32a1 Turn some comments into docstrings. by Georg Brandl · 15 years ago
  9. 4eff9f7 Remove pseudo-end markers from http.cookies. by Georg Brandl · 15 years ago
  10. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  11. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  12. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  13. a7deeee port r72246 by Benjamin Peterson · 15 years ago
  14. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  15. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  16. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  17. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 15 years ago
  18. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  19. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  20. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  21. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  22. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  23. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  24. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  25. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  26. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  27. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  28. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  29. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  30. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  31. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  32. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  33. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  34. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 16 years ago
  35. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  36. 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
  37. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  38. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  39. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  40. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  41. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  42. 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
  43. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  44. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  45. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago