- decorator solution for lazy loading frequency_lists library View
- handle zero-length password gracefully View
- add failing test for empty password scenario View
- Merge branch 'musicsnobj-feature/l33t-exploit' View
- Merge branch 'feature/l33t-exploit' of github.com:musicsnobj/zxcvbn-python into musicsnobj-feature/l33t-exploit View
- use optional third arg instead of env variable for max password length View
- Merge branch 'feature/setup-tox' into feature/l33t-exploit View
- fuzzy match all py test versions View
- update README w/ tested py versions, try 3.8.* as test version View
- remove python 2 condition from mypy job View
- add py versions 3.12 and 3.13 View
- add py versions 3.9, 3.10, 3.11 View
- trying another tox config View
- tweak tox config View
- rm reference to requirements.txt View
- let tox control pytest version View
- try python version 3.8.18 by itself View
- update build.yml with python versions supported by Ubuntu 24.04 View
- try dropping python versions older than 3.6 View
- try v5 of setup-python gha View
- add tox.ini, add python versions to test View
- fuzzy match all py test versions View
- update README w/ tested py versions, try 3.8.* as test version View
- remove python 2 condition from mypy job View
- add py versions 3.12 and 3.13 View
- add py versions 3.9, 3.10, 3.11 View
- trying another tox config View
- tweak tox config View
- rm reference to requirements.txt View
- let tox control pytest version View
- try python version 3.8.18 by itself View
- update build.yml with python versions supported by Ubuntu 24.04 View
- try dropping python versions older than 3.6 View
- try v5 of setup-python gha View
- add tox.ini, add python versions to test View
- add max password length, default 72, configurable via ZXCVBN_MAX_LENGTH env var View
- Match the correct dictionary name for English words View
- Add the license file to the source tarball View
- update supported python versions in README View
- github actions & mypy View
- Fix syntax warning over comparison of literals using is. (#53) View
- Added Python 3.8 to travis config. (#50) View
- add 3.7 in python versions tested on travis ci (#44) View
- Hotfix for Overflow Error (#35) View
- rename to zxcvbn (#30) View
- Drop Python 2.6 support. (#28) View
- Bump pytest version to 3.5.0. (#29) View
- Use a dictionary comprehension. (#27) View
- updating readme to remove 2.6 support note View
- fixing syntax error in setup.py View
- upgrading version to 4.4.25, removing deprecation warning View
- removing deprecation warning View
- deprecation warning for moving to new pypi location View
- allowing support for large numbers in estimating attack times View
- python2.6 support for converting floats to decimals View
- upgraded version to 4.4.20 View
- updating download url to 4.4.20 View
- quick fix for thread-safe user inputs View
- Provide consistent feedback for example (#17) View
- Add Trove classifiers (#14) View
- upgrading to v4.4.17 View
- upgrading deployment info per instructions on pypi to hopefully bring back description View
- upgrading version to v4.4.18 View
- quick fix for thread-safe user inputs View
- Provide consistent feedback for example (#17) View
- Add Trove classifiers (#14) View
- upgrading to v4.4.17 View
- Fixing bugs to increase lib correctness from 83% to 100% (#15) View
- bumping version to v4.4.16 View
- quick fix for thread-safe user inputs View
- Provide consistent feedback for example (#17) View
- Add Trove classifiers (#14) View
- upgrading to v4.4.17 View
- fixing download_url in setup.py View
- updated the readme with more info View
- upgrading to version 4.4.14 to update description on pypi View
- fixed typo in README View
- adding python 3.6 support on travis (#6) View
- moving scripts to build data files to a ./bin folder (#9) View
- code cleanup (#10) View
- wrapping feedback messages in gettext for i18n (#7) View
- adding a helper method to add frequency lists to the ranked dicts (#8) View
- added clarity to custom ranked dictionaries section in the readme View
- upgrading to 4.4.13 View
- updated readme to address the other ports and recommend this one View
- updated reference year to 2017 View
- updated package version to 4.4.11 View
- bugfix: accessing match using get() instead of index in scoring module View
- fixing tests, which should use an actual regex match for index "regex_match" View
- upgrading version to 4.4.10 in setup.py View
- upping version to 4.4.7 in setup.py View
- upping version to 4.4.7 in setup.py View
- updated readme now that log10 is fixed, added periods to end of feedback sentences for consistency View
- upgrading to 4.4.9 in setup.py View
- fixed variable naming typo View
- removed time limits for tests as they are no longer needed View
- removed unneeded code View
- fixing log10 logic in scoring module View
- upping version to 4.4.7 in setup.py View
- updated description in setup.py View
- updated the description in setup.py View
- updated version in setup.py View
- added keywords to setup.py, typo and bugfix in scoring module, code formatting View
- updated version in setup.py to 4.4.6 View
- fixed bugs in crack times in seconds and display View