summaryrefslogtreecommitdiff
path: root/cherrypy/lib/cpstats.py
Commit message (Collapse)AuthorAgeFilesLines
* Move json from _cpcompat to its own module.Jason R. Coombs2018-09-041-1/+1
|
* Remove reliance on sixJason R. Coombs2018-09-021-3/+1
|
* Honor E731 linter warningJason R. Coombs2017-10-281-4/+12
|
* Use six for itervaluesJason R. Coombs2017-07-091-6/+3
|
* PEP8fy codebase: eliminated E302 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
|
* Fix E402 in cpstatsSviatoslav Sydorenko2016-09-081-18/+9
|
* Correct typos in expose decorator usage. Fixes #1444.Jason R. Coombs2016-06-061-1/+1
|
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-4/+4
|
* #1333 Make cpstats python3.3+ compatible3.8.1Gustavo Picon2015-12-021-3/+15
|
* More PEP8 work.Gustavo Picon2014-01-121-29/+42
|
* More pep8 cleanupsGustavo Picon2014-01-121-1/+1
|
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-17/+26
| | | | | --HG-- branch : autopep8
* Include the documentation of cpstats at the sphinx tree.Joel Rivera2013-09-281-38/+41
|
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-35/+35
| | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'`
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+662
|
* Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunkRobert Brewer2011-02-251-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.3Robert Brewer2011-02-251-7/+5
|
* typoSylvain Hellegouarch2011-02-241-2/+2
|
* Better fix for stats remote.ipRobert Brewer2011-02-241-9/+2
|
* More Python 2.3 fixes.Robert Brewer2011-02-241-11/+13
|
* Updating the remote client's info after tools.proxy had a chance to run, so ↵Sylvain Hellegouarch2011-02-231-0/+8
| | | | that the remote IP is the real one.
* Touchups to cpstats.pyRobert Brewer2011-02-231-22/+17
|
* New logging.statistics in wsgiserver, plus new lib/cpstats.pyRobert Brewer2011-02-231-0/+665