summaryrefslogtreecommitdiff
path: root/tests/responses/test_cookie.py
AgeCommit message (Expand)Author
2020-09-05Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani
2020-07-16Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-12-12Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-02-14Made a requests test that will fail in 2028 fail 10 years later.Bernhard M. Wiedemann
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-01-08Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...Alvin Lindstam
2018-01-08Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham