| Age | Commit message (Expand) | Author |
|---|---|---|
| 2016-03-15 | Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers. | Collin Anderson |
| 2016-03-14 | Simplified _cookie_allows_colon_in_names condition. | Tim Graham |
| 2016-03-14 | Removed a workaround for a cookie encoding bug [1] in Python < 2.7.2. | Tim Graham |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2014-11-12 | Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h... | Tim Graham |
| 2013-10-26 | Fixed up some more flake8 violations (this particular violation still has man... | Alex Gaynor |
| 2013-09-10 | Fixed #18403 -- Initialized bad_cookies in SimpleCookie | e0ne |
| 2013-09-02 | Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin |
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz |
| 2013-01-11 | Fixed #19585 -- Fixed loading cookie value as a dict | Claude Paroz |
| 2012-10-21 | Cleaned up the the http module. Moved all of the code from __init__.py to req... | Alex Gaynor |
