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. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  4. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  5. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  6. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  7. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  8. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed (98%) from Lib/cookielib.py]
  9. 7ecf3dc Fixup old, invalid import. by Jeremy Hylton · 16 years ago
  10. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 16 years ago
  11. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  12. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  13. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  14. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  15. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  16. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  17. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  18. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  19. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  20. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  21. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  22. bc6a195 [Bug #1372836] Remove unused code by Andrew M. Kuchling · 19 years ago
  23. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 19 years ago
  24. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 19 years ago
  25. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  26. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  27. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 19 years ago
  28. 2fa0b9d Remove unnecessary imports by Neal Norwitz · 20 years ago
  29. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  30. 504239f Silence noise in regrtest. by Martin v. Löwis · 20 years ago
  31. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago