summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update workflows (#2699)2.3.xDavid Lord2023-05-092-8/+3
|\
| * remove pip upgradeDavid Lord2023-05-091-5/+0
| * update publish parameter namesDavid Lord2023-05-091-3/+3
|/
* Fix typo: "serve crash" -> "server crash" (#2698)David Lord2023-05-091-1/+1
|\
| * Update serving.pyPamela Fox2023-05-091-1/+1
|/
* release version 2.3.4 (#2697)David Lord2023-05-082-2/+2
|\
| * release version 2.3.42.3.4David Lord2023-05-082-2/+2
|/
* update version to remove deprecations to 3.0 (#2696)David Lord2023-05-0813-120/+120
|\
| * update removal version to 3.0David Lord2023-05-0813-120/+120
|/
* preserve invalid `itms-services` url scheme (#2695)David Lord2023-05-065-45/+51
|\
| * preserve invalid itms-services url schemeDavid Lord2023-05-065-45/+51
|/
* Do not apply max_form_parts to non-multipart data (#2694)David Lord2023-05-053-7/+8
|\
| * Do not apply max_form_parts to non-multipart dataAdrian Moennich2023-05-053-7/+8
|/
* Remove uses of warnings.catch_warnings (#2690) (#2692)Jeff Dairiki2023-05-035-46/+48
* WWWAuthenticate.from_header handles base64 padding in tokenDavid Lord2023-05-013-6/+20
* Make werkzeug.http.parse_dict_header avoid base64 padding (#2686)David Lord2023-05-013-6/+21
|\
| * Authorization.from_header handles base64 padding in tokenNicolas Simonds2023-05-013-6/+21
|/
* start version 2.3.4David Lord2023-05-012-1/+7
* release version 2.3.3David Lord2023-05-012-2/+2
* Fix the parsing of large multipart bodies (#2678)David Lord2023-05-012-15/+25
|\
| * Fix the parsing of large multipart bodiespgjones2023-05-012-15/+25
|/
* cookie sets `Path=/` everywhere by default again (#2680)David Lord2023-05-016-21/+43
|\
| * cookie path=/ defaultDavid Lord2023-05-016-21/+43
|/
* start version 2.3.3David Lord2023-05-012-1/+7
* release version 2.3.2 (#2674)David Lord2023-04-282-2/+2
|\
| * release version 2.3.22.3.2David Lord2023-04-282-2/+2
|/
* update changelogs in docstringsDavid Lord2023-04-283-5/+10
* cookie sets `Path=/` by default again (#2673)David Lord2023-04-283-13/+19
|\
| * cookie path=/ defaultDavid Lord2023-04-283-13/+19
|/
* max_content_length only with wsgi.input_terminated (#2671)David Lord2023-04-282-8/+14
|\
| * max_content_length only with wsgi.input_terminatedDavid Lord2023-04-282-8/+14
|/
* test client parses set-cookie more accurately (#2670)David Lord2023-04-272-10/+16
|\
| * test client parses set-cookie more accuratelyDavid Lord2023-04-272-10/+16
|/
* start version 2.3.2David Lord2023-04-272-1/+7
* release version 2.3.1 (#2667)David Lord2023-04-272-2/+2
|\
| * release version 2.3.12.3.1David Lord2023-04-272-2/+2
|/
* `__eq__` for auth objects (#2666)David Lord2023-04-263-0/+44
|\
| * Authorization and WWWAuthenticate __eq__David Lord2023-04-263-0/+44
|/
* include missing pyi files (#2664)David Lord2023-04-262-1/+2
|\
| * include missing pyi filesDavid Lord2023-04-262-1/+2
|/
* allow more characters in unquoted cookie values (#2663)David Lord2023-04-263-7/+8
|\
| * allow more characters in unquoted cookie valuesDavid Lord2023-04-263-7/+8
* | encode plus in urls (#2661)David Lord2023-04-263-1/+4
|\ \ | |/
| * quote plus in urlsDavid Lord2023-04-263-1/+4
|/
* start version 2.3.1David Lord2023-04-262-1/+7
* release version 2.3.0 (#2656)David Lord2023-04-252-2/+2
|\
| * 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
|\ \