summaryrefslogtreecommitdiff
path: root/tests/responses
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-142-19/+28
* Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani2020-09-051-0/+5
* Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak2020-07-161-0/+12
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...Florian Apolloner2020-02-111-49/+0
* Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel2019-12-121-1/+4
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek2019-06-201-0/+49
* Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza2019-05-171-0/+9
* Made a requests test that will fail in 2028 fail 10 years later.Bernhard M. Wiedemann2019-02-141-2/+2
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-3/+3
* Refs #16470 -- Fixed typo in a FileResponse test.James Aylett2018-09-011-1/+1
* Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz2018-05-151-0/+73
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-131-0/+11
* Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...Alvin Lindstam2018-01-081-0/+13
* Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham2018-01-081-0/+93
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...roboslone2016-12-271-0/+5
* Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen2016-08-301-2/+22
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe2015-12-141-0/+11
* Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.Jon Dufresne2015-10-211-0/+9
* Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.Keryn Knight2015-07-151-0/+5
* Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne2015-03-121-0/+6
* Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne2015-01-281-3/+3
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+14
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-1/+24
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+52
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-193-0/+15