summaryrefslogtreecommitdiff
path: root/cherrypy/test/modfastcgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-9/+9
| | | | pre-commit run double-quote-string-fixer --all-files
* Fix E402 in test/modfastcgiSviatoslav Sydorenko2016-09-081-1/+2
|
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-3/+1
|
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+4
| | | | | --HG-- branch : autopep8
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-8/+8
| | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'`
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+135
|
* Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunkRobert Brewer2011-02-251-135/+0
| | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install.
* New test/modfastcgi.py (I couldn't get mod_fcgid working well with our test ↵Robert Brewer2011-02-221-0/+135
suite on nix).