summaryrefslogtreecommitdiff
path: root/cherrypy/test/sessiondemo.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-3/+1
* Suppress specific linter warningJason R. Coombs2017-10-291-1/+1
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-1/+1
* Replace iteritems with six usage.Jason R. Coombs2017-07-081-2/+4
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Fix E265: block comment should start with '# 'Sviatoslav Sydorenko2016-09-191-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-3/+3
* More PEP8 work.Gustavo Picon2014-01-121-2/+5
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-5/+7
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-11/+11
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+153
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-153/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-1/+2
* Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers MUST b...Robert Brewer2009-06-131-1/+0
* Better expires param for the sessiondemo.Robert Brewer2009-06-131-2/+7
* New session demo.Robert Brewer2009-06-131-0/+148