Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #31040 -- Used 402 HTTP status in middleware_exceptions tests. | Mariusz Felisiak | 2020-03-31 | 1 | -5/+5 |
| | | | | | | | | | HTTP status code 418 - "I'm a Teaport" was added to http.HTTPStatus in Python 3.9.0a5 [1] that caused failures in middleware_exceptions tests. This changes HTTP status used in middleware_exceptions tests to 402, which exists in all supported versions of Python. [1] https://docs.python.org/3.9/whatsnew/3.9.html#http | ||||
* | Fixed #31224 -- Added support for asynchronous views and middleware. | Andrew Godwin | 2020-03-18 | 1 | -0/+64 |
| | | | | | This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client. | ||||
* | Tested a middleware's process_template_response() returning None. | Tim Graham | 2018-11-20 | 1 | -0/+5 |
| | |||||
* | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | |||||
* | Fixed #26915 -- Fixed regression handling responses returned from view ↵ | Alex Hill | 2016-07-25 | 1 | -1/+8 |
| | | | | middleware. | ||||
* | Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵ | Carl Meyer | 2016-06-17 | 1 | -3/+51 |
| | | | | exception handling. | ||||
* | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | 2016-05-17 | 1 | -1/+3 |
| | | | | | Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | ||||
* | Fixed #24877 -- Added middleware handling of response.render() errors. | Sylvain Fankhauser | 2015-07-03 | 1 | -0/+8 |