summaryrefslogtreecommitdiff
path: root/cherrypy/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
|
* Make cherrypy.daemon PEP257-compliantSviatoslav Sydorenko2017-10-211-0/+1
|
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-22/+22
| | | | pre-commit run double-quote-string-fixer --all-files
* Remove the deperecated backward compatibility for legacy config keys in the ↵Jason R. Coombs2016-07-241-1/+1
| | | | engine.
* Assign the cls just onceJason R. Coombs2015-12-191-6/+5
|
* Just do the construction onceJason R. Coombs2015-12-191-6/+4
|
* Move daemon code to daemon module and invoke from cherryd scriptJason R. Coombs2015-04-241-0/+109