summaryrefslogtreecommitdiff
path: root/django/http/cookie.py
AgeCommit message (Expand)Author
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-19Refs #23919 -- Removed Python 2 version check in django.http.cookie.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-03-15Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.Collin Anderson
2016-03-14Simplified _cookie_allows_colon_in_names condition.Tim Graham
2016-03-14Removed a workaround for a cookie encoding bug [1] in Python < 2.7.2.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-12Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...Tim Graham
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor