Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 1 | -1/+3 |
| | |||||
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -28/+28 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix flake8 error: F401 '<mod>' imported but unused | Sviatoslav Sydorenko | 2016-08-24 | 1 | -1/+0 |
| | |||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 1 | -2/+2 |
| | |||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -7/+8 |
| | |||||
* | 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 | -7/+7 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Some more info out of gctools | Robert Brewer | 2011-10-13 | 1 | -13/+31 |
| | |||||
* | gctools: added sys.getrefcount, switched back to backrefs (oops), added a ↵ | Robert Brewer | 2011-10-13 | 1 | -9/+39 |
| | | | | wait for pending requests, and added finalizers.png | ||||
* | Adding optional objgraph import to gctools. | Robert Brewer | 2011-10-13 | 1 | -1/+16 |
| | |||||
* | Maybe the third time is the charm for calling gc.collect() | Joseph Tate | 2011-09-23 | 1 | -1/+2 |
| | |||||
* | A few Python 2.3 fixes. | Robert Brewer | 2011-07-05 | 1 | -1/+5 |
| | |||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+146 |