summaryrefslogtreecommitdiff
path: root/bottle.py
Commit message (Expand)AuthorAgeFilesLines
* #1179: Offer option to add custom headers in static_fileMarcel Hellkamp2019-12-011-4/+7
* [bug] set default value for "Content-Length"Luo Zhaoyu2019-08-301-1/+1
* Fix Python 3.7 collections.abc DeprecationWarningAdam Johnson2019-07-101-1/+1
* fix #1115: Some modules set __file__ as NoneMarcel Hellkamp2018-12-131-1/+1
* fix #1111: Unicode multipart/form-data values in python3Marcel Hellkamp2018-12-111-0/+3
* fix #1106: SameSite cookie attribute fails when using redirectMarcel Hellkamp2018-10-251-13/+17
* Updated copyright yearMarcel Hellkamp2018-10-251-1/+1
* fix: STPL end keyword breaks when not on a separate lineMarcel Hellkamp2018-10-251-5/+7
* Do not require value to delete.Logan Collins2018-07-191-1/+1
* add the flag in front of the regexp to avoid Deprecation warning (see Issue #...Thibault Roche2018-07-191-1/+7
* fix code styleroot2018-03-131-1/+3
* Make closing the file in _file_iter_range() optional.Marcel Hellkamp2018-02-141-4/+6
* Fixed ResourceWarning: unclosed file <_io.BufferedReader... in static_file() ...Yosuke Otosu2018-02-141-1/+3
* fix pass None to tob (#1018)花浅葱2017-12-091-1/+1
* Merge pull request #1006 from fredj/spellingMarcel Hellkamp2017-11-061-1/+1
|\
| * Fix spelling errorsFrederic Junod2017-10-181-1/+1
* | Fix Last-Modifed and Date header formats in static_file for non-english localesJosef Gajdusek2017-11-051-3/+3
|/
* Merge pull request #668 from rgacogne/masterMarcel Hellkamp2017-08-161-1/+1
|\
| * Fix the Allow: header value in 405 "Method not allowed." response.Remi Gacogne2014-10-311-1/+1
* | bugfix: import Morser for python 2.7Gianni2017-07-181-5/+5
* | Update bottle.pyprovinzkraut2017-07-131-2/+12
* | Merge pull request #933 from kianxineki/patch-7Marcel Hellkamp2017-06-091-1/+5
|\ \
| * | Support ujsonAlberto Galera2017-02-011-1/+5
* | | Merge pull request #936 from wogsland/update-copyright-yearMarcel Hellkamp2017-06-091-1/+1
|\ \ \
| * | | It's 2017....Bradley Wogsland2017-02-021-1/+1
| |/ /
* | | Fix broken command line handling.Marcel Hellkamp2017-03-261-3/+3
* | | Added 'cheroot' server adapter to list of server names, so it can be selected...Marcel Hellkamp2017-03-251-1/+2
* | | Added depr warning for the outdated cherrypy server adapter.Marcel Hellkamp2017-03-251-1/+5
* | | Add ServerAdapter for CherryPy >= 9061803392017-03-251-0/+19
* | | Update bottle.pyiamybj2017-03-201-4/+4
* | | make app.error can be used as a decorator or called directly.iamybj2017-03-181-6/+19
|/ /
* | fix #930: DeprecationWarning: Flags not at the start of the expressionMarcel Hellkamp2017-01-221-1/+1
* | Add HTTP status code 451 according to RFC 7725Inndy2017-01-181-0/+1
* | Setting a header with a value if `None` now results in an empty header.Marcel Hellkamp2017-01-091-9/+8
* | fix #918: AttributeError: 'FileUpload' object has no attribute 'get_header'Marcel Hellkamp2017-01-061-0/+4
* | fix #913: redirect() doesn't filter "\r\n" leads to CRLF attackMarcel Hellkamp2016-12-171-10/+7
* | Prepare end of support for pickled-cookies (see #900)Marcel Hellkamp2016-12-101-7/+32
* | fix #913: Harden bottle against malformed headers.Marcel Hellkamp2016-12-101-11/+14
* | Fixed issue #911Philip Xu2016-12-081-1/+1
* | Fixed after_request for some obscure case.Marcel Hellkamp2016-11-121-22/+26
* | Use frozensets to check for restircted response headers.Marcel Hellkamp2016-11-121-2/+2
* | Optimized inner `bottle._handle` call. Overall HelloWorld performance increas...Marcel Hellkamp2016-11-121-31/+33
* | Track ConfigDict overlays with weak references to avoid memory leaks.Marcel Hellkamp2016-10-191-8/+17
* | Flush wsgi.errorsMantas2016-10-191-0/+2
* | Rewrite 'overlay' feature for ConfigDict.Marcel Hellkamp2016-09-251-41/+146
* | Fix #882: Do not special-case TemplateErrors.Marcel Hellkamp2016-09-241-3/+2
* | Merge pull request #892 from kianxineki/patch-3Marcel Hellkamp2016-09-241-2/+2
|\ \
| * | HttpError is a subclass of HttpResponseAlberto Galera2016-09-211-2/+0
| * | raise HTTPResponse not working correctlyAlberto Galera2016-09-201-0/+2
* | | Merge pull request #893 from eric-wieser/patch-4Marcel Hellkamp2016-09-241-3/+3
|\ \ \