summaryrefslogtreecommitdiff
path: root/tests/test_auth
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-222-8/+0
| | | | | * Remove unused imports * Remove unused variables
* Port paste.auth to Python 3Victor Stinner2015-04-212-3/+11
| | | | | | * 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: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-182-5/+12
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* convert to nose 0.11pjenvey2009-05-071-0/+0
|
* (no commit message)cce2006-02-241-2/+2
|
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-5/+7
| | | | | | | | | | | | | | __call__ now always returns a string value - renamed resolve to values in HTTPHeader to better reflect the public-interface for this (esp for multi-entry headers) - a few bugs in mult-entry headers - added common CGI headers to httpheaders; I know they don't really belong here, but error checking is nice - updated auth.digest and auth.basic to use httpheaders (this is what prompted the above changes) - added WWW_AUTHENTICATe header which will build a response to a digest challenge - fixed capitalization error in fileapp and added corresponding test
* (no commit message)cce2005-12-311-5/+5
|
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-182-2/+4
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-132-0/+127
with trunk