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
/
handlers
/
mssql.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup old python compat -- replaced "unicode" alias in favor of "str"
Eli Collins
2020-10-06
1
-4
/
+4
*
compat cleanup: replaced all u("") instances with u""
Eli Collins
2017-02-17
1
-2
/
+2
*
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
-2
/
+2
*
.encrypt() method renamed to .hash(), other api cleanups
Eli Collins
2016-06-10
1
-6
/
+4
*
removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...
Eli Collins
2015-01-10
1
-4
/
+4
*
style cleanups (transplant of rc94c6072a652 in default)
Eli Collins
2013-12-27
1
-2
/
+2
*
project-wide whitespace & comment cleanup (it's been a couple of years)
Eli Collins
2012-08-01
1
-31
/
+30
*
forgot to document the relaxed=True keyword, and the strict-parameters policy.
Eli Collins
2012-05-02
1
-0
/
+16
*
mass rename of old alias for PasswordHash interface
Eli Collins
2012-04-27
1
-2
/
+2
*
merging rewrite of all hash documentation, and password hash api
Eli Collins
2012-04-27
1
-2
/
+4
*
clarify behavior for secret=None and hash=None
Eli Collins
2012-04-11
1
-13
/
+14
*
passlib.exc: added constructors for common errors, should normalize error mes...
Eli Collins
2012-04-10
1
-6
/
+6
*
*all* hashes now throw PasswordSizeError if password is larger than 4096 char...
Eli Collins
2012-04-09
1
-0
/
+2
*
added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...
Eli Collins
2012-03-10
1
-0
/
+226