summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated escape and unescaperemove-deprecated-codeDavid Lord2021-11-051-49/+0
* remove deprecated format_stringDavid Lord2021-11-051-26/+0
* remove deprecated detect_utf_encodingDavid Lord2021-11-051-58/+0
* remove deprecated bind_arguments and validate_argumentsDavid Lord2021-11-052-212/+0
* remove deprecated HTMLBuilder classDavid Lord2021-11-051-138/+0
* remove deprecated invalidate_cached_propertyDavid Lord2021-11-052-179/+0
* remove deprecated pbkdf2 security functionsDavid Lord2021-11-051-112/+0
* remove deprecated thread-local code from localsDavid Lord2021-11-051-98/+1
* remove deprecated run_with_reloader internal functionDavid Lord2021-11-051-21/+0
* remove deprecated werkzeug.serving cliDavid Lord2021-11-051-51/+0
* remove deprecated dev server shutdown functionDavid Lord2021-11-051-23/+0
* remove deprecated cookie_date functionDavid Lord2021-11-051-18/+0
* remove deprecated parse_multipart_headersDavid Lord2021-11-051-40/+0
* remove deprecated HTTPException.wrap methodDavid Lord2021-11-051-66/+3
* remove deprecated test response tuple behaviorDavid Lord2021-11-051-38/+15
* remove deprecated Response.freeze no_etag parameterDavid Lord2021-11-051-10/+4
* remove deprecated Request.disable_data_descriptorDavid Lord2021-11-051-22/+3
* remove deprecated user agent parserDavid Lord2021-11-052-217/+1
* remove deprecated cache_property nameDavid Lord2021-11-051-11/+0
* remove deprecated has_key methodDavid Lord2021-11-051-28/+0
* remove deprecated request/response mixinsDavid Lord2021-11-0512-293/+3
* Merge branch '2.0.x'David Lord2021-10-053-19/+73
|\
| * release version 2.0.2David Lord2021-10-051-1/+1
| * handle an exception without a tracebackKris Jurka2021-10-051-0/+5
| * Fixed expand frame exceptionMiroslav Bendík2021-10-051-2/+2
| * fix setting CSP header optionspgjones2021-10-051-17/+66
* | setting CacheControl int property enforces typeDavid Lord2021-10-051-1/+13
* | Merge branch '2.0.x'David Lord2021-10-058-26/+42
|\ \ | |/
| * use exception chainingDavid Lord2021-10-045-22/+37
| * Fix type-hint in `CallbackDict`Yourun-Proger2021-09-233-3/+4
| * Replace NBSP by spaceBruno P. Kinoshita2021-09-211-1/+1
| * Spelling fix: changed 'y' to 'by'Rahul-RB2021-08-191-1/+1
* | Merge pull request #2238 from hongkuancn/fixDavid Lord2021-09-222-2/+2
|\ \
| * | fix typo and grammar mistakeHongkuan Wang2021-09-222-2/+2
* | | Replace NBSP by spaceBruno P. Kinoshita2021-09-211-1/+1
|/ /
* | Merge remote-tracking branch 'origin/2.0.x'David Lord2021-08-102-2/+12
|\ \ | |/
| * Fix memory usage with the non-stdlib ContextVarpgjones2021-08-081-1/+11
| * Use provided `cn` for subjAltNameHenryk Plötz2021-08-061-1/+1
* | Merge remote-tracking branch 'origin/2.0.x'David Lord2021-08-061-1/+2
|\ \ | |/
| * run pyupgradeDavid Lord2021-08-061-1/+1
| * fix new mypy errorsDavid Lord2021-08-061-1/+2
* | Merge remote-tracking branch 'origin/2.0.x'David Lord2021-08-0613-57/+59
|\ \ | |/
| * use IO[bytes] instead of BinaryIO for wider compatibilityDavid Lord2021-08-0612-56/+58
| * debugger cookie uses SameSite=StrictDavid Lord2021-08-061-1/+1
* | Merge remote-tracking branch 'origin/2.0.x'David Lord2021-08-068-23/+39
|\ \ | |/
| * add missing type annotations for FileStorage special methodsFilipe Morais2021-08-061-0/+3
| * fix type annotations of RuleFactory classesjkhsjdhjs2021-08-061-4/+6
| * Fix type hints for TypeConversionDict.getJan Teske2021-08-061-6/+7
| * send_file only sets content-encoding if as_attachment is FalseShivam Verma2021-08-061-1/+7
| * CombinedMultiDict.to_dict flat=False collects values from all dictscAtaman2021-08-051-4/+4