summaryrefslogtreecommitdiff
path: root/cherrypy/tutorial/tut07_sessions.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-1/+0
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-4/+4
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+44
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-44/+0
* Fixing tutorials which did not run on command-line.Robert Brewer2010-01-011-5/+10
* Fix for #756 (Deprecate server.quickstart):Robert Brewer2008-01-121-5/+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-3/+6
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-0/+1
* Only one failing test now (sessions)!Robert Brewer2006-04-261-2/+2
* Removed a bunch of instances of the word "filter".Robert Brewer2006-04-251-1/+1
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-1/+1
* Tutorial fixes, plus a bug in _cputil.getErrorPage.Robert Brewer2005-10-081-1/+1
* 1. Config section [global] (pathless) is now distinct from [/] (root path); t...Robert Brewer2005-08-091-1/+1
* sessionFilter: fixed expired() bug. Finished implementing the session filter...Michael Robinson2005-07-111-2/+2
* Implements ticket #195.Robert Brewer2005-06-251-8/+8
* new getObjectTrail function, simplified session configurationMichael Robinson2005-06-241-2/+2
* Re-numbered tutorials (after removing aspect tutorial) and updated test suiteRemi Delon2005-06-201-0/+36