summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge request and response wrapper mixinsDavid Lord2021-01-155-188/+36
* test Client always returns a TestResponseDavid Lord2020-10-161-126/+71
* Fix docs for werkzeug.formparser.parse_form_datavlade111152020-10-071-7/+13
* implement send_file function from FlaskKai Chen2020-07-121-0/+2
* replace jQuery with vanilla JavaScript1807-remove-jqueryKai Chen2020-06-191-3/+3
* fix docs buildDavid Lord2020-05-182-10/+0
* use pip-compile to pin dev requirementsDavid Lord2020-05-181-4/+0
* replace deprecated escape with html.escapeDavid Lord2020-04-121-2/+2
* Remove vestiges of Python 2 support, test improvements.Joshua Bronson2020-03-211-1/+1
* remove simplejsonDavid Lord2020-03-192-5/+1
* remove unused ref directivesDavid Lord2020-03-198-16/+3
* Merge branch '1.0.x'David Lord2020-03-181-1/+1
|\
| * Update tutorialManuel Gundlach2020-02-201-1/+1
* | f-strings everywhereDavid Lord2020-03-174-16/+21
* | use "str" and "bytes" instead of "unicode"David Lord2020-03-1712-213/+92
* | run pyupgrade on examplesDavid Lord2020-03-171-2/+2
* | update reference code to import StringIO function from io modulenorthernSage2020-03-101-1/+1
* | change urlparse call to werkzeug's url_parsenorthernSage2020-03-081-1/+1
* | change old comma-separated raise syntax to new ('as') onenorthernSage2020-03-081-1/+1
* | change old urlparse (renamed in python 3) call to werkzeug's url_parsenorthernSage2020-03-081-1/+1
|/
* document werkzeug loggerBrad Solomon2020-02-041-0/+16
* docs cleanupDavid Lord2020-02-041-15/+22
* Add support for WebSocket rules in the routingpgjones2020-02-031-0/+29
* Merge branch '0.16.x'David Lord2020-01-261-40/+7
|\
| * remove old docs about decoding errorsDavid Lord2020-01-261-40/+7
* | update wrapper mixin docsDavid Lord2020-01-141-11/+43