summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_wsgiapps.py
Commit message (Expand)AuthorAgeFilesLines
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-1/+1
* Move imports to the headerJason R. Coombs2017-10-061-3/+0
* PEP8fy codebase: eliminated F401 flake8 errorSviatoslav Sydorenko2017-03-121-1/+0
* PEP8fy codebase: eliminated F841 flake8 errorSviatoslav Sydorenko2017-03-121-4/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-12/+12
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-1/+3
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-4/+2
* Make clear the next method we use in test_wsgiapps depending on version.Gustavo Picon2014-01-111-13/+21
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-19/+19
* Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...Robert Brewer2011-10-131-4/+4
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+118
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-111/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Removed test.py etc.Robert Brewer2010-04-271-8/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-71/+72
* Removed py3print.Robert Brewer2009-06-141-6/+3
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-1/+1
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-3/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Silenced some cpmodpy errors due to not using WSGI.Robert Brewer2008-11-081-0/+12
* Final trunk fix for #718 (High count of uncollectable objects). Proved once a...Robert Brewer2007-10-291-10/+32
* Fix for #700 (Deprecate the wsgiapp Tool).Robert Brewer2007-10-261-22/+1
* Fix for #635Sylvain Hellegouarch2007-01-051-0/+12
* Fix for #587 (Test failure in wsgiapp on Python 2.5). WSGI applications must ...Robert Brewer2006-10-261-3/+4
* Test support for wsgiref.validate (new '--validate' arg to test.py), plus a c...Robert Brewer2006-09-081-1/+1
* Overhaul of config system:Robert Brewer2006-08-241-4/+1
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Fix for #553 (pure WSGI apps on the tree). Request.app now MUST be a cherrypy...Robert Brewer2006-08-211-2/+4
* WSGI improvements from Christian's cp3-wsgi-remix branch:Robert Brewer2006-08-171-0/+97