summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update README.md linksHEADmasterclavedeluna2022-09-051-3/+3
* Update fapws linkSagar Giri2022-09-051-1/+1
* Change `make test` to use pytest version from venvMarcel Hellkamp2022-09-051-2/+2
* update makefile to use pytest instead of unittestclavedeluna2022-09-051-3/+3
* updated web links for pythonpaste and cherrypy projectsAlexej Simakov2022-08-033-6/+6
* fix #1356: JSONPlugin obscures tracebackMarcel Hellkamp2022-08-031-0/+1
* cleanup: Simplified inspect.getargspec polyfills.Marcel Hellkamp2022-08-031-28/+9
* docs: Improve hooks/CORS recipeMarcel Hellkamp2022-08-031-18/+24
* Avoid "ResourceWarning: unclosed file"Marcel Hellkamp2022-06-291-2/+3
* Modify broken linkakgnah2022-06-211-1/+1
* fix: Static file not closed on range requestsMarcel Hellkamp2022-06-141-10/+8
* fix: view decorator does not forward default values if route result is NoneMarcel Hellkamp2022-06-121-1/+1
* Fix #1378: Module loader should move from find_mdoule to find_spec.Marcel Hellkamp2022-06-121-2/+7
* fix #1251: Deprecation warning for imp module.Marcel Hellkamp2022-06-122-4/+6
* Merge pull request #1369 from andriyor/patch-1Avelino2022-03-011-0/+3
|\
| * add GitHub URL for PyPiAndrii Oriekhov2022-03-011-0/+3
|/
* Fix handling of empty If-Modified-Since header for static filesBraedon Vickers2022-02-022-2/+7
* Update bottle.pyKathy Tafel2022-02-021-1/+1
* Fix #1359: check for attribute using hasattrJoris Hartog2022-02-022-1/+4
* Merge pull request #1365 from pawelborkar/patch-1Avelino2022-01-301-1/+1
|\
| * Update the copyright yearPawel Borkar2022-01-241-1/+1
* | Merge pull request #1364 from mgedmin/patch-1Avelino2022-01-301-1/+1
|\ \ | |/ |/|
| * Typo in docstringMarius Gedminas2022-01-201-1/+1
|/
* 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