summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Merge from stableEli Collins2020-10-081-11/+19
|\
| * passlib.ext.django: Updated UTs to work with latest django releaseEli Collins2020-10-071-11/+21
* | passlib.hash.bcrypt: remove support for "py-bcrypt" backendEli Collins2020-10-061-3/+0
* | tox: removed py2 envs & depsEli Collins2020-10-061-20/+9
* | cleanup old python compat -- removed PY26 conditional, and unittest2 imports.Eli Collins2020-10-061-1/+0
|/
* passlib.tests: silenced some internal warnings; fixed edge case in scrypt test;Eli Collins2020-10-061-24/+0
* tox.ini: disable 'rednose' for py34, no longer supportedEli Collins2020-10-031-3/+6
* passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compatEli Collins2020-03-281-1/+2
* tests / tox: updated test settings.Eli Collins2019-11-191-9/+13
* passlib.tests: fix imports that got dropped during a patchEli Collins2017-01-301-0/+1
* tox.ini: updated structure to make it easier to customizeEli Collins2017-01-301-16/+22
* tox.ini: added -py36Eli Collins2016-11-221-3/+4
* ran full tests to verify we work under pyston 0.5.1Eli Collins2016-07-151-0/+1
* tox.ini: added dependancies for django's internal testsEli Collins2016-06-261-0/+3
* docs: build fixesEli Collins2016-06-231-0/+14
* scrypt: hash format changedEli Collins2016-06-201-1/+1
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-2/+4
* pbkdf2: removed support for M2Crypto backend -- was only useful for sha1Eli Collins2016-06-201-3/+0
* rewrote tox.ini to use "factors", now requires tox >= 2.3Eli Collins2016-06-201-273/+116
* passlib.hash.argon2: support for Argon2 hash formatEli Collins2016-06-171-0/+22
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-101-0/+23
* bugfix: passlib.totp: add missing import to UTs; add 'cryptography' package t...Eli Collins2016-06-101-0/+2
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-25/+9
* Merge with stableEli Collins2016-02-091-0/+8
|\
| * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-081-0/+8
* | notesEli Collins2015-07-251-0/+4
* | passlib.ext.django cleanupsEli Collins2015-07-221-36/+1
|/
* tox.ini: only pass in _DJANGO_SOURCE_PATH env var for the 'django-py{2,3}'Eli Collins2015-07-221-2/+4
* test framework fix: django 1.7+ puts tests in source, not in package.Eli Collins2015-07-211-1/+15
* updated tox.ini -- derived from one in default branch,Eli Collins2015-07-211-105/+205
* bugfix: passlib.ext.django: clarified & tweaked logic for when we passEli Collins2015-01-251-0/+10
* test_ext_django: fix spurious error if django 1.6 installed but not bcrypt; a...Eli Collins2013-12-281-1/+8
* updated tox.ini with notes about different environmentsEli Collins2013-12-261-2/+17
* removed py27, gae25 from tox config, updated GAE app.yaml --Eli Collins2013-12-231-31/+4
* updated rounds values based on timing tests. also:Eli Collins2013-12-221-1/+1
* django compatibility part 2Eli Collins2013-12-221-12/+18
* added support for bcrypt library (issue 49),Eli Collins2013-12-201-7/+28
* django compatibility updates (should fix issue 50)Eli Collins2013-12-201-18/+69
* added pypy1.9 & py3.3 to toxEli Collins2012-08-021-3/+12
* large number of assorted documentation updatesEli Collins2012-08-011-1/+1
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-1/+1
* misc testing fixesEli Collins2012-05-011-4/+3
* final tweaks to test config filesEli Collins2012-05-011-18/+26
* unittest cleanups, better coverage, etcEli Collins2012-04-301-25/+62
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-271-2/+2
* add posargs supports to tox config, passes all args to noseEli Collins2012-04-171-6/+12
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-21/+61
* added unittest2 to py3 tox configsEli Collins2011-10-091-2/+6
* added tox config file, may replace custom testing harnessEli Collins2011-10-071-0/+48