1. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 5 years ago
  2. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 5 years ago
  3. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 5 years ago
  4. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 6 years ago
  5. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  6. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  7. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  8. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  9. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  10. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  11. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  12. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 9 years ago
  13. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  14. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  15. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  16. f3d9c31 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  17. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  18. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  19. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  20. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  21. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  22. 55e614a Issue #11957: Explicit parameter name when calling re.split() and re.sub() by Victor Stinner · 10 years ago
  23. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  24. 1392df9 Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  25. fc45f17 merge 3.3 (#20018) by Benjamin Peterson · 11 years ago
  26. ccedc22 update url to spec (closes #20018) by Benjamin Peterson · 11 years ago
  27. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  28. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  29. 7005b1f #17678: Remove the use of a deprecated method http/cookiejar.py. Changing the by Senthil Kumaran · 11 years ago
  30. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 11 years ago
  31. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  32. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  33. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  34. 8b15ee0 #15980: merge with 3.2. by Ezio Melotti · 12 years ago
  35. 0847db7 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  36. da1ffbc Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar by Meador Inge · 12 years ago
  37. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  38. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  39. 56f9a02 merge 3.1 by Victor Stinner · 13 years ago
  40. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  41. e5d518f Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  42. 87a1564 #5147: revert accidental indentation of header constant for MozillaCookieJar. by Georg Brandl · 14 years ago
  43. 2c4973d Merged revisions 82985 via svnmerge from by Gregory P. Smith · 14 years ago
  44. 41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in by Gregory P. Smith · 14 years ago
  45. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  46. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  47. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  48. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  49. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 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[Renamed (98%) from Lib/cookielib.py]
  52. 7ecf3dc Fixup old, invalid import. by Jeremy Hylton · 16 years ago
  53. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  54. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  55. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  56. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  57. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  58. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  59. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  60. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  61. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  62. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  63. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  64. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  65. bc6a195 [Bug #1372836] Remove unused code by Andrew M. Kuchling · 19 years ago
  66. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 19 years ago
  67. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 19 years ago
  68. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  69. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  70. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 19 years ago
  71. 2fa0b9d Remove unnecessary imports by Neal Norwitz · 20 years ago
  72. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  73. 504239f Silence noise in regrtest. by Martin v. Löwis · 20 years ago
  74. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago