summaryrefslogtreecommitdiff
path: root/passlib/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* passlib.tests: silenced some internal deprecation warningsEli Collins2016-06-101-0/+2
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-73/+67
* UT fixes:Eli Collins2013-12-281-4/+4
* removed some unused importsEli Collins2013-04-091-5/+3
* style cleanupsEli Collins2013-04-091-35/+35
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-56/+56
* assorted bugfixes & additional test coverageEli Collins2012-04-301-10/+20
* splitcomma won't dieEli Collins2012-04-301-0/+9
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-0/+1
* work on des_crypt familyEli Collins2012-04-131-424/+0
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-0/+82
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-3/+2
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-10/+10
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-3/+3
* to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-101-1/+1
* safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-101-6/+10
* various bcrypt improvementsEli Collins2012-03-101-0/+32
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-101-0/+44
* simplified crypt.crypt() wrappersEli Collins2012-01-191-44/+48
* misc bugfixes from round of changesEli Collins2012-01-181-15/+15
* import cleanupsEli Collins2012-01-181-21/+23
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-181-22/+34
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-89/+298
* lots of work on scram hashEli Collins2012-01-091-1/+10
* minor fixesEli Collins2012-01-091-2/+3
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-11/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-15/+22
* misc fixes for py3 compatEli Collins2011-12-281-36/+36
* Merge from defaultEli Collins2011-12-281-0/+86
|\
| * issue 24: added saslprep() function to support SASL stringprep profile; still...Eli Collins2011-12-131-0/+76
| * was browsing Python's source, and noticed crypt() might sometimes return None --Eli Collins2011-12-091-0/+10
* | couple of minor tweaks - basic unittests pass 2.7 & 3.2Eli Collins2011-12-061-2/+2
* | replaced all #Py3k# conditional includesEli Collins2011-12-061-38/+27
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-58/+59
* | added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* | moved sys_bits to compat, added exc_err, removed utils.py32_langEli Collins2011-12-061-1/+1
* | replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-1/+1
* | added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-1/+1
|/
* all verify() methods now use "constant time" comparison function (see CHANGEL...Eli Collins2011-12-011-1/+85
* replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ...Eli Collins2011-07-111-6/+6
* added test for builtin MD4 class even if SSL version present, for coverageEli Collins2011-07-111-7/+30
* bugfixes from running UTsEli Collins2011-07-091-1/+1
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-32/+32
* redid multi-backend tests to have separate test named for each backend, and u...Eli Collins2011-06-221-8/+7
* redid test.utils to make use of unittest2 features if availableEli Collins2011-06-221-2/+2
* added UT for safe_os_crypt(), helper method is_ascii_safe()Eli Collins2011-06-201-2/+50
* rest of utils now py3 compatEli Collins2011-06-171-71/+212
* utils.des now py3 compat; fixed some other utils as wellEli Collins2011-06-171-3/+3
* utils.h64 now py3 compatibleEli Collins2011-06-171-34/+43
* misc cleanupsEli Collins2011-06-021-79/+0