summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* remove useless assignmentSergBobrovsky2020-12-311-1/+1
* some shorteningsSergBobrovsky2020-12-311-4/+1
* fix erroneous expressionSergBobrovsky2020-12-311-1/+1
* Do not split query strings on `;` anymore.Marcel Hellkamp2020-11-111-1/+1
* Correct a typo in bottle.pyFelix Yan2020-10-301-1/+1
* reuse port in Bjoern adapterRui Carmo2020-06-021-1/+1
* fix #1155: Catastrophic backtracking issue in template parser.Marcel Hellkamp2020-01-031-1/+1
* fix #1194: Regular expression catastrophic backtracking in bottle.Router.rule...Marcel Hellkamp2020-01-031-1/+1
* Fix catastrophic backtracking issue in header parsing regular expression.Marcel Hellkamp2020-01-031-1/+1
* Revert "fix #1186: Bottle fails to find templates on windows"Marcel Hellkamp2019-12-201-2/+3
* gunicorn: switch to use BaseApplicationRobert Coup2019-12-191-4/+5
* refine parse_date张酉夫2019-12-191-1/+1
* fix date formatting for non-English locales张酉夫2019-12-191-13/+15
* fix typo in the Route class docstringvascop2019-12-181-1/+1
* Fixup for 5c52eb0Marcel Hellkamp2019-12-181-2/+2
* fix #1186: Bottle fails to find templates on windowsMarcel Hellkamp2019-12-181-3/+2
* fix #1187: Allow non-ASCII characters in status_lineMarcel Hellkamp2019-12-181-1/+16
* aiohttp: Move from aiohttp<2 to aiohttp-wsgiSebastian Pipping2019-12-091-16/+5
* uvloop: Pass loop to aiohttp to fix backend "uvloop"Sebastian Pipping2019-12-091-0/+1
* rocket: Drop support for dead backend "rocket"Sebastian Pipping2019-12-091-10/+0
* RefactoringMarcel Hellkamp2019-12-091-12/+10
* Merge branch 'defnull-1175'Marcel Hellkamp2019-12-081-9/+10
|\
| * fix #1174,#1175: Allow cookie SameSite=NoneMarcel Hellkamp2019-12-081-9/+10
* | fix #1167: Allow listening to unix socket for gunicorn server adapterMarcel Hellkamp2019-12-081-3/+10
|/
* Fix typoAshwin Ramaswami2019-12-011-1/+1
* #1179: Offer option to add custom headers in static_fileMarcel Hellkamp2019-12-011-4/+7
* [bug] set default value for "Content-Length"Luo Zhaoyu2019-08-301-1/+1
* Fix Python 3.7 collections.abc DeprecationWarningAdam Johnson2019-07-101-1/+1
* fix #1115: Some modules set __file__ as NoneMarcel Hellkamp2018-12-131-1/+1
* fix #1111: Unicode multipart/form-data values in python3Marcel Hellkamp2018-12-111-0/+3
* fix #1106: SameSite cookie attribute fails when using redirectMarcel Hellkamp2018-10-251-13/+17
* Updated copyright yearMarcel Hellkamp2018-10-251-1/+1
* fix: STPL end keyword breaks when not on a separate lineMarcel Hellkamp2018-10-251-5/+7
* Do not require value to delete.Logan Collins2018-07-191-1/+1
* add the flag in front of the regexp to avoid Deprecation warning (see Issue #...Thibault Roche2018-07-191-1/+7
* fix code styleroot2018-03-131-1/+3
* Make closing the file in _file_iter_range() optional.Marcel Hellkamp2018-02-141-4/+6
* Fixed ResourceWarning: unclosed file <_io.BufferedReader... in static_file() ...Yosuke Otosu2018-02-141-1/+3
* fix pass None to tob (#1018)花浅葱2017-12-091-1/+1
* Merge pull request #1006 from fredj/spellingMarcel Hellkamp2017-11-061-1/+1
|\
| * Fix spelling errorsFrederic Junod2017-10-181-1/+1
* | Fix Last-Modifed and Date header formats in static_file for non-english localesJosef Gajdusek2017-11-051-3/+3
|/
* Merge pull request #668 from rgacogne/masterMarcel Hellkamp2017-08-161-1/+1
|\
| * Fix the Allow: header value in 405 "Method not allowed." response.Remi Gacogne2014-10-311-1/+1
* | bugfix: import Morser for python 2.7Gianni2017-07-181-5/+5
* | Update bottle.pyprovinzkraut2017-07-131-2/+12
* | Merge pull request #933 from kianxineki/patch-7Marcel Hellkamp2017-06-091-1/+5
|\ \
| * | Support ujsonAlberto Galera2017-02-011-1/+5
* | | Merge pull request #936 from wogsland/update-copyright-yearMarcel Hellkamp2017-06-091-1/+1
|\ \ \
| * | | It's 2017....Bradley Wogsland2017-02-021-1/+1
| |/ /