summaryrefslogtreecommitdiff
path: root/cherrypy/tutorial/tut02_expose_methods.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-1/+1
* Finally fix E402 for tutorial/tut*.pySviatoslav Sydorenko2016-09-081-1/+2
* Refactor tutorial tests such that they're constructed more directly (and not ...Jason R. Coombs2016-06-051-3/+0
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-2/+2
* More PEP8 work.Gustavo Picon2014-01-121-3/+3
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-0/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-2/+2
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+32
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-32/+0
* 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/+4
* Merged new test suite from branches/ticket-177 into trunk.Robert Brewer2005-06-101-0/+27