summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close branchmjhm/passlibhashbsdi_cryptrst-edited-online-w-1485713793666Eli Collins2017-01-300-0/+0
* passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
* Merge with stableEli Collins2017-01-2212-34/+69
|\
| * Fix typo in quickstartPavloKapyshin2017-01-101-1/+1
| * setup: synced stamp.py file from gable source;Eli Collins2017-01-221-8/+4
| * passlib.tests: up default 'bestof' for time_call(), to lower odds of failuresEli Collins2017-01-221-1/+1
| * docs: make series naming uniformEli Collins2017-01-222-4/+4
| * docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-223-4/+9
| * added r"" prefix to some strings, to fix some python 3.6 deprecation warningsEli Collins2017-01-225-8/+9
| * passlib.tests.test_totp: fixed max_time_t calculation to trap some errorsEli Collins2017-01-222-9/+42
* | Fix typo in quickstartPavloKapyshin2017-01-101-1/+1
* | Merge from stableEli Collins2016-12-199-239/+273
|\ \ | |/
| * tests: added code to patch some RNGs for duration of tests,Eli Collins2016-12-192-7/+20
| * setup: removed unused 'docdist' helperEli Collins2016-12-193-98/+0
| * setup.py: exclude passlib._setup from bdists, only needed for sdists.Eli Collins2016-12-052-7/+46
| * docs: tweaked changelog content, pwd docstrings, added recent setup fix to ch...Eli Collins2016-12-052-30/+44
| * setup.py: reorganized content to simplified codeEli Collins2016-12-051-86/+105
| * setup.py: fixed hg revision stamping so builds from sdist don't try toEli Collins2016-12-053-41/+88
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-2829-1959/+127
* | docs: start 1.8 changelogEli Collins2016-11-284-4/+17
* | Merge with stableEli Collins2016-11-2856-181/+253
|\ \ | |/
| * bugfix: utils: GenericHandler wasn't issuing deprecation warning if callerEli Collins2016-11-275-21/+42
| * docs: fixed docstring for utils.saslprep()Eli Collins2016-11-271-2/+5
| * docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo...Eli Collins2016-11-273-37/+50
| * docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-2546-99/+111
| * docs: tweaks to layout, added warning for pythonhosted docsEli Collins2016-11-237-27/+50
* | start 1.8 devEli Collins2016-11-231-1/+1
* | Merge with stableEli Collins2016-11-2313-139/+164
|\ \ | |/
| * bugfix: docs: fix 'dev copy' detection in conf.pyEli Collins2016-11-221-2/+2
| * Added tag 1.7.0 for changeset a04daf5b690cEli Collins2016-11-220-0/+0
| * mark version 1.7.01.7.0Eli Collins2016-11-221-1/+1
| * setup: refresh of build scripts, updated version stamping procedureEli Collins2016-11-222-61/+68
| * docs: assorted cleanups, silence some doc build warningsEli Collins2016-11-223-3/+8
| * tests: cleanup stray .encrypt() callEli Collins2016-11-221-1/+1
| * bugfix: tests.test_ext_django: handle no argon2 backends availableEli Collins2016-11-221-1/+2
| * bugfix: passlib.ext.django: missing compat import for py3Eli Collins2016-11-221-1/+1
| * docs: marked 1.7 release in changelog, various doc updatesEli Collins2016-11-227-74/+86
| * Merge from defaultEli Collins2016-11-22192-10806/+40379
| |\ | |/ |/|
* | Merge with stableEli Collins2016-11-220-0/+0
|\ \ | |/
| * passlib.tests / HandlerTest: when generating random rounds,Eli Collins2016-02-101-4/+4
* | tox.ini: added -py36Eli Collins2016-11-221-3/+4
* | passlib.utils: add py3 version of accepts_keyword()Eli Collins2016-11-221-4/+24
* | bugfix: tests / test_handlers_bcrypt: bad unpacking of tupleEli Collins2016-11-221-1/+1
* | bugfix: tests: fix import issue when django not presentEli Collins2016-11-221-1/+3
* | bugfix: tests / test_15_salt_type: respect min_salt_size to remove spurious V...Eli Collins2016-11-222-3/+7
* | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-2237-867/+1059
* | passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-2218-196/+228
* | passlib.context: formalized how CryptContext stores deprecation info.Eli Collins2016-11-225-33/+21
* | passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-229-573/+1086
* | passlib.handlers.django: added support for django_argon2Eli Collins2016-11-2210-19/+166