summaryrefslogtreecommitdiff
path: root/test/test_sendfile.py
Commit message (Expand)AuthorAgeFilesLines
* Removed most uses of tob() or touni()Marcel Hellkamp2020-01-011-1/+1
* fix date formatting for non-English locales张酉夫2019-12-191-6/+12
* Migrated to CircleCI 2.0Marcel Hellkamp2018-10-251-0/+5
* Added ETag support to static_file()Marcel Hellkamp2016-07-051-0/+24
* Tests cleanup so tehy run in PyCharm.Marcel Hellkamp2015-11-281-22/+21
* Get mime type from download, if download is a file nameJorgen Modin2014-11-071-0/+2
* Changed #528 a bit and added documentation. The charset option now affects al...Marcel Hellkamp2013-08-251-1/+5
* Removed unused importsfatiherikli2013-04-211-2/+1
* Replaced HTTPResponse and HTTPError with subclasses of BaseResponse.Marcel Hellkamp2012-08-301-10/+10
* fix #91: Support for partial downloads (Range header) in static_file().Marcel Hellkamp2011-12-041-1/+18
* Removed most of the deprecated APIs.Marcel Hellkamp2011-05-141-3/+1
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* Removed config parameter from Request and Response. Both are never used.Marcel Hellkamp2010-06-271-2/+2
* fix: 304 responses must not return entity headers (rfc2616 10.3.5).Marcel Hellkamp2010-06-131-1/+4
* fix: Changed HTTP status code for send_file() calls that fail because of root...Marcel Hellkamp2010-06-131-2/+2
* Renamed Response.header and HTTPResponse.header to *.headers.Marcel Hellkamp2010-03-081-4/+4
* Test bugfixMarcel Hellkamp2010-02-261-1/+1
* Auto routesMarcel Hellkamp2010-02-181-0/+0
* Another 5% code coverage, some real and many cosmetic changes. Read more...Marcel Hellkamp2010-01-251-27/+20
* Optimized test setup and minor changesMarcel Hellkamp2009-12-081-4/+0
* Restructured major parts of Bottles WSGI code.Marcel Hellkamp2009-11-271-6/+6
* New static_file() function returns HTTPError instances instead of raising the...Marcel Hellkamp2009-11-271-18/+10
* Added secure cookie support in response.set_cookie and sequest.get_cookie. Ad...Marcel Hellkamp2009-11-261-2/+9
* Formating and minor Python3 bug in test file.Marcel Hellkamp2009-10-071-11/+21
* More tests and less bugs. Security fix in send_file()Marcel Hellkamp2009-10-061-0/+89