summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1618 from pgjones/fixDavid Lord2019-08-051-1/+1
|\
| * Minor bugfix to CacheControl datastructurePhilip Jones2019-07-231-1/+1
* | fix deprecated top-level importsfix-importsDavid Lord2019-07-241-2/+2
|/
* Merge branch '0.15.x'David Lord2019-07-154-33/+28
|\
| * don't detect executable file for reloaderDavid Lord2019-07-151-10/+2
| * SharedDataMiddleware uses safe_joinDavid Lord2019-07-152-20/+21
| * Merge pull request #1582 from Cerebus/fix/1581-jquery-3.4.1David Lord2019-07-121-2/+2
| |\
| | * update to jQuery 3.4.1T. Miller2019-07-121-2/+2
| * | explain reloader workaround for egg scriptDavid Lord2019-07-121-0/+2
| * | support reloading egg scriptSergi Almacellas Abellana2019-07-121-1/+1
| |/
* | update docstring of class ResponseStreamMixinlinchiwei1232019-07-141-1/+1
* | use cryptography instead of pyOpenSSLalex2019-07-121-46/+55
* | highlight server log with Click instead of termcolorBatuhan Taşkaya2019-07-121-11/+11
* | extract common test form and files properties behaviorDavid Lord2019-07-123-26/+40
* | Use @property decorator for propertiesgokcegrbl2019-07-126-197/+183
* | Add 'None' as a legal value for samesiteJoey Surls2019-07-121-5/+10
* | Implements case-insensitive header equalityMark McDonald2019-07-101-1/+6
* | Merge branch '0.15.x'David Lord2019-07-101-5/+12
|\ \ | |/
| * work around issue using pydevd with the reloaderDavid Lord2019-07-101-5/+12
* | Fix typos (#1602)Min ho Kim2019-07-075-5/+5
* | fix large cookie warn commentᴇsᴛ2019-07-031-3/+3
* | Merge branch '0.15.x'David Lord2019-06-262-10/+15
|\ \ | |/
| * simplify BadRequestKeyError.show_exception logicDavid Lord2019-06-262-10/+15
* | Merge branch '0.15.x'David Lord2019-06-252-11/+20
|\ \ | |/
| * add BadRequestKeyError.show_exceptionDavid Lord2019-06-251-6/+13
| * Fix `wrappers.Request.application` docsWilliam Chargin2019-06-181-5/+7
* | add InternalServerError.original_exception attributeDavid Lord2019-06-201-0/+12
* | match server names with default scheme and portserver-nameDavid Lord2019-06-101-8/+23
* | warn when current server name doesn't match configured server nameMark Roth2019-06-021-1/+7
* | Merge branch '0.15.x'David Lord2019-06-022-4/+17
|\ \ | |/
| * fix super in HTTPExceptionAndrew Zu2019-05-311-1/+1
| * Fix ast compile in old debug builds of python2.xAnthony Sottile2019-05-211-3/+12
| * Construct the Module portion of the ast in a portable wayAnthony Sottile2019-05-211-1/+5
* | Merge pull request #1572 from lewisheadden/1024-fix-crosswalk-ua-as-crosDavid Lord2019-06-011-1/+1
|\ \
| * | fix: Parse Crosswalk UA as Android not ChromeOS (#1024)Lewis Headden2019-05-311-1/+1
* | | Merge pull request #1571 from pallets/jab-rv-noneDavid Lord2019-06-011-3/+1
|\ \ \
| * | | rm superfluous return Nonejab-rv-noneJoshua Bronson2019-05-311-3/+1
| |/ /
* | | Merge pull request #1575 from pallets/jab-rm-noneDavid Lord2019-06-011-1/+0
|\ \ \
| * | | rm superfluous `<local_var> = None` last linejab-rm-noneJoshua Bronson2019-05-311-1/+0
| |/ /
* | | Merge pull request #1576 from pallets/jab-withDavid Lord2019-06-011-5/+4
|\ \ \
| * | | have you heard the good news about with statementsjab-withJoshua Bronson2019-05-311-5/+4
| |/ /
* | | avoid shadowing (for value in value)Joshua Bronson2019-05-311-2/+2
|/ /
* | Detect opera as browser in user_agentJohn Zeringue2019-05-311-1/+1
* | Merge pull request #1548 from mcyprian/fix-invalidate-cached-propertyDavid Lord2019-05-211-0/+5
|\ \
| * | Prevent utils.invalidate_cached_property from deleting attributesmichal.cyprian2019-05-211-0/+5
* | | Fix interactive debugger while accessing cell varsAnthony Sottile2019-05-152-7/+8
|/ /
* | Merge branch '0.15.x'David Lord2019-05-141-5/+7
|\ \ | |/
| * start version 0.15.5David Lord2019-05-141-1/+1
| * release version 0.15.40.15.4David Lord2019-05-141-1/+1
| * Fix SyntaxError on python 2.7.5Anthony Sottile2019-05-141-5/+7