index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
test
/
test_static.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maint/17.x'
Jason R. Coombs
2018-11-23
1
-1
/
+5
|
\
|
*
Fix test failures on pytest 4
v17.4.1
Jason R. Coombs
2018-11-23
1
-1
/
+5
*
|
variable names should be more than one letter
Jason R. Coombs
2018-09-09
1
-2
/
+2
*
|
Merge pull request #1740 from cherrypy/bugfix/1737-session-file-race
Jason R. Coombs
2018-09-08
1
-30
/
+26
|
\
\
|
*
|
Remove unused import
bugfix/1737-session-file-race
Jason R. Coombs
2018-09-07
1
-1
/
+0
|
*
|
Remove empty branch
Jason R. Coombs
2018-09-07
1
-9
/
+8
|
*
|
In teardown_class, also delete other files that may have been created during ...
Jason R. Coombs
2018-09-07
1
-11
/
+11
|
*
|
In StaticTest, use teardown_class to remove files after any server has been s...
Jason R. Coombs
2018-09-07
1
-2
/
+3
|
*
|
Leverage path.py for paths in test_sessions
Jason R. Coombs
2018-09-07
1
-8
/
+5
*
|
|
Remove xfail code, no longer relevant on Python 3. Ref #1544.
Jason R. Coombs
2018-09-07
1
-5
/
+0
|
/
/
*
|
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-4
/
+2
|
/
*
Remove exemption for extra long lines. Updated code to conform with standard ...
Jason R. Coombs
2017-10-28
1
-3
/
+7
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-1
/
+1
*
File in sub-dir of staticdir in long-path notation would not load
Safihre
2017-10-15
1
-0
/
+12
*
Mark docstrings with slash escaping as raw str (PR #1610 by @scop)
Ville Skyttä
2017-07-10
1
-3
/
+3
*
Use six for http imports
Jason R. Coombs
2017-07-09
1
-3
/
+2
*
Fix double quotes
Sviatoslav Sydorenko
2017-03-12
1
-1
/
+1
*
Merge pull request #1569 from cherrypy/issue-1567
Jason R. Coombs
2017-03-12
1
-0
/
+27
|
\
|
*
Make ensure_unicode_filesystem a global function, so it's not affiliated unne...
Jason R. Coombs
2017-02-26
1
-12
/
+13
|
*
Close the handle explicitly to avoid any uncertainty about what happens with ...
Jason R. Coombs
2017-02-26
1
-1
/
+1
|
*
Use six to import the name as it should be found.
Jason R. Coombs
2017-02-26
1
-3
/
+3
|
*
Add a compatibility shim to enable invocation of the unicode_filename fixture...
jaraco
2017-02-26
1
-3
/
+18
|
*
Add a fixture to skip tests that require a unicode filesystem. Ref #1567. Cur...
jaraco
2017-02-26
1
-1
/
+12
*
|
PEP8fy codebase: eliminated W503 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-2
/
+2
*
|
PEP8fy codebase: eliminated E301 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+1
*
|
Fixup same style string quotes across the repo
Sviatoslav Sydorenko
2017-03-03
1
-1
/
+1
|
/
*
Mark test as xfail until it can be corrected. Ref #1544.
Jason R. Coombs
2017-01-06
1
-0
/
+5
*
Mark test as unconditionally xfail. Ref #1475.
Jason R. Coombs
2017-01-06
1
-2
/
+1
*
Mark test as xfail. Ref #1475.
Jason R. Coombs
2016-12-24
1
-0
/
+5
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-62
/
+62
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-7
/
+6
*
Remove the static unicode filename from the tests package, sidestepping the s...
Jason R. Coombs
2016-09-02
1
-8
/
+22
*
Fix broken indentation due to hanging indent
Jason R. Coombs
2016-08-21
1
-4
/
+8
*
Extract variable for nicer indentation and remove superfluous import
Jason R. Coombs
2016-08-21
1
-3
/
+2
*
Use context manager to write files
Jason R. Coombs
2016-08-21
1
-2
/
+4
*
Extract variable for nicer indentation
Jason R. Coombs
2016-08-21
1
-2
/
+5
*
Use byte literals
Jason R. Coombs
2016-08-21
1
-12
/
+12
*
Bump BIGFILE_SIZE to 32MB, as 20MB fails on my 2015 MacBook Pro.
Jason R. Coombs
2016-08-21
1
-2
/
+3
*
Use staticmethod decorator
Jason R. Coombs
2016-07-25
1
-2
/
+2
*
Rewrite test using ntou and tonative to support Python 3.2.
Jason R. Coombs
2016-07-25
1
-4
/
+12
*
Use six for locating urllib
Jason R. Coombs
2016-07-25
1
-6
/
+2
*
Try six.u for Python 3.2 compatibility
Jason R. Coombs
2016-07-25
1
-2
/
+4
*
Add test for unicode-named static file
Sviatoslav Sydorenko
2016-07-25
1
-0
/
+10
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-1
/
+1
*
Remove StringIO and BytesIO from compatibility module and use io module direc...
Jason R. Coombs
2016-06-05
1
-2
/
+2
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-6
/
+6
*
Fix the test_file_stream test... until the computers improves it CPU/IO speed
Joel Rivera
2016-03-14
1
-2
/
+4
*
Returning HTTP 404 for static serving when the requested path has null bytes
Diogo Baeder
2015-12-17
1
-1
/
+5
*
Modify test_file_stream so that it tolerates more socket buffering than was p...
Allan Crooks
2014-04-16
1
-12
/
+32
*
Added failing test showing problems using error_page handlers and serve_file....
Allan Crooks
2014-04-15
1
-0
/
+16
[next]