1. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
  2. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  3. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 16 years ago
  4. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 16 years ago
  5. 7e11b3f merging / reimplementing r68532 from the trunk to Py3k by Kristján Valur Jónsson · 16 years ago
  6. 822b21c Merged revisions 68458 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  8. 1742e40 Merged revisions 67442 via svnmerge from by Benjamin Peterson · 16 years ago
  9. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 35e661c Merged revisions 66262 via svnmerge from by Benjamin Peterson · 16 years ago
  11. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  12. 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
  13. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  14. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  15. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  16. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  17. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  18. 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
  19. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  20. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  21. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago