summaryrefslogtreecommitdiff
path: root/passlib/exc.py
Commit message (Expand)AuthorAgeFilesLines
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-171-2/+2
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-7/+15
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-1/+1
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-3/+11
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-0/+54
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+22
* bcrypt workEli Collins2012-03-121-0/+8
* added some notesEli Collins2012-03-101-3/+6
* renamed passlib.exc warning classesEli Collins2012-02-081-2/+2
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-0/+58