summaryrefslogtreecommitdiff
path: root/tests/responses/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-32/+46
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-5/+5
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-3/+3
* 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
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-0/+15