| Commit message (Expand) | Author | Age | Files | Lines |
* | python compat cleanup -- replace stray ".im_func" refs | Eli Collins | 2020-10-06 | 1 | -4/+7 |
* | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 1 | -5/+5 |
* | cleanup old python compat -- removed IO aliases (BytesIO etc) | Eli Collins | 2020-10-06 | 1 | -1/+2 |
* | cleanup old python compat -- removed irange() alias | Eli Collins | 2020-10-06 | 1 | -6/+5 |
* | cleanup old python compat -- removed PY2 & PY3 conditionals | Eli Collins | 2020-10-06 | 1 | -36/+15 |
* | cleanup old python compat -- removed all "from __future__" imports | Eli Collins | 2020-10-06 | 1 | -1/+0 |
* | Merge from stable | Eli Collins | 2020-10-06 | 1 | -30/+178 |
|\ |
|
| * | passlib.tests.test_utils: reworked safe_crypt() test to not have hardcoded | Eli Collins | 2020-10-03 | 1 | -30/+59 |
| * | bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is... | Eli Collins | 2020-05-12 | 1 | -0/+119 |
* | | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -91/+91 |
|/ |
|
* | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ... | Eli Collins | 2016-11-22 | 1 | -6/+6 |
* | passlib.utils: relocated a bunch of properties & decorators to .utils.decor | Eli Collins | 2016-11-22 | 1 | -3/+3 |
* | passlib.tests: large refactor to make all tests that depend on RNG behave | Eli Collins | 2016-11-21 | 1 | -18/+20 |
* | bugfix: passlib.tests: fix non-deterministic getrandbytes() test | Eli Collins | 2016-11-21 | 1 | -15/+24 |
* | bugfix: test_utils: missing import | Eli Collins | 2016-07-17 | 1 | -1/+1 |
* | bugfix: tests_utils: correct assumption -- hmac.compare_digest() apparently | Eli Collins | 2016-07-17 | 1 | -7/+5 |
* | ran full tests to verify we work under pyston 0.5.1 | Eli Collins | 2016-07-15 | 1 | -2/+5 |
* | bugfix: test_utils: account for changes to memoized_property() api | Eli Collins | 2016-06-30 | 1 | -1/+2 |
* | bugfix: test_utils / consteq: changed test to account for pypy2 vs pypy3 | Eli Collins | 2016-06-22 | 1 | -3/+3 |
* | test cleanups | Eli Collins | 2016-06-22 | 1 | -1/+1 |
* | utils: pinned down unicode/bytes handling for ab64/b64s helpers | Eli Collins | 2016-06-22 | 1 | -6/+87 |
* | bugfix: fixed a bunch of small UT failures | Eli Collins | 2016-06-20 | 1 | -3/+8 |
* | passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3... | Eli Collins | 2016-06-11 | 1 | -4/+17 |
* | passlib.tests: silenced some internal deprecation warnings | Eli Collins | 2016-06-10 | 1 | -0/+2 |
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -73/+67 |
* | UT fixes: | Eli Collins | 2013-12-28 | 1 | -4/+4 |
* | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -5/+3 |
* | style cleanups | Eli Collins | 2013-04-09 | 1 | -35/+35 |
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -56/+56 |
* | assorted bugfixes & additional test coverage | Eli Collins | 2012-04-30 | 1 | -10/+20 |
* | splitcomma won't die | Eli Collins | 2012-04-30 | 1 | -0/+9 |
* | disabling saslprep() support under Jython - it lacks the stringprep module | Eli Collins | 2012-04-17 | 1 | -0/+1 |
* | work on des_crypt family | Eli Collins | 2012-04-13 | 1 | -424/+0 |
* | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -0/+82 |
* | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -3/+2 |
* | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 1 | -10/+10 |
* | added hack to clear warnings registry so assertWarningList() tests will pass ... | Eli Collins | 2012-03-11 | 1 | -3/+3 |
* | to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other... | Eli Collins | 2012-03-10 | 1 | -1/+1 |
* | safe_crypt() now handles "*0" and similar error returns from crypt() | Eli Collins | 2012-03-10 | 1 | -6/+10 |
* | various bcrypt improvements | Eli Collins | 2012-03-10 | 1 | -0/+32 |
* | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -0/+44 |
* | simplified crypt.crypt() wrappers | Eli Collins | 2012-01-19 | 1 | -44/+48 |
* | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -15/+15 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -21/+23 |
* | changed test_utils to import subjects within test functions, instead of globally | Eli Collins | 2012-01-18 | 1 | -22/+34 |
* | replaced utils.h64 module with utils.Base64Engine instance | Eli Collins | 2012-01-18 | 1 | -89/+298 |
* | lots of work on scram hash | Eli Collins | 2012-01-09 | 1 | -1/+10 |
* | minor fixes | Eli Collins | 2012-01-09 | 1 | -2/+3 |
* | removed Undef singleton, private _NOTSET singletons are cleaner. | Eli Collins | 2011-12-28 | 1 | -11/+1 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -15/+22 |