summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed classifiers for unsupported python versions from setup.pyfeature-deadsnakesMarcel Hellkamp2020-01-021-4/+2
* Removed most uses of tob() or touni()Marcel Hellkamp2020-01-0113-72/+72
* Deprecated tonat() helperMarcel Hellkamp2020-01-013-14/+15
* Removed _stdout, _stderr and _raise Python 2 workarounds.Marcel Hellkamp2020-01-011-33/+21
* Removed bottle.py3k flag and all python 2 only code.Marcel Hellkamp2020-01-015-127/+65
* Removed Python 2 tests and added LTS notice to readme.Marcel Hellkamp2020-01-013-5/+17
* 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
* Fixup for 5c52eb0Marcel Hellkamp2019-12-182-11/+10
* 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-182-1/+25
* Merge branch 'backend-testing' of https://github.com/hartwork/bottle into mas...Marcel Hellkamp2019-12-1814-129/+72
|\
| * travis: Drop end-of-life Python 3.4Sebastian Pipping2019-12-091-1/+0
| * ci: Do not tolerate import errors for 2.7 and 3.6 on TravisSebastian Pipping2019-12-091-3/+5
| * aiohttp: Move from aiohttp<2 to aiohttp-wsgiSebastian Pipping2019-12-093-18/+7
| * uvloop: Pass loop to aiohttp to fix backend "uvloop"Sebastian Pipping2019-12-091-0/+1
| * ci: Install aiohttp<2 with aiohttp.wsgi for backends "aiohttp" and "uvloop"Sebastian Pipping2019-12-092-2/+2
| * rocket: Drop support for dead backend "rocket"Sebastian Pipping2019-12-0912-71/+2
| * tests: Limit backend "aiohttp" to Python 3Sebastian Pipping2019-12-091-0/+1
| * tests: Limit backend "diesel" to Python 2Sebastian Pipping2019-12-092-2/+3
| * tests: Stop testing wsgiref twiceSebastian Pipping2019-12-091-1/+1
| * tests: Adapt TestServer blacklist to Python versionSebastian Pipping2019-12-091-0/+14
| * travis: Resolve some travis_setup.sh code duplicationSebastian Pipping2019-12-091-7/+11
| * tests: Make servertest.py friendly to test discoverySebastian Pipping2019-12-091-31/+32
|/
* RefactoringMarcel Hellkamp2019-12-091-12/+10
* Added tests for #1125 fix.Marcel Hellkamp2019-12-081-3/+23
* 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
|/
* Run gh actions on pull requestsMarcel Hellkamp2019-12-081-1/+1
* run_tests.yml: run five tests in parallelChristian Clauss2019-12-081-1/+1
* Updated documentation on SimpleTemplate and embedded blocks. (#1028)Vinay Sajip2019-12-011-0/+15
* redirect() raises HTTPResponse and not HTTPErrorThomas2019-12-011-1/+1
* Fix syntax in login-login recipeOz Tiram2019-12-011-2/+2
* Fix typoAshwin Ramaswami2019-12-011-1/+1
* Move to github actions (#1183)Marcel Hellkamp2019-12-012-0/+37
* Fix release steps in MakefileMarcel Hellkamp2019-12-011-3/+2
* #1179: Offer option to add custom headers in static_fileMarcel Hellkamp2019-12-011-4/+7
* Gitignore .tox/Marcel Hellkamp2019-12-011-0/+1
* Fix travis-ci builds (they dropped 2.7.3 support)Marcel Hellkamp2019-08-301-6/+2
* [bug] set default value for "Content-Length"Luo Zhaoyu2019-08-301-1/+1
* Be more consistent about supporting Python 3.4 to 3.7Sebastian Pipping2019-07-1017-30/+21
* Fix Python 3.7 collections.abc DeprecationWarningAdam Johnson2019-07-101-1/+1
* current bottle only support 2.7 and above, json is stdlibHanaasagi2019-01-311-20/+12
* fix failed test caused by ujsonHanaasagi2019-01-312-3/+12