Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-121-1/+19
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne2013-09-101-0/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz2013-01-111-1/+4
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-211-0/+83