Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -9/+9 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix E402 in test/modfastcgi | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+2 |
| | |||||
* | Fix flake8 error: F401 '<mod>' imported but unused | Sviatoslav Sydorenko | 2016-08-24 | 1 | -3/+1 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -2/+4 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -8/+8 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+135 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -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 Brewer | 2011-02-22 | 1 | -0/+135 |
suite on nix). |