summaryrefslogtreecommitdiff
path: root/passlib/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge from stableEli Collins2015-07-251-1/+1
|\
| * had to bump version to 1.6.4 since network error + pypi gave problems ↵1.6.4Eli Collins2015-07-251-1/+1
| | | | | | | | uploading 1.6.3
| * bumped to 1.6.3Eli Collins2015-07-251-2/+2
| |
| * bumped to 1.6.21.6.2Eli Collins2013-12-261-1/+1
| |
* | start 1.7 developmentEli Collins2013-01-231-1/+1
|/
* bumped to 1.6.11.6.1Eli Collins2012-08-021-1/+1
|
* release 1.6Eli Collins2012-05-011-1/+1
|
* beginning 1.6 devEli Collins2011-08-251-1/+1
| | | | | * removed previously deprecated support for ConfigParser interpolated files * removed previously deprecated support for set_backend(None)
* bumped to 1.5.11.5.1Eli Collins2011-08-171-1/+1
|
* start of 1.5 developmentEli Collins2011-06-011-1/+1
|
* tweaked setup.cfgEli Collins2011-04-051-11/+1
|
* bumped version 1.4.devDATEEli Collins2011-03-271-1/+10
|
* removed some old codeEli Collins2011-03-151-115/+0
|
* created stub module passlib.hash, moved proxy module insertion into that fileEli Collins2011-02-171-8/+0
|
* large rearrangment of structureEli Collins2011-02-161-4/+5
| | | | | | | | | | | | | | | | | | | | =============================== * moved passlib.hash package to passlib.drivers * combined some passlib.driver modules together (eg ext_des_crypt merged w/ des_crypt) * renamed all hash classes to lower case, to match name attrs. * renamed ext_des_crypt to bsdi_crypt * added special proxy module "passlib.hash" which lazily loads drivers from correct location - registry system reworked, has list of locations for builtin drivers, and capability for apps to add more - passlib.hash *is* the registry, changes to it affect list - thanks to this, documentation can remain, pointing to passlib.hash.xxx as location for driver * moved passlib.utils.handlers to passlib.utils.drivers, renamed classes from XxxHandler -> XxxHash * combined all driver tests into single passlib/tests/test_drivers.py file * NOTE: disabled default unicode testing, not ready for that yet * all driver UTs pass (others not checked)
* moved passlib.hash to passlib.driversEli Collins2011-02-161-0/+2
|
* CryptPolicy workEli Collins2011-02-071-109/+109
| | | | | | | | ================ * (temporarily?) commented out frontend methods in toplevel passlib module * bugfixes to CryptPolicy * added min_verify_time to CryptPolicy * added default policy config file
* rearranged some modulesEli Collins2011-01-301-1/+1
|
* bugfixin'Eli Collins2011-01-191-25/+4
| | | | | | | | | ========= * bumped to 1.3 * refactored UTs a little bit * updated UTs to match new layout & protocols * lots of bug fixes * all UTs pass
* tweakEli Collins2011-01-191-12/+5
|
* rearanging moreEli Collins2011-01-191-1/+1
| | | | | | | =============== * split passlib.base into passlib.context & passlib.handler * renamed CryptAlgorithm to CryptHandler (similar rename for support funcs, eg register_crypt_handler) * updated related imports
* bumped to 1.21.2.0Eli Collins2011-01-171-1/+1
|
* relocated passlib.hash.XXX to passlib.XXX; all UTs passEli Collins2011-01-141-0/+150
|
* removing lots of bps modules from passlibEli Collins2011-01-061-61/+2
|
* tweaked config files, moved dir to passlibEli Collins2011-01-061-0/+61