summaryrefslogtreecommitdiff
path: root/tests/test_auth/test_auth_digest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-1/+0
* Port paste.auth to Python 3Victor Stinner2015-04-211-2/+6
* 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-181-3/+4
* (no commit message)cce2006-02-241-2/+2
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-5/+7
* (no commit message)cce2005-12-311-5/+5
* 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 w...ianb2005-12-131-0/+86