summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update tox ini in attempt to fix #1196RonnyPfannschmidt-patch-1Ronny Pfannschmidt2017-11-281-0/+1
* fix flake8 errorsDavid Lord2017-11-274-31/+31
* codecov needs argparse on 2.6David Lord2017-11-271-7/+2
* Fix redis testsMarkus Unterwaditzer2017-11-271-1/+1
* Merge pull request #1195 from lepture/patch-1David Lord2017-11-182-2/+2
|\
| * Update test case for Cache.get_manyHsiaoming Yang2017-11-171-1/+1
| * Fix ``Cache.get_many``Hsiaoming Yang2017-11-171-1/+1
|/
* Merge pull request #1186 from EdwardBetts/patch-1David Lord2017-11-131-1/+1
|\
| * Bug fix: don't use magenta for 1xx responses.Edward Betts2017-10-261-1/+1
* | Merge pull request #1192 from hieast/masterDavid Lord2017-11-121-1/+1
|\ \
| * | delete repeated `'__path__'` in `__dir__`hieast2017-11-121-1/+1
|/ /
* | Merge pull request #1190 from lepture/patch-1David Lord2017-11-061-9/+9
|\ \
| * | Tweak LICENSE file to make it detectable by GitHubHsiaoming Yang2017-11-061-9/+9
|/ /
* | Merge pull request #1187 from aljets/fix-useragent-docsDavid Lord2017-10-301-1/+10
|\ \ | |/ |/|
| * remove whitespaceAdam2017-10-301-1/+1
| * Update recognized useragent platform and browser docsAdam2017-10-301-2/+11
|/
* Merge pull request #1169 from simenheg/contributing-test-requirement-fixDavid Lord2017-10-181-1/+1
|\
| * Add `pytest-xprocess` to list of test requirementsSimen Heggestøyl2017-08-311-1/+1
|/
* Merge pull request #1145 from davidism/test-configDavid Lord2017-06-308-153/+282
|\
| * make mac job optionalDavid Lord2017-06-301-0/+7
| * flush when printing reloader loop markerDavid Lord2017-06-301-2/+5
| * don't hide cache test skipsDavid Lord2017-06-301-70/+84
| * stop cache processes after tests completeDavid Lord2017-06-303-70/+62
| * reduce number of test envsDavid Lord2017-06-297-54/+167
|/
* Merge pull request #1139 from mohamed-aziz/masterDavid Lord2017-06-292-19/+32
|\
| * test loading json like Flask from LimitedStreamDavid Lord2017-06-292-18/+27
| * LimitedStream inherits from io.IOBase.mohamed-aziz2017-06-231-1/+5
* | Fix parameter name in docstring (#1144)Arik Fraimovich2017-06-291-1/+1
* | Merge pull request #1135 from xiaohanyu/typo-fix-paramDavid Lord2017-06-271-1/+1
|\ \
| * | Typo fix for a `safe_join` docstringXiao Hanyu2017-06-131-1/+1
| |/
* | Merge pull request #1142 from masklinn/patch-1David Lord2017-06-272-0/+25
|\ \ | |/ |/|
| * Allow using ResponseStream as a ZipFile targetmasklinn2017-06-272-0/+25
|/
* Merge pull request #608 from lyndsysimon/secure_filename_testsDavid Lord2017-06-101-0/+2
|\
| * Expand test coverage for utils.secure_filenameLyndsy Simon2014-10-021-0/+2
* | Merge pull request #1126 from dawran6/issue-1094David Lord2017-06-093-21/+41
|\ \
| * | clean up docs, add changelogDavid Lord2017-06-093-22/+36
| * | Allow chunk requestDaw-Ran Liou2017-05-252-5/+11
* | | Fix typoXiao Hanyu2017-06-071-1/+1
|/ /
* | Merge branch '0.12-maintenance'Markus Unterwaditzer2017-05-161-2/+2
|\ \
| * | Bump to dev version0.12-maintenanceMarkus Unterwaditzer2017-05-161-1/+1
| * | Bump version number to 0.12.2Markus Unterwaditzer2017-05-161-1/+1
| * | Release 0.12.10.12.2Markus Unterwaditzer2017-05-161-2/+2
* | | Merge branch '0.12-maintenance'Markus Unterwaditzer2017-05-164-10/+31
|\ \ \ | |/ /
| * | Port of pallets/flask#2284 (safe_join bug)Markus Unterwaditzer2017-05-162-9/+16
| * | Fix regression: Log client IP behind reverse proxy (#1097)Nils Steinger2017-04-053-1/+14
* | | Fix TypeError in LintMiddleware (#1116)Ron Rothman2017-05-052-1/+2
* | | Use iter_encoded in calculate_content_lengthMarkus Unterwaditzer2017-05-053-1/+8
* | | Merge pull request #1109 from davidism/max-cookie-sizeDavid Lord2017-04-184-31/+72
|\ \ \
| * | | detailed warning instead of error for large cookiesDavid Lord2017-04-183-29/+38
| * | | test custom cookie max sizeDavid Lord2017-04-182-6/+20