1. d5a2377 bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Berker Peksag · 6 years ago
  2. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 6 years ago
  3. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  4. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 8 years ago
  5. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 8 years ago
  6. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 9 years ago
  7. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  8. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  9. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  10. 1813c17 #2211: properly document the Morsel behavior changes. by R David Murray · 9 years ago
  11. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 9 years ago
  12. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 9 years ago
  13. 5b88329 merge 3.4 (#22986) by Benjamin Peterson · 10 years ago
  14. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago
  15. b1e3607 Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks. by Antoine Pitrou · 10 years ago
  16. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  17. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  18. dad182c Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  19. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  20. 0b943a1 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  21. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  22. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 12 years ago
  23. e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 14 years ago
  24. b16e38b #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes. Handle that as a special case. by Georg Brandl · 14 years ago
  25. 76e155a #3788: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility. by Georg Brandl · 14 years ago
  26. d3791ed Fix the warnings filter usage in test_http_cookies. by Brett Cannon · 14 years ago
  27. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  28. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  29. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago[Renamed (92%) from Lib/test/test_cookie.py]
  30. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  31. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  33. 8246c43 Correct test suite for #848017. by Georg Brandl · 19 years ago
  34. d73ef06 Exercise sorted() where possible by Raymond Hettinger · 21 years ago
  35. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  36. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  37. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  38. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 23 years ago
  39. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 23 years ago
  40. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 23 years ago
  41. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  42. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  43. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  44. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  45. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  46. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  47. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago