summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_static.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-62/+62
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-7/+6
* Remove the static unicode filename from the tests package, sidestepping the s...Jason R. Coombs2016-09-021-8/+22
* Fix broken indentation due to hanging indentJason R. Coombs2016-08-211-4/+8
* Extract variable for nicer indentation and remove superfluous importJason R. Coombs2016-08-211-3/+2
* Use context manager to write filesJason R. Coombs2016-08-211-2/+4
* Extract variable for nicer indentationJason R. Coombs2016-08-211-2/+5
* Use byte literalsJason R. Coombs2016-08-211-12/+12
* Bump BIGFILE_SIZE to 32MB, as 20MB fails on my 2015 MacBook Pro.Jason R. Coombs2016-08-211-2/+3
* Use staticmethod decoratorJason R. Coombs2016-07-251-2/+2
* Rewrite test using ntou and tonative to support Python 3.2.Jason R. Coombs2016-07-251-4/+12
* Use six for locating urllibJason R. Coombs2016-07-251-6/+2
* Try six.u for Python 3.2 compatibilityJason R. Coombs2016-07-251-2/+4
* Add test for unicode-named static fileSviatoslav Sydorenko2016-07-251-0/+10
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-1/+1
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-2/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-6/+6
* Fix the test_file_stream test... until the computers improves it CPU/IO speedJoel Rivera2016-03-141-2/+4
* Returning HTTP 404 for static serving when the requested path has null bytesDiogo Baeder2015-12-171-1/+5
* Modify test_file_stream so that it tolerates more socket buffering than was p...Allan Crooks2014-04-161-12/+32
* Added failing test showing problems using error_page handlers and serve_file....Allan Crooks2014-04-151-0/+16
* Generate syntactically valid HTML for redirect responses for URLs with quotes...Allan Crooks2014-04-151-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-5/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-6/+3
* Python changed a default exception message in Python 3.3. Fixing test.Gustavo Picon2014-01-111-3/+10
* Re-saved with whitespace cleanupJason R. Coombs2012-03-131-39/+37
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+300
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-300/+0
* trunk: sync with python3Robert Brewer2011-02-251-11/+11
* More Python 2.3 fixes.Robert Brewer2011-02-241-2/+3
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-11/+8
* Removed test.py etc.Robert Brewer2010-04-271-9/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-89/+91
* Some cross ports from the python3 branch, including two test fixes.Robert Brewer2009-06-241-9/+34
* Removed py3print.Robert Brewer2009-06-141-4/+2
* More syncs with python3.Robert Brewer2009-06-091-2/+2
* static.serve_fileobj: Allow file-like objects that have no 'fileno' attribute.Robert Brewer2009-06-071-1/+18
* New static.serve_fileobj function.Robert Brewer2009-06-071-0/+12
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-2/+2
* Minor test_static fix.Robert Brewer2009-06-011-1/+1
* trunk - ditching backticks in favor of a repr call and updating a string to b...Lakin Wecker2009-06-011-2/+2
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-1/+1
* Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...Robert Brewer2009-03-241-3/+3
* Test for 3.x line for #762 (Issue serving files to download using cherrypy).Robert Brewer2009-02-101-23/+51
* New test for streaming static files.Robert Brewer2009-02-101-3/+61
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+0
* Fixed a test for HTTP/1.0.Robert Brewer2008-05-151-2/+2
* Another ssl test fix.Robert Brewer2008-03-141-1/+1
* Test for #755 (trailing_slash not working for static files in 3.1 beta).Robert Brewer2008-03-071-10/+38
* Fixed some problems with redirect after staticdir.Robert Brewer2008-01-131-0/+3