summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped to 1.6.21.6.2Eli Collins2013-12-261-1/+1
* last minute doc changesEli Collins2013-12-263-23/+23
* updated tox.ini with notes about different environmentsEli Collins2013-12-262-2/+24
* bugfix to fuzz test border case: repeat_string() chokes if source is empty st...Eli Collins2013-12-261-1/+1
* decided python2.5 support is getting to be too much trouble, though could per...Eli Collins2013-12-261-0/+7
* added passlib.hash.bcrypt_sha256Eli Collins2013-12-2614-41/+355
* bugfix to test_ext_django:HashersTestEli Collins2013-12-231-0/+1
* removed py27, gae25 from tox config, updated GAE app.yaml --Eli Collins2013-12-232-31/+9
* updated test that failed due to new default_roundsEli Collins2013-12-231-1/+1
* added bcrypt helpers to benchmark scriptEli Collins2013-12-221-0/+26
* doc tweaksEli Collins2013-12-223-3/+6
* updated rounds values based on timing tests. also:Eli Collins2013-12-2213-29/+55
* django compatibility part 2Eli Collins2013-12-2211-68/+253
* added support for bcrypt library (issue 49),Eli Collins2013-12-207-335/+447
* django compatibility updates (should fix issue 50)Eli Collins2013-12-2010-338/+697
* minor documentation updatesEli Collins2013-01-1910-81/+172
* doc tweakEli Collins2012-09-301-2/+2
* tweak to genseed()Eli Collins2012-09-201-5/+5
* updated to use cloud_sptheme 1.5 -- fancier table layoutsEli Collins2012-09-206-53/+65
* various documentation updatesEli Collins2012-09-2014-103/+248
* all releases will now use stable branchEli Collins2012-08-030-0/+0
* switch to default/stable branch strategyrelease-1.6Eli Collins2012-08-030-0/+0
* Added tag 1.6.1 for changeset fac3201eb50bEli Collins2012-08-020-0/+0
* bumped to 1.6.11.6.1Eli Collins2012-08-022-3/+3
* documentation tweaksEli Collins2012-08-022-3/+3
* bugfix for py3.3: passlib registry methods would erroneously return private m...Eli Collins2012-08-023-1/+30
* bcrypt documentation updates - changed pybcrypt url, added details re: builti...Eli Collins2012-08-026-39/+49
* added pypy1.9 & py3.3 to toxEli Collins2012-08-021-3/+12
* typofix in test_handlers, mysql323 fuzz testing now handles whitespace correctlyEli Collins2012-08-021-1/+5
* rearranged/refactored HandlerCase fuzz testing functions somewhatEli Collins2012-08-022-88/+101
* filter some extraneous warnings in testsEli Collins2012-08-021-0/+6
* misc fixesEli Collins2012-08-013-27/+26
* border case: CryptContext now accepts keys with mixed '.' and '__' separatorsEli Collins2012-08-012-1/+9
* large number of assorted documentation updatesEli Collins2012-08-0125-215/+318
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-0182-2558/+2550
* _CryptConfig now pre-calculates default scheme for each category, checks agai...Eli Collins2012-07-095-16/+133
* CryptContext config parsing internals just too messy to work with, refactored...Eli Collins2012-07-093-521/+568
* removed some unused files, tweaked some internal commentsEli Collins2012-06-273-319/+4
* convert unicode user categories -> utf8 under python2Eli Collins2012-06-273-4/+25
* various minor updates to documentation & code commentsEli Collins2012-06-275-18/+34
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-275-12/+39
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-273-4/+15
* reworked platform_crypt_support test to be more granular, updated to account ...Eli Collins2012-06-274-70/+60
* Added tag 1.6 for changeset b76f260ebb0cEli Collins2012-05-170-0/+0
* pip requirements file for building docs1.6Eli Collins2012-05-171-0/+1
* minor documentation updates - typo in changes, better listing of ident values...Eli Collins2012-05-173-12/+16
* minor documentation updatesEli Collins2012-05-084-26/+33
* updated index entriesEli Collins2012-05-0227-33/+63
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-0217-9/+290
* tweaked release scripts - not pushing eggs again (at least until C extensions)Eli Collins2012-05-012-6/+37