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