index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
/
cookie.py
Age
Commit message (
Expand
)
Author
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed Python 2 version check in django.http.cookie.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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