summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_sessionauthenticate.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-61/+0
* More PEP8 work.Gustavo Picon2014-01-121-9/+10
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-11/+11
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+62
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-62/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-1/+1
* Removed test.py etc.Robert Brewer2010-04-271-9/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-29/+30
* Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...Robert Brewer2009-03-241-2/+2
* Changed HTTPRedirect to default to 307/302 if not GET. Also fixed SessionAuth...Robert Brewer2009-03-111-3/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* * Test case and fix for Ticket #780nick1252008-07-091-1/+11
* Implemented a login attribute for the request and answered #653Sylvain Hellegouarch2007-02-071-4/+4
* More SessionAuth cleanups. Replaced 'login' with 'username' whenever appropri...Robert Brewer2006-09-021-5/+5
* cptools.session_auth was growing an unwieldy number of parameters, so I moved...Robert Brewer2006-09-021-7/+8
* 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
* Removed "filter" from lots of places, including renaming of tests.Robert Brewer2006-06-011-0/+63