summaryrefslogtreecommitdiff
path: root/cherrypy/test/checkerdemo.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+4
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+47
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-47/+0
* Added a checker for server.* entries in app config.Robert Brewer2009-04-161-0/+2
* New check_app_config_brackets warning.Robert Brewer2009-02-211-0/+2
* Port to trunk of [1706] and [1714].Robert Brewer2007-09-281-0/+2
* Checker warning for #711.Robert Brewer2007-09-081-0/+2
* Moved checker back to cherrypy.checker from engine, and also added a new chec...Robert Brewer2006-12-281-0/+2
* More checker checks (plus a fix for the fix for the fix).Robert Brewer2006-12-211-0/+4
* Moved check_compatibility into _cpchecker.py. Also allow disabling of Checker...Robert Brewer2006-12-201-1/+4
* New cherrypy.checker which runs by default in development mode.Robert Brewer2006-12-201-0/+30