summaryrefslogtreecommitdiff
path: root/cherrypy/test/modpy.py
Commit message (Expand)AuthorAgeFilesLines
* Move imports to the headerJason R. Coombs2017-10-061-2/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-14/+14
* Fix E402 in test/modpySviatoslav Sydorenko2016-09-081-1/+2
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+0
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+5
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-10/+10
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+163
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-163/+0
* Removed test.py etc.Robert Brewer2010-04-271-2/+2
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-5/+4
* Removed py3print.Robert Brewer2009-06-141-1/+1
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-1/+1
* New CRLF test, plus some test suite fixes.Robert Brewer2009-02-051-0/+3
* Rework of test suite to start the engine once per module, and only for module...Robert Brewer2009-01-291-65/+31
* Silenced some cpmodpy errors due to not using WSGI.Robert Brewer2008-11-081-0/+2
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-0/+5
* Trunk fix for #752 (Return cherrypy.server to a single-server model):Robert Brewer2007-11-111-1/+2
* A couple more modpy test fixes.Robert Brewer2007-06-241-4/+26
* modpy wasn't using the "test_suite" environment.Robert Brewer2007-06-241-3/+6
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-1/+1
* The modpy tests were not returning an exit code.Robert Brewer2006-12-281-1/+7
* Fix for #481 (buildbot quiet mode). Use {{{test.py --dumb}}} to suppress the ...Robert Brewer2006-10-041-0/+1
* SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ss...Robert Brewer2006-09-101-0/+1
* mod_python improvements:Robert Brewer2006-09-031-0/+6
* Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig...Robert Brewer2006-09-021-1/+1
* Typos in test/modpy.py imports.Robert Brewer2006-09-021-2/+2
* Overhaul of config system:Robert Brewer2006-08-241-1/+1
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* WSGI improvements from Christian's cp3-wsgi-remix branch:Robert Brewer2006-08-171-1/+1
* First inclusion of jamwt's mpcp into CP distro as _cpmodpy.py. Some tests fai...Robert Brewer2006-06-201-15/+33
* test/modpy fixes and docs.Robert Brewer2006-06-191-8/+24
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-2/+2
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-1/+1
* modpy test helper updated to use "wsgi.application" option (to match latest m...Robert Brewer2006-03-311-1/+1
* Initial fix for #498 (Test suite assumes same process for client and server)....Robert Brewer2006-03-261-0/+114