summaryrefslogtreecommitdiff
path: root/passlib/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- replace stray ".im_func" refsEli Collins2020-10-061-4/+7
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-5/+5
* cleanup old python compat -- removed IO aliases (BytesIO etc)Eli Collins2020-10-061-1/+2
* cleanup old python compat -- removed irange() aliasEli Collins2020-10-061-6/+5
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-36/+15
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* Merge from stableEli Collins2020-10-061-30/+178
|\
| * passlib.tests.test_utils: reworked safe_crypt() test to not have hardcodedEli Collins2020-10-031-30/+59
| * bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...Eli Collins2020-05-121-0/+119
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-91/+91
|/
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-221-6/+6
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-3/+3
* passlib.tests: large refactor to make all tests that depend on RNG behaveEli Collins2016-11-211-18/+20
* bugfix: passlib.tests: fix non-deterministic getrandbytes() testEli Collins2016-11-211-15/+24
* bugfix: test_utils: missing importEli Collins2016-07-171-1/+1
* bugfix: tests_utils: correct assumption -- hmac.compare_digest() apparentlyEli Collins2016-07-171-7/+5
* ran full tests to verify we work under pyston 0.5.1Eli Collins2016-07-151-2/+5
* bugfix: test_utils: account for changes to memoized_property() apiEli Collins2016-06-301-1/+2
* bugfix: test_utils / consteq: changed test to account for pypy2 vs pypy3Eli Collins2016-06-221-3/+3
* test cleanupsEli Collins2016-06-221-1/+1
* utils: pinned down unicode/bytes handling for ab64/b64s helpersEli Collins2016-06-221-6/+87
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-3/+8
* passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3...Eli Collins2016-06-111-4/+17
* 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