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
/
test_context.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
disabling saslprep() support under Jython - it lacks the stringprep module
Eli Collins
2012-04-17
1
-0
/
+2
*
a bunch of bugfixes found during unittesting
Eli Collins
2012-04-17
1
-3
/
+35
*
CryptPolicy deprecation, part 4 - updated context tests
Eli Collins
2012-04-17
1
-762
/
+939
*
rearranged some test cases
Eli Collins
2012-04-11
1
-3
/
+22
*
clarify behavior for secret=None and hash=None
Eli Collins
2012-04-11
1
-13
/
+53
*
updated test support & py3 compat code from an external library
Eli Collins
2012-03-12
1
-15
/
+11
*
misc bugfixes dealing with changes from last 8 or so commits
Eli Collins
2012-03-11
1
-2
/
+7
*
bugfix: change some context tests to use phpass instead of bsd_nthash or bcrypt
Eli Collins
2012-03-11
1
-13
/
+16
*
added hack to clear warnings registry so assertWarningList() tests will pass ...
Eli Collins
2012-03-11
1
-11
/
+9
*
utils.handlers framework reworked; removed a bunch of boilerplate code
Eli Collins
2012-03-09
1
-3
/
+2
*
base HandlerCase class reworked
Eli Collins
2012-03-09
1
-24
/
+14
*
Merge
Eli Collins
2012-02-08
1
-9
/
+10
|
\
|
*
renamed passlib.exc warning classes
Eli Collins
2012-02-08
1
-8
/
+8
|
*
large refactor of GenericHandler internals
Eli Collins
2012-02-08
1
-1
/
+2
*
|
deprecating min_verify_time option; doesn't meaningfully increase security, a...
Eli Collins
2012-01-19
1
-13
/
+32
|
/
*
assertEquals() -> assertEqual()
Eli Collins
2012-01-19
1
-2
/
+2
*
split exceptions/warnings to separate module; added some additional warning c...
Eli Collins
2012-01-18
1
-8
/
+9
*
import cleanups
Eli Collins
2012-01-18
1
-1
/
+1
*
renamed utils.timer -> utils.tick
Eli Collins
2012-01-05
1
-5
/
+5
*
context tweaks:
Eli Collins
2012-01-02
1
-0
/
+3
*
CryptContext can now run passwords through SASLPrep via "passprep" options [i...
Eli Collins
2012-01-02
1
-1
/
+57
*
Merge from default
Eli Collins
2011-12-28
1
-97
/
+224
|
\
|
*
CryptPolicy rewrite part 2
Eli Collins
2011-12-27
1
-19
/
+23
|
*
large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...
Eli Collins
2011-12-22
1
-100
/
+223
*
|
replaced xrange() instances with compat.irange() alias
Eli Collins
2011-12-06
1
-6
/
+7
|
/
*
bcrypt padding work:
Eli Collins
2011-10-07
1
-0
/
+25
*
fixed small bug in CryptPolicy.iter_config() related to deprecation options
Eli Collins
2011-09-14
1
-17
/
+46
*
more forgiving bounds for mvt test
Eli Collins
2011-08-12
1
-6
/
+10
*
unittest fixes
Eli Collins
2011-08-12
1
-12
/
+10
*
fixed UT border case w/ zipped egg
Eli Collins
2011-08-12
1
-0
/
+8
*
additional linesep & encoded tests for CryptPolicy.from_string / from_path
Eli Collins
2011-08-12
1
-5
/
+25
*
added gae_env flag to disable some CryptPolicy.from_path() unittests under Go...
Eli Collins
2011-08-12
1
-24
/
+35
*
bugfix to CryptContext.verify [issue 17]
Eli Collins
2011-08-10
1
-16
/
+45
*
replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ...
Eli Collins
2011-07-11
1
-74
/
+74
*
stripped trailing whitespace from a bunch of files
Eli Collins
2011-07-08
1
-1
/
+1
*
basic work to make CryptContext unicode aware.
Eli Collins
2011-06-16
1
-3
/
+16
*
updated sample config per last commit
Eli Collins
2011-06-04
1
-2
/
+2
*
bugfix: changed CryptPolicy to use SafeConfigParser (as it really should have...
Eli Collins
2011-06-04
1
-1
/
+1
*
added LazyCryptContext - delays parsing policy & loading handlers until actua...
Eli Collins
2011-04-08
1
-1
/
+48
*
updated UTs to work with new helper classes
Eli Collins
2011-04-05
1
-3
/
+3
*
bugfix: typo in border case of min_verify_time
Eli Collins
2011-03-30
1
-0
/
+17
*
CryptContext: add verify_and_update() convenience method (UTs added)
Eli Collins
2011-03-27
1
-0
/
+28
*
CryptContext: schemes list no longer required by constructor - allows app to ...
Eli Collins
2011-03-27
1
-2
/
+7
*
bugfix: properly handle CryptContext border case where default_rounds>max_rou...
Eli Collins
2011-03-27
1
-0
/
+10
*
misc bugfixes & tweaks for win32 compat
Eli Collins
2011-03-25
1
-2
/
+5
*
lots of work documenting CryptContext class
Eli Collins
2011-03-23
1
-4
/
+4
*
removed interdependancy between test_context & test_utils_handlers
Eli Collins
2011-03-22
1
-19
/
+17
*
big rename: changed base handler class names
Eli Collins
2011-03-22
1
-3
/
+3
*
big rename: driver->handler
Eli Collins
2011-03-22
1
-3
/
+3
*
split passlib.base into passlib.registry & passlib.context - the two have lit...
Eli Collins
2011-03-22
1
-0
/
+696
[next]