summaryrefslogtreecommitdiff
path: root/tests/responses/tests.py
AgeCommit message (Expand)Author
2023-06-10Added tests for HttpResponseBase.charset/reason_phrase setters.XDEv11
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-05-04Changed `'%s' % value` pattern to `str(value)`.Nick Pope
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-27Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...roboslone
2016-08-30Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-14Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe
2015-10-21Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.Jon Dufresne
2015-07-15Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.Keryn Knight
2015-03-12Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2014-12-11Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko
2014-11-03Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2013-11-02Fixing E302 ErrorsJason Myers
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin