index
:
delta/python-packages/passlib.git
1.3.x
Ehsan-Kia/add-missing-comma-in-python-string-list--1570159929332
class-based
cmdline-dev
drpoggi/fastpbk2-fastpbkdf2-1518202787739
drupal7
graingert/docs-updated-password-generation-section-1551709975688
ironpython-support-dev
kenyon/quickstartrst-grammar-fixes-1547285543894
lazy-load
master
mjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666
no2to3-dev
release-1.5
release-1.6
scram-dev
scrypt-dev
speedup
stable
yuvallanger/fix-typo-1451443676093
foss.heptapod.net: python-libs/passlib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
passlib
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from stable
Eli Collins
2020-10-08
3
-249
/
+527
|
\
|
*
passlib.ext.django: refactored tests to give more granular results.
Eli Collins
2020-10-07
2
-200
/
+424
|
*
passlib.ext.django: Updated UTs to work with latest django release
Eli Collins
2020-10-07
1
-34
/
+107
|
*
bugfix: passlib.tests: revert filtering PasslibSecurityWarning in general;
Eli Collins
2020-10-07
1
-1
/
+2
|
*
passlib.context: now raises UnknownHashError() if hash can't be identified.
Eli Collins
2020-10-07
1
-21
/
+11
*
|
python compat cleanup -- replace stray ".im_func" refs
Eli Collins
2020-10-06
1
-4
/
+7
*
|
python compat cleanup -- use magic super() calls
Eli Collins
2020-10-06
18
-43
/
+42
*
|
passlib.hash.bcrypt: remove support for "py-bcrypt" backend
Eli Collins
2020-10-06
1
-36
/
+0
*
|
passlib.hash.bcrypt: remove support for "bcryptor" backend
Eli Collins
2020-10-06
2
-26
/
+2
*
|
cleanup old python compat - assorted minor cleanups & fixes from conversion
Eli Collins
2020-10-06
5
-9
/
+11
*
|
cleanup old python compat -- removed str_to_usascii() wrapper
Eli Collins
2020-10-06
2
-6
/
+6
*
|
cleanup old python compat -- removed uascii_to_str() wrapper
Eli Collins
2020-10-06
1
-3
/
+2
*
|
cleanup old python compat -- replaced "unicode" alias in favor of "str"
Eli Collins
2020-10-06
6
-32
/
+29
*
|
cleanup old python compat -- removed IO aliases (BytesIO etc)
Eli Collins
2020-10-06
1
-1
/
+2
*
|
cleanup old python compat -- removed suppress_cause() and error_from() wrappers
Eli Collins
2020-10-06
1
-5
/
+2
*
|
cleanup old python compat -- removed get_unbound_method_function() wrapper
Eli Collins
2020-10-06
1
-2
/
+1
*
|
cleanup old python compat -- removed iteritems() wrapper
Eli Collins
2020-10-06
2
-4
/
+4
*
|
cleanup old python compat -- removed irange() alias
Eli Collins
2020-10-06
6
-20
/
+17
*
|
cleanup old python compat -- removed some sys.version_info refs
Eli Collins
2020-10-06
1
-16
/
+6
*
|
cleanup old python compat -- removed PY2 & PY3 conditionals
Eli Collins
2020-10-06
7
-99
/
+38
*
|
cleanup old python compat -- removed PY26 conditional, and unittest2 imports.
Eli Collins
2020-10-06
5
-82
/
+12
*
|
cleanup old python compat -- removed all "from __future__" imports
Eli Collins
2020-10-06
20
-20
/
+0
*
|
minor cleanups after merge -- removed some stray u() calls
Eli Collins
2020-10-06
1
-2
/
+2
*
|
Merge from stable
Eli Collins
2020-10-06
10
-120
/
+717
|
\
\
|
|
/
|
*
passlib.tests: silenced some internal warnings; fixed edge case in scrypt test;
Eli Collins
2020-10-06
2
-1
/
+4
|
*
passlib.tests.test_ext_django: cleaned up detection of missing django hasher ...
Eli Collins
2020-10-06
4
-12
/
+92
|
*
passlib.utils: add thread lock to fix some UT failures.
Eli Collins
2020-10-05
1
-3
/
+9
|
*
passlib.hash: added ldap_salted_sha256 & ldap_salted_512 (issue 124)
Eli Collins
2020-10-05
1
-0
/
+61
|
*
passlib.handlers: cases where crypt() returns malformed hash
Eli Collins
2020-10-05
1
-5
/
+7
|
*
passlib.tests: silence some warnings, fix some MissingBackendError messages
Eli Collins
2020-10-03
4
-11
/
+22
|
*
passlib.tests.test_utils: reworked safe_crypt() test to not have hardcoded
Eli Collins
2020-10-03
1
-30
/
+59
|
*
passlib.tests: updated platform_crypt_support to reflect openbsd changes;
Eli Collins
2020-10-03
3
-8
/
+25
|
*
tests: fixed some minor UT errors
Eli Collins
2020-10-03
2
-5
/
+6
|
*
bugfix: bcrypt os_crypt backend: fix some more crypt.crypt() utf8 encoding is...
Eli Collins
2020-05-12
1
-0
/
+119
|
*
tests / bcrypt: bcrypt_os_crypt_test now strips out non-UTF8 test vectors und...
Eli Collins
2020-05-12
1
-2
/
+7
|
*
bugfix: bcrypt: test vector for "8bit bug" wasn't UTF8 safe,
Eli Collins
2020-05-12
1
-0
/
+7
|
*
passlib.tests.utils: simplified OsCryptMixin's "alt hasher" test harness code.
Eli Collins
2020-05-12
2
-15
/
+27
|
*
passlib.tests: fixed bug where HandlerCase.test_82_crypt_support() wasn't
Eli Collins
2020-05-11
2
-23
/
+69
|
*
passlib.crypto.digests: added hardcoded fallback info for common hashes;
Eli Collins
2020-05-02
1
-0
/
+5
|
*
reworked lookup_hash() and create_hex_digest() internals to work better
Eli Collins
2020-05-02
2
-3
/
+75
|
*
passlib.crypto.digests: cleaned up internal digests table;
Eli Collins
2020-05-02
1
-2
/
+4
|
*
passlib.hash.bcrypt_sha256: now uses hmac-sha256 instead of plain sha256
Eli Collins
2020-02-16
1
-8
/
+126
|
*
passlib.hash.bcrypt: added notes re: final salt character
Eli Collins
2020-02-17
1
-1
/
+3
*
|
Merge from stable
Eli Collins
2019-11-22
4
-16
/
+28
|
\
\
|
|
/
|
*
general: Python 2.6 & 3.3 support deprecated -- added notes in docs
Eli Collins
2019-11-22
1
-1
/
+1
|
*
tests: django compat fixes
Eli Collins
2019-11-19
2
-14
/
+12
|
*
passlib.utils.handlers: split _sanitize() helper out as separate mask_value()...
Eli Collins
2019-11-12
1
-1
/
+15
|
*
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
1
-0
/
+6
*
|
argon2, parsehash tests -- fix some PY2 edge cases detected by CI
Eli Collins
2019-11-11
1
-0
/
+6
*
|
Merge from stable
Eli Collins
2019-11-11
5
-14
/
+172
|
\
\
|
|
/
[next]