summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix #1251: Deprecation warning for imp module.Marcel Hellkamp2022-06-121-2/+2
* Fix handling of empty If-Modified-Since header for static filesBraedon Vickers2022-02-021-0/+5
* Fix #1359: check for attribute using hasattrJoris Hartog2022-02-021-0/+3
* Deprecated diesel server adapterMarcel Hellkamp2021-01-011-1/+1
* Remove cherrypy from tests.Marcel Hellkamp2021-01-011-1/+2
* Fix unicode error in tests for python 2.7Marcel Hellkamp2020-12-311-0/+1
* Drop fapws3 and Python 3.5 support.Marcel Hellkamp2020-12-311-2/+1
* Tests added to pass CIBubaVV2020-12-311-0/+30
* Fix syntax warning over comparison of literals using is.Karthikeyan Singaravelan2020-12-311-2/+2
* Don't mutate headers dict passed into static_file()Braedon Vickers2020-12-311-0/+10
* Add tests for #602 bugMantas2020-12-311-2/+7
* fix test case张酉夫2019-12-191-1/+1
* fix date formatting for non-English locales张酉夫2019-12-191-6/+12
* Removed circle-ci and travis-ci in favor of GitHub actions.Marcel Hellkamp2019-12-181-31/+0
* Fixup for 5c52eb0Marcel Hellkamp2019-12-181-9/+8
* fix #1187: Allow non-ASCII characters in status_lineMarcel Hellkamp2019-12-181-0/+9
* 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-091-1/+1
* ci: Install aiohttp<2 with aiohttp.wsgi for backends "aiohttp" and "uvloop"Sebastian Pipping2019-12-091-1/+1
* rocket: Drop support for dead backend "rocket"Sebastian Pipping2019-12-092-2/+1
* 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
* Added tests for #1125 fix.Marcel Hellkamp2019-12-081-3/+23
* 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
* fix #1111: Unicode multipart/form-data values in python3Marcel Hellkamp2018-12-111-3/+6
* Migrated to CircleCI 2.0Marcel Hellkamp2018-10-251-0/+5
* fix #1106: SameSite cookie attribute fails when using redirectMarcel Hellkamp2018-10-251-3/+27
* Normalized test and build setupMarcel Hellkamp2018-10-2516-54/+22
* fix: STPL end keyword breaks when not on a separate lineMarcel Hellkamp2018-10-251-0/+10
* from bottle import touni,cclauss2018-07-191-1/+1
* fix deprecation warnings (assertEquals); make tests environ and jinja2 runnab...Dime Mikhalchenko2018-07-195-10/+9
* fix: Travis-CI _makerlib bug.Marcel Hellkamp2017-07-221-8/+10
* Hopefully fixing travis-ci problems. Modeled after PR #945Marcel Hellkamp2017-03-252-25/+17
* Added depr warning for the outdated cherrypy server adapter.Marcel Hellkamp2017-03-251-1/+2
* Added test case for PR #958Marcel Hellkamp2017-03-251-0/+26
* Setting a header with a value if `None` now results in an empty header.Marcel Hellkamp2017-01-091-1/+3
* fix #918: AttributeError: 'FileUpload' object has no attribute 'get_header'Marcel Hellkamp2017-01-061-1/+5
* fix #913: redirect() doesn't filter "\r\n" leads to CRLF attackMarcel Hellkamp2016-12-171-1/+12
* Prepare end of support for pickled-cookies (see #900)Marcel Hellkamp2016-12-101-20/+10
* fix #913: Harden bottle against malformed headers.Marcel Hellkamp2016-12-101-0/+14
* Fixed after_request for some obscure case.Marcel Hellkamp2016-11-122-5/+68
* Track ConfigDict overlays with weak references to avoid memory leaks.Marcel Hellkamp2016-10-191-0/+7
* test coverageMarcel Hellkamp2016-09-251-2/+26
* Rewrite 'overlay' feature for ConfigDict.Marcel Hellkamp2016-09-253-54/+57
* Added tests for #892Marcel Hellkamp2016-09-241-0/+12