Skip to content

Latest commit

 

History

History
205 lines (152 loc) · 18 KB

File metadata and controls

205 lines (152 loc) · 18 KB

v4.5.0 (2025-02-19)

  • 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

v4.4.28 (2019-05-28)

  • Prefer stdin for password if it is readable (#43) View
  • updating version to 4.4.28 View

v4.4.27 (2018-07-02)

  • Support universal wheels (#32) View
  • upgrading to version 4.4.27 View

v4.4.26 (2018-05-10)

  • Hotfix for Overflow Error (#35) View

v4.4.25 (2018-04-11)

  • 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

v4.4.24 (2018-04-11)

  • deprecation warning for moving to new pypi location View

v4.4.23 (2018-04-09)

  • Add cli, Fixes #21 (#22) View
  • upgrading version to 4.4.23 View

v4.4.22 (2018-04-02)

  • not using rst for description View
  • changing version to v4.4.22 View

v4.4.21 (2018-04-02)

  • adding better long description for pypi View
  • changing version to 4.4.21 View

v4.4.20 (2018-04-02)

  • 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

v4.4.19 (2018-01-12)

  • #20 fixing "invalid escape sequence" warning in 3.6 View
  • updating version in setup.py View

v4.4.18 (2017-10-17)

  • 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

v4.4.16 (2017-08-24)

  • 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

v4.4.17 (2017-10-16)

  • 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

v4.4.15 (2017-06-20)

  • Fix exception when user_inputs contains unicode characters (#13) View
  • updated setup.py file View

v4.4.14 (2017-01-28)

  • 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

v4.4.13 (2017-01-24)

  • 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

v4.4.12 (2017-01-09)

  • readme to rst so it is displayed on pypi website View
  • upgrading setup file to version 4.4.12 View

v4.4.11 (2017-01-09)

  • 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

v4.4.10 (2016-12-29)

  • 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

v4.4.9 (2016-12-26)

  • 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

v4.4.8 (2016-12-26)

  • 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

v4.4.7 (2016-12-17)

  • updated description in setup.py View
  • updated the description in setup.py View
  • updated version in setup.py View

v4.4.6 (2016-12-17)

  • added keywords to setup.py, typo and bugfix in scoring module, code formatting View
  • updated version in setup.py to 4.4.6 View

v4.4.5 (2016-12-15)

  • readme organization to make crack times easier to read View
  • updating setup.py View

v4.4.4 (2016-12-15)

  • fixed bugs in crack times in seconds and display View

v4.4.2 (2016-12-08)

  • added MANIFEST file, fixed bugs in feedback module, added instructions in README.md View
  • updated version in setup.py View