summaryrefslogtreecommitdiff
path: root/cherrypy/tutorial/tut03_get_and_post.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-53/+0
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-1/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-2/+2
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+53
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-53/+0
* Touchups to cpstats.pyRobert Brewer2011-02-231-3/+1
* New logging.statistics in wsgiserver, plus new lib/cpstats.pyRobert Brewer2011-02-231-1/+3
* Fixing tutorials which did not run on command-line.Robert Brewer2010-01-011-5/+9
* Fix for #756 (Deprecate server.quickstart):Robert Brewer2008-01-121-4/+2
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-0/+1
* Changed server.start to server.quickstart, and server.start_all to server.start.Robert Brewer2006-08-051-1/+1
* All tutotials were missing an import os.path and could not runSylvain Hellegouarch2006-05-221-0/+1
* Root and config are now isolated per app:Robert Brewer2006-05-071-2/+2
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-0/+1
* Tutorial fixes, plus a bug in _cputil.getErrorPage.Robert Brewer2005-10-081-1/+1
* Implements ticket #195.Robert Brewer2005-06-251-4/+5
* Merged new test suite from branches/ticket-177 into trunk.Robert Brewer2005-06-101-0/+47