summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update serving.pyPamela Fox2023-05-091-1/+1
* release version 2.3.42.3.4David Lord2023-05-081-1/+1
* update removal version to 3.0David Lord2023-05-0813-120/+120
* preserve invalid itms-services url schemeDavid Lord2023-05-063-8/+26
* Do not apply max_form_parts to non-multipart dataAdrian Moennich2023-05-051-5/+4
* Remove uses of warnings.catch_warnings (#2690) (#2692)Jeff Dairiki2023-05-032-43/+25
* WWWAuthenticate.from_header handles base64 padding in tokenDavid Lord2023-05-011-4/+5
* Authorization.from_header handles base64 padding in tokenNicolas Simonds2023-05-011-6/+5
* start version 2.3.4David Lord2023-05-011-1/+1
* release version 2.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
|\