summaryrefslogtreecommitdiff
path: root/cherrypy/scaffold
Commit message (Expand)AuthorAgeFilesLines
* Lossless Compression of images saves 25KBFish22017-11-041-0/+0
* Upgrade pre-commit hooksAnthony Sottile2017-10-212-2/+2
* Make cherrypy.scaffold.__init__ PEP257-compliantSviatoslav Sydorenko2017-10-211-0/+4
* Convert cherryd script into console_scriptSviatoslav Sydorenko2017-01-101-1/+1
* Fix E265: block comment should start with '# 'Sviatoslav Sydorenko2016-09-191-2/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-7/+7
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-3/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-4/+4
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-5/+5
* Bye bye, py2/3.Robert Brewer2011-07-025-0/+100
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-255-100/+0
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-0/+6
* Scaffold tweak.Robert Brewer2009-08-152-2/+2
* Fix for #894 (can't configure [apache] dynamic FCGI, only static and external).Robert Brewer2009-02-111-0/+22
* You may now pass multiple --config args to cherryd.Robert Brewer2008-06-231-1/+1
* Working cherryd daemon script. New FlupFCGIServer wrapper in servers.py. Also...Robert Brewer2008-03-184-58/+9
* Renamed restsrv -> process in all referrers.Robert Brewer2008-03-161-1/+1
* Better scaffold docstrings.Robert Brewer2008-01-142-2/+20
* New scaffold folder. See #771.Robert Brewer2008-01-144-0/+103