summaryrefslogtreecommitdiff
path: root/tests/test_auth/test_auth_cookie.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-7/+0
| | | | | * Remove unused imports * Remove unused variables
* Port paste.auth to Python 3Victor Stinner2015-04-211-1/+5
| | | | | | * md5() and hmac expects bytes: on Python 3, encode text to utf-8 * Don't compare None with int * HTTP body must be bytes
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
|
* Python 3: load xrange from six.movesCyril Roelandt2014-03-181-1/+2
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-2/+8
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-181-1/+2
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+41
with trunk