summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release version 2.3.02.3.0David Lord2023-04-252-2/+2
* Merge branch '2.2.x'David Lord2023-04-256-15/+15
|\
| * update dev dependencies2.2.xDavid Lord2023-04-256-15/+15
* | support scrypt (#2655)David Lord2023-04-253-68/+113
|\ \
| * | support scryptDavid Lord2023-04-253-68/+113
|/ /
* | fix issue linksDavid Lord2023-04-241-5/+5
* | update form parser API (#2653)David Lord2023-04-243-56/+179
|\ \
| * | deprecate custom form parser content typesDavid Lord2023-04-243-56/+179
|/ /
* | escape ASCII control characters in request log (#2652)David Lord2023-04-242-0/+10
|\ \
| * | escape ASCII control characters in request logDavid Lord2023-04-242-0/+10
|/ /
* | add devcontainer configuration (#2649)David Lord2023-04-204-54/+93
|\ \
| * | add devcontainer configurationDavid Lord2023-04-204-54/+93
|/ /
* | drop support for Python 3.7 (#2648)David Lord2023-04-2016-38/+26
|\ \
| * | drop support for python 3.7David Lord2023-04-2016-38/+26
* | | use OIDC instead of token for publishing (#2647)David Lord2023-04-201-2/+2
|\ \ \ | |/ / |/| |
| * | use oidc instead of tokenDavid Lord2023-04-201-2/+2
|/ /
* | remove old linksDavid Lord2023-04-191-2/+0
* | remove old linksDavid Lord2023-04-192-3/+0
* | use new logo (#2646)David Lord2023-04-199-90/+9
|\ \
| * | use new logoDavid Lord2023-04-199-90/+9
|/ /
* | remove test app and secret app binary data (#2645)David Lord2023-04-193-187/+27
|\ \
| * | remove unneeded dataDavid Lord2023-04-193-187/+27
|/ /
* | remove noqa F401 for typingDavid Lord2023-04-194-7/+4
* | use postponed evaluation of annotations (#2644)David Lord2023-04-1955-1267/+1237
|\ \
| * | add __future__ annotationsDavid Lord2023-04-1955-1267/+1237
|/ /
* | split csp and etag from headers moduleDavid Lord2023-04-198-379/+394
* | shorten header submodule namesDavid Lord2023-04-189-12/+12
* | fix `ProfilerMiddleware` stream param type hint (#2643)David Lord2023-04-152-1/+3
|\ \
| * | fix ProfilerMiddleware stream param type hintErik Hartwig2023-04-152-1/+3
|/ /
* | fix Map.bind raising BadHost on invalid idnaDavid Lord2023-04-121-1/+1
* | internal test cookie request/response methodsDavid Lord2023-04-121-23/+46
* | no path by defaultDavid Lord2023-04-111-1/+1
* | no path by defaultDavid Lord2023-04-112-3/+3
* | remove charset information from docsDavid Lord2023-04-113-80/+1
* | deprecate bytes and charset (#2641)David Lord2023-04-1129-392/+566
|\ \
| * | deprecate iri charset and errors paramsDavid Lord2023-04-113-26/+57
| * | deprecate request and response charsetDavid Lord2023-04-117-43/+214
| * | restrict multipart charsetsDavid Lord2023-04-102-2/+9
| * | remove request.url_charsetDavid Lord2023-04-106-33/+25
| * | finish deprecating charset for cookiesDavid Lord2023-04-103-19/+30
| * | deprecate charset in routingDavid Lord2023-04-102-7/+34
| * | deprecate bytes in headersDavid Lord2023-04-104-87/+93
| * | deprecate bytes where str is expectedDavid Lord2023-04-1013-86/+19
| * | remove uses of _to_str and _to_bytesDavid Lord2023-04-109-53/+69
| * | inline _encode_idna, _decode_idna takes str onlyDavid Lord2023-04-104-54/+34
|/ /
* | Correctly implement multipart parsing for empty fields (#2639)David Lord2023-04-103-26/+102
|\ \
| * | Correctly implement multipart parsing for empty fieldspgjones2023-04-103-26/+102
|/ /
* | ignore warning from pytest due to change in Python 3.12 alphaDavid Lord2023-04-101-1/+5
* | Merge branch '2.2.x'David Lord2023-04-109-45/+27
|\ \ | |/
| * update dependenciesDavid Lord2023-04-107-43/+25