summaryrefslogtreecommitdiff
path: root/cherrypy/tutorial/tut10_http_errors.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-3/+3
* Finally fix E402 for tutorial/tut*.pySviatoslav Sydorenko2016-09-081-3/+4
* 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-4/+4
* More PEP8 work.Gustavo Picon2014-01-121-1/+5
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+3
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-8/+8
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+81
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-81/+0
* Fixing tutorials which did not run on command-line.Robert Brewer2010-01-011-7/+11
* Fix for #756 (Deprecate server.quickstart):Robert Brewer2008-01-121-5/+3
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-0/+1
* More (final?) config overhaul work:Robert Brewer2006-08-251-2/+2
* Overhaul of config system:Robert Brewer2006-08-241-3/+3
* Changed server.start to server.quickstart, and server.start_all to server.start.Robert Brewer2006-08-051-1/+1
* Root and config are now isolated per app:Robert Brewer2006-05-071-9/+9
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-3/+3
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-0/+1
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-4/+4
* Tutorial fixes, plus a bug in _cputil.getErrorPage.Robert Brewer2005-10-081-29/+38
* implimented changes needed to re-close ticket:288Michael Robinson2005-09-141-6/+17
* ticket:288 changes merged into trunk, deleted httperrors branch, added assert...Michael Robinson2005-09-131-1/+7
* HTTPClientError renamed HTTPStatusError, removed some outdated session docume...Michael Robinson2005-09-051-2/+1
* merged some httperror changes that got left out of the first mergeMichael Robinson2005-09-041-2/+1
* improvments to the http errors tutorial (10), minor cleanups of the http erro...Michael Robinson2005-09-041-3/+23
* httperrors branch merged into the trunk, the configuration paramater "showTra...Michael Robinson2005-09-041-0/+33