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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added passlib.tests.__main__ so that nose can be invoked via 'python -m passl...
Eli Collins
2011-08-17
1
-0
/
+6
*
added signing capability to docdist cmd
Eli Collins
2011-08-17
1
-0
/
+18
*
bumped to 1.5.1
1.5.1
Eli Collins
2011-08-17
1
-1
/
+1
*
documentation building should now be done through 'setup.py build_sphinx';
Eli Collins
2011-08-17
2
-1
/
+71
*
setup script enhancements
Eli Collins
2011-08-17
4
-1
/
+62
*
test.utils: added backport of assertRegexpMatches for py26/25
Eli Collins
2011-08-13
1
-0
/
+12
*
fix class.__module__ for gaeunit class discovery
Eli Collins
2011-08-12
1
-1
/
+2
*
more forgiving bounds for mvt test
Eli Collins
2011-08-12
1
-6
/
+10
*
unittest fixes
Eli Collins
2011-08-12
4
-27
/
+66
*
GAE compatibility fix: changed apache UTs to not rely on filesystem.
Eli Collins
2011-08-12
2
-69
/
+105
*
GAE compatibility fix: genseed() can handle os.getpid() being missing
Eli Collins
2011-08-12
1
-1
/
+2
*
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
3
-24
/
+57
*
tweak to registry tests so they work even if passlib.tests is imported under ...
Eli Collins
2011-08-12
2
-7
/
+17
*
tidy up backend test case names
Eli Collins
2011-08-12
2
-24
/
+27
*
phpass_context now imports bcrypt hash only if phpass_context is used
Eli Collins
2011-08-12
1
-7
/
+11
*
added simple unittests to check passlib.apps & passlib.hosts contexts are wor...
Eli Collins
2011-08-12
2
-0
/
+219
*
provide fallback
Eli Collins
2011-08-12
1
-3
/
+30
*
bugfix: make sure ``passlib.hash.__loader__`` attribute writable - needed by ...
Eli Collins
2011-08-12
2
-2
/
+33
*
removed min_verify_time setting from custom_app_context,
Eli Collins
2011-08-10
1
-1
/
+0
*
bugfix to CryptContext.verify [issue 17]
Eli Collins
2011-08-10
2
-17
/
+47
*
added backport of catch_warnings for py25; added testcase method assertWarnin...
Eli Collins
2011-08-10
1
-11
/
+134
*
removed duplicate code inside passlib.apache
Eli Collins
2011-07-27
1
-10
/
+12
*
tweaked fshp documentation
Eli Collins
2011-07-27
1
-6
/
+4
*
minor doc changes
Eli Collins
2011-07-13
2
-4
/
+7
*
ConfigParser deprecation tweaks
Eli Collins
2011-07-11
2
-5
/
+19
*
added TestCase.__test__ helper to fix test runner mistakes if used w/ plain UT2
Eli Collins
2011-07-11
1
-0
/
+5
*
replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ...
Eli Collins
2011-07-11
7
-147
/
+147
*
added test for builtin MD4 class even if SSL version present, for coverage
Eli Collins
2011-07-11
2
-9
/
+35
*
tried to clarify variable names w/in policy parsing code
Eli Collins
2011-07-10
1
-23
/
+45
*
minor doc tweaks
Eli Collins
2011-07-10
1
-3
/
+3
*
added documentation for "passlib.ext.django" django app that upgrades Django ...
Eli Collins
2011-07-10
3
-85
/
+56
*
added documentation for Django hashes & context
Eli Collins
2011-07-10
2
-5
/
+56
*
bugfixes from running UTs
Eli Collins
2011-07-09
10
-34
/
+31
*
added multi-backend tests for BSDiCrypt and SHA1Crypt; previously only tested...
Eli Collins
2011-07-08
1
-8
/
+10
*
changed HandlerCase to monkeypatch os_crypt if needed to increase test covera...
Eli Collins
2011-07-08
1
-22
/
+76
*
cleaned up and documented HasManyBackends behavior; now raises MissingBackend...
Eli Collins
2011-07-08
4
-24
/
+141
*
stripped trailing whitespace from a bunch of files
Eli Collins
2011-07-08
17
-132
/
+132
*
made disabled backends skipTest msg be more informative
Eli Collins
2011-06-30
2
-8
/
+12
*
misc documentation tweaks
Eli Collins
2011-06-30
3
-31
/
+33
*
django work
Eli Collins
2011-06-30
8
-119
/
+415
*
made UTs check for unittest2 even under py 2.7 / 3.2
Eli Collins
2011-06-29
1
-14
/
+14
*
updated changelog to include python 3 compat; various other documentation upd...
Eli Collins
2011-06-29
1
-23
/
+1
*
couple of bugfixes after running UTs (cpython 2.5, 2.6, 2.7, 3.1, 3.2; pypy 1.5)
Eli Collins
2011-06-22
5
-5
/
+5
*
added in-progress work on django hashes
Eli Collins
2011-06-22
1
-0
/
+211
*
UT2 compat - mirror info from nose's __test__ attr to __unitest__skip__
Eli Collins
2011-06-22
1
-24
/
+33
*
redid multi-backend tests to have separate test named for each backend, and u...
Eli Collins
2011-06-22
3
-52
/
+73
*
redid test.utils to make use of unittest2 features if available
Eli Collins
2011-06-22
2
-94
/
+132
*
replaced redundant code in a few places w/ new identify_prefix() helper
Eli Collins
2011-06-22
6
-19
/
+17
[prev]
[next]