summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release version 2.2.12.2.1pgjones2022-07-272-2/+2
* Merge pull request #2472 from pgjones/2.2.xDavid Lord2022-07-273-2/+20
|\
| * Bugfix the calculation of weighting based on static partspgjones2022-07-273-2/+20
|/
* Merge pull request #2470 from pgjones/2.2.xDavid Lord2022-07-263-2/+19
|\
| * Switch $\Z to \Z in matching regexpgjones2022-07-261-1/+1
| * Bugfix ensure that the entire part is matchedpgjones2022-07-263-1/+18
|/
* Merge pull request #2468 from pgjones/2.2.xDavid Lord2022-07-254-0/+24
|\
| * Restore ValidationError as part of the werkzeug.routing APIpgjones2022-07-252-0/+3
| * Ensure that rules without strict slashes match paths with slashespgjones2022-07-253-0/+21
* | Merge branch '2.1.x' into 2.2.xDavid Lord2022-07-241-10/+1
|\ \ | |/ |/|
| * remove unreleased version2.1.xDavid Lord2022-07-221-10/+0
* | start version 2.2.1pgjones2022-07-232-1/+7
* | release version 2.2.02.2.0pgjones2022-07-232-1/+3
* | Remove deprecated multiple optionpgjones2022-07-233-37/+3
* | Deprecate wsgi functionspgjones2022-07-235-210/+106
* | Cleanup b42d1a4b57b8aba5c38fb8a030848db71004e2c5 and 81d2ed03ecf27d640b3a6fe8...pgjones2022-07-234-79/+13
* | Don't set a default mimetype for Test Responsespgjones2022-07-234-1/+22
* | Merge pull request #2458 from pgjones/testDavid Lord2022-07-221-0/+28
|\ \
| * | Add a test to demonstrate leaf rules don't consume branchespgjones2022-07-221-0/+28
|/ /
* | Merge remote-tracking branch 'origin/2.1.x'pgjones2022-07-223-2/+13
|\ \ | |/
| * Ignore false positive B023 errorspgjones2022-07-221-2/+4
| * Correct the CHANGES format for the unreleased 2.1.3pgjones2022-07-221-1/+6
| * Support PathLike as type for filename argument in FileStorage classMatthew Gamble2022-07-223-2/+8
* | extractring utils functions to sansioRauha Rahkola2022-07-223-73/+200
* | extractring http functions to sansioRauha Rahkola2022-07-224-75/+179
* | Merge pull request #2410 from EthanAMoss/311-tracebackDavid Lord2022-07-142-10/+28
|\ \
| * | enhanced error location in debugger tracebackEthan Moss2022-07-142-10/+28
|/ /
* | Merge branch '2.1.x'David Lord2022-07-145-9/+9
|\ \ | |/
| * update requirementsDavid Lord2022-07-145-9/+9
| * Merge pull request #2449 from pallets/pre-commit-ci-update-configDavid Lord2022-07-041-1/+1
| |\
| | * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-041-1/+1
| |/
* | Merge pull request #2451 from pallets/prerelease-2.2.0a12.2.0a1David Lord2022-07-081-1/+1
|\ \
| * | prerelease version 2.2.0a1David Lord2022-07-081-1/+1
|/ /
* | Merge pull request #2448 from pallets/markupsafeDavid Lord2022-07-0412-30/+47
|\ \
| * | use markupsafe for escaping valuesDavid Lord2022-07-0412-30/+47
|/ /
* | Merge pull request #2413 from djfurman/validate-url-for-converter-type-anyDavid Lord2022-07-043-0/+26
|\ \
| * | AnyConverter validates the value to buildDaniel Furman2022-07-043-0/+26
|/ /
* | Merge pull request #2442 from pgjones/optionsDavid Lord2022-07-043-2/+11
|\ \
| * | Lowercase the parsed options namespgjones2022-07-043-2/+11
|/ /
* | Merge pull request #2441 from pgjones/parsingDavid Lord2022-07-041-2/+21
|\ \
| * | Record the search position in the multipart parserpgjones2022-07-011-2/+21
* | | Merge pull request #2446 from greyli/fix-routing-importDavid Lord2022-07-021-0/+3
|\ \ \
| * | | Add missing routing importsGrey Li2022-07-031-0/+4
* | | | add RoutingException exportDavid Lord2022-07-021-0/+1
|/ / /
* | | Merge pull request #2433 from pgjones/routerDavid Lord2022-07-0210-2353/+2553
|\ \ \
| * | | Remove the TableMatcherpgjones2022-07-024-119/+1
| * | | Add a State Machine Matcher for the routingpgjones2022-07-028-170/+400
| * | | Move the matching to a matcherpgjones2022-07-024-142/+172
| * | | Refactor the routing code into multiple filespgjones2022-07-027-2352/+2410
|/ / /
* | | Merge pull request #2426 from mgorny/routing-end-linenoDavid Lord2022-07-022-0/+6
|\ \ \