summaryrefslogtreecommitdiff
path: root/cherrypy/test/checkerdemo.py
Commit message (Collapse)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
| | | | | --HG-- branch : autopep8
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+47
|
* Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunkRobert Brewer2011-02-251-47/+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.
* 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 ↵Robert Brewer2006-12-281-0/+2
| | | | check_config_types method. There's also a new checker config namespace, so you can turn off the checker with "checker.on = False", or turn off specific methods with "checker.check_method_foo = None".
* 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 ↵Robert Brewer2006-12-201-1/+4
| | | | Checker methods by setting them to None.
* New cherrypy.checker which runs by default in development mode.Robert Brewer2006-12-201-0/+30