summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-31/+31
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-5/+4
* Implement storage_class keyword-only argument for Sessions, deprecating stora...Jason R. Coombs2016-09-031-19/+20
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-14/+17
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-15/+15
* Merged in shroom/cherrypy (pull request #50)Jason R. Coombs2014-09-131-3/+16
|\
| * Fix race condition in session clean up.Mateusz Pachocki2013-09-301-6/+20
* | More PEP8 work.Gustavo Picon2014-01-121-3/+4
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-11/+20
|/
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-65/+65
* Oops. Fixed #1082 better.Robert Brewer2011-10-151-2/+2
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+464
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-464/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-8/+9
* Removed test.py etc.Robert Brewer2010-04-271-7/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-1/+4
* test_session bugfix, plus a couple tweaks.Robert Brewer2009-06-141-23/+17
* Removed py3print.Robert Brewer2009-06-141-4/+4
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-4/+4
* trunk - removing backticks in favor of reprLakin Wecker2009-06-011-1/+1
* False alarm. The id was regenerated each time because the test never loaded t...Robert Brewer2009-05-281-2/+7
* New test showing broken session ids in cookies.Robert Brewer2009-05-281-0/+10
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-2/+2
* Fix for #870 (Support "session cookies" which flush on browser close).Robert Brewer2008-11-011-0/+65
* Various session fixes, including #717 (sessions should have a __len__ function).Robert Brewer2008-03-141-4/+12
* Merging the 598-sendall branch. This fixes #598, #783, and perhaps #589.Robert Brewer2008-03-121-2/+14
* Half of the fix for #717 (sessions should have a __len__ function). Not imple...Robert Brewer2008-01-171-2/+25
* Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also fixed...Robert Brewer2008-01-131-5/+22
* Removing decorator in test_session for Python 2.3 compatibilityRobert Brewer2007-10-281-1/+2
* Fix for #710 (Allow forcing a new session id).Robert Brewer2007-10-271-0/+14
* Oops.Robert Brewer2007-10-101-1/+1
* Doc updates, better memcached detection in test_session, and changed cherrypy...Robert Brewer2007-10-081-2/+24
* New MemcachedSession class. The Session class API had to change a bit: 'setup...Robert Brewer2007-10-041-0/+92
* Better trunk fix for #680 (session init bugs).Robert Brewer2007-08-221-1/+25
* Fix for #640 (cherrypy.session does not implement {{{__contains__}}}).Robert Brewer2007-01-111-0/+8
* Added {{{__delitem__}}} to ThreadLocalProxy to support {{{del cherrypy.sessio...Robert Brewer2006-10-241-0/+9
* Fixed hang on InternalRedirect with sessions tool.Robert Brewer2006-10-221-0/+24
* Fix for #525 (Support Deleting Sessions).Robert Brewer2006-08-271-1/+16
* Overhaul of config system:Robert Brewer2006-08-241-4/+1
* Made all imports absolute "just in case" for Python 2.5.Robert Brewer2006-08-241-2/+2
* Revamped session module. Much better tests. Cleanup is now in a separate, cyc...Robert Brewer2006-08-101-10/+75
* Removed "filter" from lots of places, including renaming of tests.Robert Brewer2006-06-011-0/+64