summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #1350: Serve compresed files as is in static_file()defnull-1350Marcel Hellkamp2021-10-142-16/+17
* Fix title caseEmil Sadek2021-07-071-2/+2
* Fix: Multipart file uploads with empty filename not detected as binary.Marcel Hellkamp2021-07-071-3/+3
* RefactoringMarcel Hellkamp2021-03-271-16/+16
* fix #1226: Reloading fails for packages started with `python -m`Marcel Hellkamp2021-03-271-0/+4
* refactor.WSGIFileWrapper.__iter__()SergBobrovsky2021-01-011-3/+3
* Deprecated diesel server adapterMarcel Hellkamp2021-01-012-1/+2
* Remove cherrypy from tests.Marcel Hellkamp2021-01-011-1/+2
* #fix 1244 Attribute Error if sys.stdout/sys.stderr is NoneMarcel Hellkamp2021-01-011-17/+14
* Changed __repr__ of RouteMarcel Hellkamp2020-12-311-1/+1
* Fix Docs Import to include routeStephen Daves2020-12-311-1/+1
* Fix more typos.Karthikeyan Singaravelan2020-12-311-3/+3
* Fix typos in documentation.Karthikeyan Singaravelan2020-12-313-3/+3
* Improve __repr__ of RouteOz N Tiram2020-12-311-1/+1
* Fix unicode error in tests for python 2.7Marcel Hellkamp2020-12-311-0/+1
* Transifex push/pull and updated makefileMarcel Hellkamp2020-12-31115-4327/+22764
* Drop fapws3 and Python 3.5 support.Marcel Hellkamp2020-12-3110-49/+30
* Don't re-raise critical errors that occur while handling an errorBraedon Vickers2020-12-311-3/+0
* Tests added to pass CIBubaVV2020-12-311-0/+30
* Provide exc_info to start_response() when handling exceptionsBraedon Vickers2020-12-311-1/+8
* Add bottle tools to plugins pageArjoonn Sharma2020-12-311-0/+3
* Fix syntax warning over comparison of literals using is.Karthikeyan Singaravelan2020-12-311-2/+2
* Adding new pluginalfonsocv122020-12-311-2/+4
* fix a broken link to beaker documentation.tatsuya45592020-12-311-1/+1
* Add Python3.8 and Python3.9 classifieresOz N Tiram2020-12-311-0/+2
* Drop Python version 3.5Oz N Tiram2020-12-312-3/+2
* Drop Python3.4Oz N Tiram2020-12-312-3/+2
* Don't mutate headers dict passed into static_file()Braedon Vickers2020-12-312-1/+11
* Add tests for #602 bugMantas2020-12-311-2/+7
* change list to tupleSergBobrovsky2020-12-311-1/+1
* remove redundant round bracketsSergBobrovsky2020-12-311-1/+1
* redundant bracketsSergBobrovsky2020-12-311-2/+2
* 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
* Fixed some typos in the release notes for 0.13Felix Breidenstein2020-06-021-1/+1
* reuse port in Bjoern adapterRui Carmo2020-06-021-1/+1
* Fix broken link to WSGI specification (#1210)Wouter Wijsman2020-04-111-2/+2
* 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
* fix test case张酉夫2019-12-191-1/+1
* refine parse_date张酉夫2019-12-191-1/+1
* fix date formatting for non-English locales张酉夫2019-12-192-19/+27
* fix typo in the Route class docstringvascop2019-12-181-1/+1
* Removed circle-ci and travis-ci in favor of GitHub actions.Marcel Hellkamp2019-12-185-109/+4