summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* No longer support mounted WSGI apps that return True or False (which is not a...feature-761-explicit-requestMarcel Hellkamp2015-06-141-2/+1
* Whitespace (using https://github.com/google/yapf)Marcel Hellkamp2015-04-011-342/+517
* Removed unnecessary `and func is not None` check.Bystroushaak2015-03-241-1/+1
* Shortcut for requests without a wsgi.input (saves a ByteIO() instance per reg...Marcel Hellkamp2015-03-241-1/+5
* Fixes #727 use default BytesIO() if wsgi.input not presentAlex Collins2015-03-241-1/+1
* Merge pull request #716 from mengzhuo/add_aiohttpMarcel Hellkamp2015-03-241-0/+29
|\
| * add aiohttp supportMeng Zhuo2015-02-101-0/+29
* | Merge pull request #740 from Bystroushaak/masterMarcel Hellkamp2015-03-241-1/+12
|\ \
| * | Added fix of the failing test (0d4b53522fd907c2ace7e69333a5cbaa2ea316c6).Bystroushaak2015-03-231-1/+12
| |/
* | only import subprocess if it's neededMicah Stetson2015-03-171-1/+2
|/
* WhitespaceMarcel Hellkamp2015-01-011-8/+8
* Use the `pos` argument of re.search.Eric Wieser2014-12-301-9/+12
* Remove repeated slicing when finding python markersEric Wieser2014-12-301-5/+4
* Merge pull request #690 from eric-wieser/stpl-comprehensionsMarcel Hellkamp2014-12-291-21/+54
|\
| * Prevent syntax errors when line-wrapping comprehensionsEric Wieser2014-12-271-6/+21
| * Clean up STPL voodooEric Wieser2014-12-211-19/+37
* | Fixed bug where BaseResponse.copy() would not copy Cookies due to a behaviour...Marcel Hellkamp2014-12-281-1/+1
|/
* Revert changes I committed accidently. Meh...Marcel Hellkamp2014-12-081-81/+88
* Changed all links to the official repository.Marcel Hellkamp2014-12-081-88/+81
* Fixed mixed types in BaseResponse.headerlist in Python2Marcel Hellkamp2014-12-011-9/+8
* Fix end-of-code-block template token regexnjogun2014-11-281-1/+1
* fix status code 413 description as RFC2616Thiago Avelino2014-11-271-2/+2
* Merge pull request #669 from zvxr/masterMarcel Hellkamp2014-11-271-1/+1
|\
| * typo fixMike M2014-10-311-1/+1
* | Get mime type from download, if download is a file nameJorgen Modin2014-11-071-1/+4
|/
* Merge pull request #635 from lordjabez/quiet-waitressMarcel Hellkamp2014-10-221-1/+1
|\
| * Pass quiet flag on to waitress.Judson D Neer2014-06-131-1/+1
* | Merge pull request #662 from eric-wieser/patch-1Marcel Hellkamp2014-10-221-1/+1
|\ \
| * | Fix typoEric Wieser2014-09-231-1/+1
* | | Merge pull request #666 from krysros/masterMarcel Hellkamp2014-10-221-2/+2
|\ \ \
| * | | Update to new rule syntaxKrystian RosiƄski2014-10-071-2/+2
* | | | typo "to handy"sepus2014-10-151-1/+1
* | | | Fixed py3k bug with unicode headers.Marcel Hellkamp2014-10-131-3/+13
|/ / /
* | | ConfigDicht.setdefault should return something.Marcel Hellkamp2014-10-021-0/+1
|/ /
* | fix "Request to Large" typoMeng Zhuo2014-09-151-2/+2
* | Merge pull request #648 from wbond/masterMarcel Hellkamp2014-08-261-1/+5
|\ \
| * | Fix except syntax for Python 2.5wbond2014-08-261-1/+1
| * | Suppress ResourceWarning unclosed socket messageWill Bond2014-08-111-1/+5
| |/
* | _hkey in WSGIHeaderDict for unificationuser2014-08-191-2/+2
|/
* Workaround for #632: PyPy incompatible to CPython re-module.Marcel Hellkamp2014-06-091-2/+2
* fix #633: SimpleTemplate \% dropping leading spaceMarcel Hellkamp2014-06-091-2/+3
* Fixed/reverted broken pull request #631Marcel Hellkamp2014-06-091-5/+3
* report back actual port when using port 0Eric L Frederich2014-06-031-3/+7
* don't fail when request content type is application/json but the body is emptyBrett2014-05-261-1/+4
* Made FileCheckerThread a daemon thread.Marcel Hellkamp2014-05-201-0/+1
* Merge pull request #620 from avelino/masterMarcel Hellkamp2014-05-051-0/+2
|\
| * loaded plugins run via command line, ref #619Thiago Avelino2014-05-031-0/+2
* | Eventlet: add support for 'backlog' and 'family'Ziad Sawalha2014-05-041-2/+15
* | Minor Cleanup: refactor socket address variableZiad Sawalha2014-05-041-2/+3
* | Make sure to monkey_patch with eventletZiad Sawalha2014-05-041-5/+12
|/