starlette/starlette
Marcelo Trylesinski 548200dd33
Add typing.overload to coverage `exclude_lines` (#1753)
2022-07-10 15:38:32 +02:00
..
middleware Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
__init__.py Fix __version__ (#1713) 2022-06-28 13:23:55 +02:00
_compat.py Fix md5_hexdigest wrapper on FIPS enabled systems (#1410) 2022-01-14 10:40:18 +01:00
_utils.py Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
applications.py Add 400 response when `boundary` is missing (#1617) 2022-05-19 20:33:03 +02:00
authentication.py Fix `authentication.requires` typing (#1659) 2022-06-10 23:30:50 -07:00
background.py Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
concurrency.py Deprecate run_until_first_complete (#1443) 2022-02-14 15:41:58 +00:00
config.py Add typing.overload to coverage `exclude_lines` (#1753) 2022-07-10 15:38:32 +02:00
convertors.py Make base convertors.Convertor generic and annotate its subclasses (#1451) 2022-01-30 12:55:31 +01:00
datastructures.py Add generic type parameters to FormData (#1651) 2022-05-26 12:33:40 -07:00
endpoints.py Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
exceptions.py Add 400 response when `boundary` is missing (#1617) 2022-05-19 20:33:03 +02:00
formparsers.py Raise `MultiPartException` when missing "name" field on `Content-Disposition` header (#1643) 2022-05-24 07:31:57 +02:00
py.typed Add py.typed to package 2019-04-09 23:01:54 +08:00
requests.py fix type annotations in requests.py (#1712) 2022-06-29 12:44:27 -07:00
responses.py fix type annotations in responses.py (#1711) 2022-06-27 22:32:41 -07:00
routing.py Fix regression on route names with colons (#1675) 2022-06-04 18:14:49 +02:00
schemas.py Remove converter from path when generating `OpenAPI` schema (#1648) 2022-06-28 07:23:27 +02:00
staticfiles.py Revert "Allow staticfiles to follow symlinks outside directory (#1377)" (#1681) 2022-06-10 07:12:12 +02:00
status.py Remove compat code for Python < 3.7 (#1616) 2022-05-01 22:03:41 +02:00
templating.py Add `typing.Optional` on missing annotations (#1549) 2022-04-21 22:12:27 +02:00
testclient.py Improve detection of async callables (#1444) 2022-05-28 09:28:58 +02:00
types.py ASGI 3 (#435) 2019-03-19 16:03:19 +00:00
websockets.py Add `typing.Optional` on missing annotations (#1549) 2022-04-21 22:12:27 +02:00