summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* release version 2.3.32.3.3David Lord2023-05-011-1/+1
* Fix the parsing of large multipart bodiespgjones2023-05-011-15/+23
* cookie path=/ defaultDavid Lord2023-05-013-18/+20
* start version 2.3.3David Lord2023-05-011-1/+1
* release version 2.3.22.3.2David Lord2023-04-281-1/+1
* update changelogs in docstringsDavid Lord2023-04-283-5/+10
* cookie path=/ defaultDavid Lord2023-04-281-1/+4
* max_content_length only with wsgi.input_terminatedDavid Lord2023-04-281-8/+12
* test client parses set-cookie more accuratelyDavid Lord2023-04-271-10/+14
* start version 2.3.2David Lord2023-04-271-1/+1
* release version 2.3.12.3.1David Lord2023-04-271-1/+1
* Authorization and WWWAuthenticate __eq__David Lord2023-04-261-0/+20
* allow more characters in unquoted cookie valuesDavid Lord2023-04-261-4/+4
* quote plus in urlsDavid Lord2023-04-261-1/+1
* start version 2.3.1David Lord2023-04-261-1/+1
* release version 2.3.02.3.0David Lord2023-04-251-1/+1
* support scryptDavid Lord2023-04-251-53/+83
* deprecate custom form parser content typesDavid Lord2023-04-242-56/+176
* escape ASCII control characters in request logDavid Lord2023-04-241-0/+8
* drop support for python 3.7David Lord2023-04-2010-30/+20
* remove unneeded dataDavid Lord2023-04-192-179/+27
* remove noqa F401 for typingDavid Lord2023-04-194-7/+4
* add __future__ annotationsDavid Lord2023-04-1954-1267/+1236
* 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 hintErik Hartwig2023-04-151-1/+1
* 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-2/+2
* deprecate iri charset and errors paramsDavid Lord2023-04-113-26/+57
* deprecate request and response charsetDavid Lord2023-04-115-32/+208
* restrict multipart charsetsDavid Lord2023-04-101-2/+7
* remove request.url_charsetDavid Lord2023-04-104-24/+21
* finish deprecating charset for cookiesDavid Lord2023-04-103-19/+30
* deprecate charset in routingDavid Lord2023-04-101-7/+32
* deprecate bytes in headersDavid Lord2023-04-103-63/+93
* deprecate bytes where str is expectedDavid Lord2023-04-109-50/+13
* remove uses of _to_str and _to_bytesDavid Lord2023-04-106-47/+66
* inline _encode_idna, _decode_idna takes str onlyDavid Lord2023-04-104-54/+34
* Correctly implement multipart parsing for empty fieldspgjones2023-04-101-25/+45
* Merge branch '2.2.x'David Lord2023-04-103-3/+3
|\
| * update dependenciesDavid Lord2023-04-102-3/+3
* | update type annotation for Accept.best_matchJens Heinrich2023-04-031-3/+3
* | refactor test client cookie implementationDavid Lord2023-04-031-131/+286
* | no path by defaultDavid Lord2023-04-031-1/+4
* | refactor parse_cookie and dump_cookieDavid Lord2023-04-035-199/+180
* | more windows special filesDavid Lord2023-03-181-10/+5
* | development server discards header keys with underscoresDavid Lord2023-03-171-0/+3
* | check max_content_length consistentlyDavid Lord2023-03-146-305/+267
* | refactor Authorization and WWWAuthenticateDavid Lord2023-03-105-340/+509