1. 44cb89a bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Miss Islington (bot) · 4 years, 10 months ago
  2. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 5 years ago
  3. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 5 years ago
  4. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 5 years ago
  5. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  6. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 6 years ago
  7. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  8. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  9. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  10. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  11. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  12. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  13. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  14. 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 11 years ago
  15. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  16. 1d237e5 #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  17. 7ac17f8 #18483: add one more date format in test_http2time_formats. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  18. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  19. eef80b6 this should be an identity test by Benjamin Peterson · 13 years ago
  20. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  21. 7f462fc Fix file closing in test_http_cookiejar. by Brett Cannon · 14 years ago
  22. 41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in by Gregory P. Smith · 14 years ago
  23. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  24. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  25. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  26. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  27. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  28. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  29. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  30. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  31. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed (91%) from Lib/test/test_cookielib.py]
  32. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  33. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  34. f520c05 Don't use cwnon-ASCII characters in the source; use \ooo escapes. by Guido van Rossum · 17 years ago
  35. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  36. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  37. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  38. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
  39. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  40. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  41. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  42. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 19 years ago
  43. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 19 years ago
  44. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago