summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* preserve invalid itms-services url schemeDavid Lord2023-05-061-37/+23
* Do not apply max_form_parts to non-multipart dataAdrian Moennich2023-05-051-2/+2
* Remove uses of warnings.catch_warnings (#2690) (#2692)Jeff Dairiki2023-05-032-3/+22
* WWWAuthenticate.from_header handles base64 padding in tokenDavid Lord2023-05-011-0/+13
* Authorization.from_header handles base64 padding in tokenNicolas Simonds2023-05-011-0/+13
* cookie path=/ defaultDavid Lord2023-05-012-1/+20
* cookie path=/ defaultDavid Lord2023-04-281-12/+13
* Authorization and WWWAuthenticate __eq__David Lord2023-04-261-0/+22
* allow more characters in unquoted cookie valuesDavid Lord2023-04-261-3/+3
* quote plus in urlsDavid Lord2023-04-261-0/+1
* support scryptDavid Lord2023-04-251-15/+28
* remove unneeded dataDavid Lord2023-04-191-8/+0
* no path by defaultDavid Lord2023-04-111-1/+1
* deprecate request and response charsetDavid Lord2023-04-111-8/+0
* remove request.url_charsetDavid Lord2023-04-101-7/+1
* deprecate bytes in headersDavid Lord2023-04-101-24/+0
* deprecate bytes where str is expectedDavid Lord2023-04-103-36/+0
* remove uses of _to_str and _to_bytesDavid Lord2023-04-103-6/+3
* Correctly implement multipart parsing for empty fieldspgjones2023-04-101-1/+56
* refactor test client cookie implementationDavid Lord2023-04-031-2/+2
* no path by defaultDavid Lord2023-04-031-18/+17
* refactor parse_cookie and dump_cookieDavid Lord2023-04-032-19/+11
* check max_content_length consistentlyDavid Lord2023-03-142-59/+44
* refactor Authorization and WWWAuthenticateDavid Lord2023-03-104-60/+50
* refactor parse and dump header functionsDavid Lord2023-03-091-6/+1
* improve parse_accept_headerDavid Lord2023-03-061-3/+15
* refactor parse_options_headerDavid Lord2023-03-061-56/+51
* increase PBKDF2 default to 600,000 iterationsIllia Volochii2023-03-041-1/+1
* deprecate make_line_iter and make_chunk_iterDavid Lord2023-03-041-0/+8
* Allow the router to cope with nested groupspgjones2023-03-031-0/+29
* watchdog ignore fil opened eventsJason Immerman2023-03-031-0/+21
* deprecate safe_conversion in iri_to_uriDavid Lord2023-03-031-9/+0
* test max_form_parts for x-www-form-urlencodedDavid Lord2023-03-021-0/+7
* deprecate tuple/bytes to iri functionsDavid Lord2023-03-021-21/+25
* deprecate werkzeug.urlsDavid Lord2023-03-021-0/+2
* link to reference for each use of safe chars during quoteDavid Lord2023-03-022-3/+5
* refactor uri_to_iri and iri_to_uriDavid Lord2023-03-022-5/+6
* fix merge typoDavid Lord2023-02-221-0/+1
* Merge branch '2.2.x'David Lord2023-02-221-5/+7
|\
| * test_exclude_patterns does not rely on sys.prefixDerek Higgins2023-02-221-5/+7
* | reloader uses sys.orig_argvDavid Lord2023-02-171-0/+1
* | Merge branch '2.2.x'David Lord2023-02-142-1/+12
|\ \ | |/
| * limit the maximum number of multipart form partspgjones2023-02-141-0/+9
| * don't strip leading = when parsing cookieDavid Lord2023-02-141-1/+3
* | Merge branch '2.2.x'David Lord2023-02-062-8/+69
|\ \ | |/
| * refactor LimitedStream.exhaustDavid Lord2023-02-061-30/+24
| * add test that demonstrates how raw IO causes a problem with LimitedStreamThomas Rausch2023-02-051-0/+51
| * Fix strict slash redirects for final RulePartspgjones2023-02-051-0/+16
* | default part_isolating=False if regex has /David Lord2023-02-061-0/+14
* | Merge branch '2.2.x'David Lord2023-01-092-0/+4
|\ \ | |/