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_wsgiapps.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-1
/
+1
*
Move imports to the header
Jason R. Coombs
2017-10-06
1
-3
/
+0
*
PEP8fy codebase: eliminated F401 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-1
/
+0
*
PEP8fy codebase: eliminated F841 flake8 error
Sviatoslav Sydorenko
2017-03-12
1
-4
/
+2
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-12
/
+12
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-1
/
+1
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-1
/
+1
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-1
/
+3
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-4
/
+2
*
Make clear the next method we use in test_wsgiapps depending on version.
Gustavo Picon
2014-01-11
1
-13
/
+21
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-19
/
+19
*
Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...
Robert Brewer
2011-10-13
1
-4
/
+4
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+118
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-111
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-1
/
+2
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-8
/
+0
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-71
/
+72
*
Removed py3print.
Robert Brewer
2009-06-14
1
-6
/
+3
*
trunk - more changes to bring the two branches into a more similar state - th...
Lakin Wecker
2009-06-01
1
-1
/
+1
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-3
/
+3
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-2
/
+0
*
Silenced some cpmodpy errors due to not using WSGI.
Robert Brewer
2008-11-08
1
-0
/
+12
*
Final trunk fix for #718 (High count of uncollectable objects). Proved once a...
Robert Brewer
2007-10-29
1
-10
/
+32
*
Fix for #700 (Deprecate the wsgiapp Tool).
Robert Brewer
2007-10-26
1
-22
/
+1
*
Fix for #635
Sylvain Hellegouarch
2007-01-05
1
-0
/
+12
*
Fix for #587 (Test failure in wsgiapp on Python 2.5). WSGI applications must ...
Robert Brewer
2006-10-26
1
-3
/
+4
*
Test support for wsgiref.validate (new '--validate' arg to test.py), plus a c...
Robert Brewer
2006-09-08
1
-1
/
+1
*
Overhaul of config system:
Robert Brewer
2006-08-24
1
-4
/
+1
*
Made all imports absolute "just in case" for Python 2.5.
Robert Brewer
2006-08-24
1
-2
/
+2
*
Fix for #553 (pure WSGI apps on the tree). Request.app now MUST be a cherrypy...
Robert Brewer
2006-08-21
1
-2
/
+4
*
WSGI improvements from Christian's cp3-wsgi-remix branch:
Robert Brewer
2006-08-17
1
-0
/
+97