summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* fix example in docs (#2677)XueFeng2023-04-301-2/+2
* drop support for python 3.7David Lord2023-04-201-1/+1
* remove old linksDavid Lord2023-04-191-2/+0
* use new logoDavid Lord2023-04-197-2/+9
* remove charset information from docsDavid Lord2023-04-113-80/+1
* refactor test client cookie implementationDavid Lord2023-04-031-0/+4
* check max_content_length consistentlyDavid Lord2023-03-141-0/+5
* remove previously deprecated codeDavid Lord2023-02-171-12/+0
* rewrite docs about request data limitsDavid Lord2023-02-141-17/+20
* remove dependencies sectionDavid Lord2023-02-051-6/+0
* render send_from_directory docsDavid Lord2023-02-021-0/+2
* modernize deployment docsDavid Lord2022-08-0813-298/+849
* Minor update to the routing converter docspgjones2022-08-031-5/+7
* Merge remote-tracking branch 'origin/2.1.x'pgjones2022-07-221-1/+2
|\
| * Support PathLike as type for filename argument in FileStorage classMatthew Gamble2022-07-221-1/+2
* | use markupsafe for escaping valuesDavid Lord2022-07-041-2/+2
* | Remove the TableMatcherpgjones2022-07-021-6/+1
* | Add a State Machine Matcher for the routingpgjones2022-07-021-0/+47
* | refactor LocalProxy, LocalStack, and LocalDavid Lord2022-06-241-52/+85
|/
* Fix application code in routing dociamgodot2022-04-281-1/+1
* use <!doctype html> and lang=en consistentlyTies Jan Hefting2022-04-241-1/+1
* Merge pull request #2341 from danganea/patch-1David Lord2022-02-161-1/+1
|\
| * Tutorial returns bytestring instead of stringDan Andrei Ganea2022-02-161-1/+1
* | remove filesystem moduleDavid Lord2021-11-163-31/+0
* | remove contextvars compatDavid Lord2021-11-071-0/+12
* | drop Python 3.6David Lord2021-11-071-1/+1
* | remove deprecated escape and unescaperemove-deprecated-codeDavid Lord2021-11-051-8/+0
* | remove deprecated bind_arguments and validate_argumentsDavid Lord2021-11-051-4/+0
* | remove deprecated HTMLBuilder classDavid Lord2021-11-051-2/+0
* | remove deprecated invalidate_cached_propertyDavid Lord2021-11-051-2/+0
* | remove deprecated pbkdf2 security functionsDavid Lord2021-11-051-8/+0
* | remove deprecated thread-local code from localsDavid Lord2021-11-051-1/+1
* | remove deprecated dev server shutdown functionDavid Lord2021-11-051-21/+0
* | remove deprecated cookie_date functionDavid Lord2021-11-051-2/+0
* | remove deprecated user agent parserDavid Lord2021-11-051-16/+0
|/
* update tutorial doc based on #2257Hongkuan Wang2021-10-071-1/+3
* document server shutdown without deprecated dev functionDavid Lord2021-08-061-9/+56
* Fix f-string issues in tutorial.rst (#2180)Hasanul Islam2021-07-061-5/+2
* update pallets-sphinx-themesDavid Lord2021-05-201-3/+3
* rename default branch in filesDavid Lord2021-05-111-1/+1
* consistent versions and deprecation messagesDavid Lord2021-04-151-1/+1
* show type hints in descriptionDavid Lord2021-04-081-0/+2
* deprecate user agent parserDavid Lord2021-04-082-18/+24
* docs rename changelog to changes, add licenseDavid Lord2021-02-243-7/+12
* update project linksDavid Lord2021-02-241-3/+5
* http.parse_date returns timzeone-aware valueDavid Lord2021-02-102-12/+23
* update proxy special methodsDavid Lord2021-01-261-18/+1
* Refactor the Multipart parsing into a Sans-IO layerpgjones2021-01-251-2/+0
* show inherited docs in wrappersDavid Lord2021-01-201-2/+2
* update docs about log colorDavid Lord2021-01-182-8/+8