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
/
ifc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
python compat cleanup -- use abc.ABC directly
Eli Collins
2020-10-06
1
-18
/
+5
*
py39 compat - fixed some uneeded escape sequences
Eli Collins
2020-10-03
1
-2
/
+2
*
PasswordHash: hammered out more of password truncation policy.
Eli Collins
2017-01-30
1
-2
/
+26
*
added r"" prefix to some strings, to fix some python 3.6 deprecation warnings
Eli Collins
2017-01-22
1
-1
/
+1
*
passlib.utils: relocated a bunch of properties & decorators to .utils.decor
Eli Collins
2016-11-22
1
-2
/
+1
*
passlib.context: formalized how CryptContext stores deprecation info.
Eli Collins
2016-11-22
1
-0
/
+9
*
passlib.ext.django: large refactor to make things more isolated & testable.
Eli Collins
2016-11-22
1
-0
/
+10
*
docs: cleaned up language & links
Eli Collins
2016-06-30
1
-4
/
+4
*
passlib.hash: Improved handling of hashes which truncate passwords
Eli Collins
2016-06-29
1
-0
/
+4
*
Enhanced disabled hash management
Eli Collins
2016-06-26
1
-0
/
+34
*
ifc.PasswordHash: changed default genconfig() to stop passing settings to .ha...
Eli Collins
2016-06-17
1
-1
/
+1
*
renamed PasswordHandler.replace() back to PasswordHandler.using()
Eli Collins
2016-06-15
1
-2
/
+2
*
PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --
Eli Collins
2016-06-15
1
-1
/
+21
*
PasswordHandler.replace(): added support for 'relaxed' keyword;
Eli Collins
2016-06-15
1
-1
/
+1
*
renamed handler.using() method to handler.replace(),
Eli Collins
2016-06-13
1
-1
/
+1
*
handler.genconfig() / .genhash() deprecated entirely
Eli Collins
2016-06-13
1
-12
/
+13
*
removed the deprecated hash.parse_rounds() helper added in 1.6.x
Eli Collins
2016-06-13
1
-10
/
+0
*
passlib.context: now that Handler.using() is fully implemented,
Eli Collins
2016-06-10
1
-0
/
+1
*
.encrypt() method renamed to .hash(), other api cleanups
Eli Collins
2016-06-10
1
-9
/
+54
*
Merge with stable
Eli Collins
2016-02-09
1
-0
/
+10
|
\
|
*
PasswordHash ifc: added temporarily helper .parse_rounds(),
Eli Collins
2016-02-08
1
-0
/
+10
*
|
passlib.ifc.PasswordHash.needs_update() -- now provides default implementation
Eli Collins
2015-07-23
1
-2
/
+2
*
|
_CryptRecord: removed _bind_needs_update() framework
Eli Collins
2015-01-27
1
-29
/
+0
*
|
_CryptRecord refactoring -- moved rounds management code to hashes
Eli Collins
2015-01-27
1
-0
/
+53
*
|
removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...
Eli Collins
2015-01-10
1
-16
/
+5
|
/
*
style cleanups (transplant of rc94c6072a652 in default)
Eli Collins
2013-12-27
1
-6
/
+6
*
project-wide whitespace & comment cleanup (it's been a couple of years)
Eli Collins
2012-08-01
1
-28
/
+28
*
excluded some branches from coverage
Eli Collins
2012-04-30
1
-7
/
+7
*
added some missing tests; fixed a bunch of bugs
Eli Collins
2012-04-28
1
-3
/
+3
*
near complete rewrite of django plugin, now making public
Eli Collins
2012-04-27
1
-0
/
+5
*
finally added abstract base class for the password hash interface -- passlib....
Eli Collins
2012-04-27
1
-0
/
+188