Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move json from _cpcompat to its own module. | Jason R. Coombs | 2018-09-04 | 1 | -1/+1 |
| | |||||
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -3/+1 |
| | |||||
* | Honor E731 linter warning | Jason R. Coombs | 2017-10-28 | 1 | -4/+12 |
| | |||||
* | Use six for itervalues | Jason R. Coombs | 2017-07-09 | 1 | -6/+3 |
| | |||||
* | PEP8fy codebase: eliminated E302 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -0/+1 |
| | |||||
* | Fix E402 in cpstats | Sviatoslav Sydorenko | 2016-09-08 | 1 | -18/+9 |
| | |||||
* | Correct typos in expose decorator usage. Fixes #1444. | Jason R. Coombs | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 1 | -4/+4 |
| | |||||
* | #1333 Make cpstats python3.3+ compatible3.8.1 | Gustavo Picon | 2015-12-02 | 1 | -3/+15 |
| | |||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -29/+42 |
| | |||||
* | More pep8 cleanups | Gustavo Picon | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -17/+26 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Include the documentation of cpstats at the sphinx tree. | Joel Rivera | 2013-09-28 | 1 | -38/+41 |
| | |||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -35/+35 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+662 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -661/+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. | ||||
* | Sanitizing cpstats for Python 2.3 | Robert Brewer | 2011-02-25 | 1 | -7/+5 |
| | |||||
* | typo | Sylvain Hellegouarch | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Better fix for stats remote.ip | Robert Brewer | 2011-02-24 | 1 | -9/+2 |
| | |||||
* | More Python 2.3 fixes. | Robert Brewer | 2011-02-24 | 1 | -11/+13 |
| | |||||
* | Updating the remote client's info after tools.proxy had a chance to run, so ↵ | Sylvain Hellegouarch | 2011-02-23 | 1 | -0/+8 |
| | | | | that the remote IP is the real one. | ||||
* | Touchups to cpstats.py | Robert Brewer | 2011-02-23 | 1 | -22/+17 |
| | |||||
* | New logging.statistics in wsgiserver, plus new lib/cpstats.py | Robert Brewer | 2011-02-23 | 1 | -0/+665 |