summaryrefslogtreecommitdiff
path: root/test/test_environ.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1359: check for attribute using hasattrJoris Hartog2022-02-021-0/+3
* fix test case张酉夫2019-12-191-1/+1
* Fixup for 5c52eb0Marcel Hellkamp2019-12-181-9/+8
* fix #1187: Allow non-ASCII characters in status_lineMarcel Hellkamp2019-12-181-0/+9
* fix #1111: Unicode multipart/form-data values in python3Marcel Hellkamp2018-12-111-3/+6
* fix #1106: SameSite cookie attribute fails when using redirectMarcel Hellkamp2018-10-251-3/+27
* Normalized test and build setupMarcel Hellkamp2018-10-251-1/+1
* fix deprecation warnings (assertEquals); make tests environ and jinja2 runnab...Dime Mikhalchenko2018-07-191-3/+3
* Setting a header with a value if `None` now results in an empty header.Marcel Hellkamp2017-01-091-1/+3
* fix #913: redirect() doesn't filter "\r\n" leads to CRLF attackMarcel Hellkamp2016-12-171-1/+12
* fix #913: Harden bottle against malformed headers.Marcel Hellkamp2016-12-101-0/+14
* Fix tests to pass all chanages after removal of _e()Oz N Tiram2016-08-291-11/+10
* Tests cleanup so tehy run in PyCharm.Marcel Hellkamp2015-11-281-6/+1
* Attributes on Bottle instances are now read-only.Marcel Hellkamp2015-11-011-0/+4
* Merge pull request #775 from netman92/test-improvementsMarcel Hellkamp2015-10-111-2/+10
|\
| * Test of cookie name and value lengthStanislav Komanec2015-07-191-2/+10
* | Fix cookie testsRiley Banks2015-10-111-3/+3
|/
* Fix #735: A False `secure` option on `set_cookie` marks cookie as secure in r...Marcel Hellkamp2015-06-141-0/+20
* Fixed mixed types in BaseResponse.headerlist in Python2Marcel Hellkamp2014-12-011-9/+18
* don't fail when request content type is application/json but the body is emptyBrett2014-05-261-0/+8
* Fixed deprecation warnings for assertEquals in test cases.Marcel Hellkamp2014-05-051-2/+2
* fix #616: Json content-type not restrictive enoughMarcel Hellkamp2014-04-251-0/+9
* fix #564: Unicode in file uploads names.Marcel Hellkamp2013-12-041-8/+8
* Added (basic) support for Transfer-Encoding:chunked requests.Marcel Hellkamp2013-11-011-0/+34
* Removed the ``BaseRequest.MAX_PARAMS`` limit.Marcel Hellkamp2013-10-181-21/+0
* Fixed python 2.5 bug in tests.Marcel Hellkamp2013-06-211-2/+7
* Merge branch 'master' of github.com:defnull/bottleMarcel Hellkamp2013-06-051-2/+10
|\
| * More testsMarcel Hellkamp2013-06-041-2/+5
| * Added BaseResponse::expires tests.Marcel Hellkamp2013-06-041-1/+6
* | Preserve Cookies and other headers set on bottle.response on redirect()Marcel Hellkamp2013-06-051-0/+12
|/
* Removed unused importsfatiherikli2013-04-211-3/+2
* Added BaseRequest.url_args propertyMarcel Hellkamp2013-02-171-1/+8
* fix #399: Raise error for requests bigger than BaseRequest.MEMFILE_MAXMarcel Hellkamp2013-02-111-7/+7
* Added BaseRequest.route property.Marcel Hellkamp2013-02-011-1/+6
* Added tests for positional BaseResponse arguments.Marcel Hellkamp2013-01-071-0/+34
* fix #382: "dictionary changed size during iteration" bug in test case.Marcel Hellkamp2012-10-111-1/+1
* Some micro-optimisations.Marcel Hellkamp2012-08-301-1/+1
* Replaced HTTPResponse and HTTPError with subclasses of BaseResponse.Marcel Hellkamp2012-08-301-17/+17
* Fix: cgi.FieldStorage had a misleading implementation of __nonzero__ and retu...Marcel Hellkamp2012-07-201-0/+2
* fix: Fixes unicode problems with request.query and request.forms (fix #342 fi...Marcel Hellkamp2012-06-261-2/+2
* fix: Unicode errors with Python 3.2+ POST parameters. (fix #344, fix #349)Marcel Hellkamp2012-06-251-3/+8
* Changed the __setattr__ and __getattr__ behavior of Request instances.Marcel Hellkamp2012-04-041-10/+14
* Added a way to extend BaseRequest on a per-request basis via the bottle.reque...Marcel Hellkamp2012-04-041-5/+18
* Fixed most of the warnings in tests.Marcel Hellkamp2012-01-131-5/+5
* Added BaseRequest.app property.Marcel Hellkamp2011-12-301-0/+8
* fix: Workaround for a hash collision DoS vulnerability in CPython dicts.Marcel Hellkamp2011-12-281-0/+17
* Removing some useless imports.Iuri de Silvio2011-12-031-1/+1
* fix: All test-cases now support 2.x and 3.x from the same source.Marcel Hellkamp2011-12-021-20/+21
* api: Changed BaseResponse.status to return a string.Marcel Hellkamp2011-11-161-12/+12
* Fix: Request.set_cookie() now accepts expire=datetime/int and max_age=timedel...Marcel Hellkamp2011-10-271-6/+26