summaryrefslogtreecommitdiff
path: root/cherrypy/test/sessiondemo.py
Commit message (Collapse)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
| | | | 79 character limitation. Fixes #1652.
* 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
| | | | pre-commit run double-quote-string-fixer --all-files
* 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
| | | | | --HG-- branch : autopep8
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-11/+11
| | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'`
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+153
|
* Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunkRobert Brewer2011-02-251-153/+0
| | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install.
* 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 ↵Robert Brewer2009-06-131-1/+0
| | | | be byte strings!
* Better expires param for the sessiondemo.Robert Brewer2009-06-131-2/+7
|
* New session demo.Robert Brewer2009-06-131-0/+148