| Commit message (Expand) | Author | Age | Files | Lines |
* | passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compat | Eli Collins | 2020-03-28 | 1 | -1/+2 |
* | tests / tox: updated test settings. | Eli Collins | 2019-11-19 | 1 | -9/+13 |
* | passlib.tests: fix imports that got dropped during a patch | Eli Collins | 2017-01-30 | 1 | -0/+1 |
* | tox.ini: updated structure to make it easier to customize | Eli Collins | 2017-01-30 | 1 | -16/+22 |
* | tox.ini: added -py36 | Eli Collins | 2016-11-22 | 1 | -3/+4 |
* | ran full tests to verify we work under pyston 0.5.1 | Eli Collins | 2016-07-15 | 1 | -0/+1 |
* | tox.ini: added dependancies for django's internal tests | Eli Collins | 2016-06-26 | 1 | -0/+3 |
* | docs: build fixes | Eli Collins | 2016-06-23 | 1 | -0/+14 |
* | scrypt: hash format changed | Eli Collins | 2016-06-20 | 1 | -1/+1 |
* | bugfix: fixed a bunch of small UT failures | Eli Collins | 2016-06-20 | 1 | -2/+4 |
* | pbkdf2: removed support for M2Crypto backend -- was only useful for sha1 | Eli Collins | 2016-06-20 | 1 | -3/+0 |
* | rewrote tox.ini to use "factors", now requires tox >= 2.3 | Eli Collins | 2016-06-20 | 1 | -273/+116 |
* | passlib.hash.argon2: support for Argon2 hash format | Eli Collins | 2016-06-17 | 1 | -0/+22 |
* | passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docs | Eli Collins | 2016-06-10 | 1 | -0/+23 |
* | bugfix: passlib.totp: add missing import to UTs; add 'cryptography' package t... | Eli Collins | 2016-06-10 | 1 | -0/+2 |
* | passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann... | Eli Collins | 2016-02-09 | 1 | -25/+9 |
* | Merge with stable | Eli Collins | 2016-02-09 | 1 | -0/+8 |
|\ |
|
| * | passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68 | Eli Collins | 2016-02-08 | 1 | -0/+8 |
* | | notes | Eli Collins | 2015-07-25 | 1 | -0/+4 |
* | | passlib.ext.django cleanups | Eli Collins | 2015-07-22 | 1 | -36/+1 |
|/ |
|
* | tox.ini: only pass in _DJANGO_SOURCE_PATH env var for the 'django-py{2,3}' | Eli Collins | 2015-07-22 | 1 | -2/+4 |
* | test framework fix: django 1.7+ puts tests in source, not in package. | Eli Collins | 2015-07-21 | 1 | -1/+15 |
* | updated tox.ini -- derived from one in default branch, | Eli Collins | 2015-07-21 | 1 | -105/+205 |
* | bugfix: passlib.ext.django: clarified & tweaked logic for when we pass | Eli Collins | 2015-01-25 | 1 | -0/+10 |
* | test_ext_django: fix spurious error if django 1.6 installed but not bcrypt; a... | Eli Collins | 2013-12-28 | 1 | -1/+8 |
* | updated tox.ini with notes about different environments | Eli Collins | 2013-12-26 | 1 | -2/+17 |
* | removed py27, gae25 from tox config, updated GAE app.yaml -- | Eli Collins | 2013-12-23 | 1 | -31/+4 |
* | updated rounds values based on timing tests. also: | Eli Collins | 2013-12-22 | 1 | -1/+1 |
* | django compatibility part 2 | Eli Collins | 2013-12-22 | 1 | -12/+18 |
* | added support for bcrypt library (issue 49), | Eli Collins | 2013-12-20 | 1 | -7/+28 |
* | django compatibility updates (should fix issue 50) | Eli Collins | 2013-12-20 | 1 | -18/+69 |
* | added pypy1.9 & py3.3 to tox | Eli Collins | 2012-08-02 | 1 | -3/+12 |
* | large number of assorted documentation updates | Eli Collins | 2012-08-01 | 1 | -1/+1 |
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -1/+1 |
* | misc testing fixes | Eli Collins | 2012-05-01 | 1 | -4/+3 |
* | final tweaks to test config files | Eli Collins | 2012-05-01 | 1 | -18/+26 |
* | unittest cleanups, better coverage, etc | Eli Collins | 2012-04-30 | 1 | -25/+62 |
* | assorted small details that weren't covered in the last few merges | Eli Collins | 2012-04-27 | 1 | -2/+2 |
* | add posargs supports to tox config, passes all args to nose | Eli Collins | 2012-04-17 | 1 | -6/+12 |
* | updated tox config, moved GAE helper into tests module to silence tox warning | Eli Collins | 2012-04-17 | 1 | -21/+61 |
* | added unittest2 to py3 tox configs | Eli Collins | 2011-10-09 | 1 | -2/+6 |
* | added tox config file, may replace custom testing harness | Eli Collins | 2011-10-07 | 1 | -0/+48 |