summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix ProxyMiddleware with query stringpatch-proxyHsiaoming Yang2018-02-132-5/+15
* Merge pull request #1250 from glasnt/topic/translationDavid Lord2018-02-121-0/+3
|\
| * Add translation of werkzeugKatie McLaughlin2018-02-121-0/+3
|/
* Merge pull request #1248 from lepture/patch-3David Lord2018-02-021-0/+2
|\
| * Allow failures for Python NightlyHsiaoming Yang2018-02-011-0/+2
|/
* Merge pull request #1233 from pallets/cache-test-revertDavid Lord2018-01-032-300/+21
|\
| * remove re-added old cache testscache-test-revertDavid Lord2018-01-032-300/+21
|/
* Revert "Add support for non-ascii filenames when uploading files using multip...David Lord2018-01-031-3/+1
* undo accidental revert from merged PRDavid Lord2018-01-031-36/+1
* Remove useless parenthesesAdrian2018-01-031-1/+1
* Merge pull request #1232 from pallets/remove-26-33David Lord2018-01-038-187/+186
|\
| * min support is py 2.7 and 3.4remove-26-33David Lord2018-01-038-187/+186
|/
* Merge branch '0.14-maintenance'Armin Ronacher2017-12-311-0/+8
|\
| * 0.14.2 In case we need more0.14-maintenanceArmin Ronacher2017-12-311-1/+1
| * Bump version number to 0.14.10.14.1Armin Ronacher2017-12-311-1/+1
| * Added changelog entryArmin Ronacher2017-12-311-0/+8
| * Fixed a regression in the development serverArmin Ronacher2017-12-311-2/+3
* | Fixed a regression in the development serverArmin Ronacher2017-12-311-2/+3
* | 0.15-devArmin Ronacher2017-12-311-1/+1
|/
* Bump version number to 0.140.14Armin Ronacher2017-12-311-1/+1
* Filter some requests ssl warnings in testsArmin Ronacher2017-12-311-0/+1
* Set release date for 0.14Armin Ronacher2017-12-311-0/+2
* Added test and changelog entry for EnvironHeaders fixArmin Ronacher2017-12-302-0/+3
* Fix type check in EnvironHeaders.__getitem__ (#1005)Xavier Hardy2017-12-301-0/+2
* Added changelog entryArmin Ronacher2017-12-301-0/+2
* Don't return a file path from _find_observable_paths (#1157)Segev Finer2017-12-301-1/+3
* Merge branch 'pr/1065'Armin Ronacher2017-12-304-13/+64
|\
| * add specificity sorting to Accept datastructuresfelk2017-01-264-13/+64
* | Added static weights to rule sortingArmin Ronacher2017-12-301-0/+1
* | Add static weights for rule sorting (#1137)Chester Liu2017-12-302-8/+26
* | Added mimetype support to test client. Fixes #1043Armin Ronacher2017-12-304-8/+62
* | Better accept invalid cookies (cookies without values)Armin Ronacher2017-12-303-7/+24
* | Relaxed the router arguments (Fixes #1125)Armin Ronacher2017-12-303-1/+14
* | Added changelog entryArmin Ronacher2017-12-301-0/+2
* | Update _legal_cookie_chars to include / and = (#1131)joel2017-12-302-1/+4
* | Added Craig Blaszczyk to authorsArmin Ronacher2017-12-301-0/+1
* | No longer send content-length for 204/304 responsesArmin Ronacher2017-12-303-8/+20
* | Added changelog entriesArmin Ronacher2017-12-301-0/+4
* | Skip empty content length and type in environ headersArmin Ronacher2017-12-302-1/+18
* | Close connection less (refs #1191)Armin Ronacher2017-12-301-1/+3
* | Correctly use bytes in host_is_trusted internally. Fixes #1213Armin Ronacher2017-12-301-1/+1
* | Added ProxyMiddleware (#1224)Armin Ronacher2017-12-304-1/+210
* | Fix unreliable test (#1229)Tero Vuotila2017-12-301-7/+10
* | Fixed linting and code styleArmin Ronacher2017-12-296-8/+10
* | Correctly set the fixture scope to session for dev serverArmin Ronacher2017-12-291-3/+3
* | Use increasing ports for dev_server fixturesArmin Ronacher2017-12-291-11/+16
* | Fixed the file system test that was brokenArmin Ronacher2017-12-281-4/+6
* | Potentially fixed cache tests on travisArmin Ronacher2017-12-281-1/+3
* | Change get_sockaddr to be used for the specific family onlyArmin Ronacher2017-12-281-4/+5
* | Fixed bad merge markerArmin Ronacher2017-12-281-1/+0