Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -3/+1 |
| | |||||
* | Suppress specific linter warning | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Remove exemption for extra long lines. Updated code to conform with standard ↵ | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 |
| | | | | 79 character limitation. Fixes #1652. | ||||
* | Replace iteritems with six usage. | Jason R. Coombs | 2017-07-08 | 1 | -2/+4 |
| | |||||
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -0/+1 |
| | |||||
* | Fix E265: block comment should start with '# ' | Sviatoslav Sydorenko | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+1 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 1 | -3/+3 |
| | |||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -2/+5 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -5/+7 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -11/+11 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+153 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -153/+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. | ||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -1/+2 |
| | |||||
* | Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers MUST ↵ | Robert Brewer | 2009-06-13 | 1 | -1/+0 |
| | | | | be byte strings! | ||||
* | Better expires param for the sessiondemo. | Robert Brewer | 2009-06-13 | 1 | -2/+7 |
| | |||||
* | New session demo. | Robert Brewer | 2009-06-13 | 1 | -0/+148 |