Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-29410: Change the default hash algorithm to SipHash13. #28752

Merged
merged 18 commits into from Oct 10, 2021

Commits on Oct 6, 2021

  1. fix tests

    methane committed Oct 6, 2021

Commits on Oct 7, 2021

  1. Update Lib/test/test_hash.py

    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
    methane and Erlend Egeberg Aasland committed Oct 7, 2021
  2. Add Py_HASH_SIPHASH24 and --with-hash-algorithm=siphash24.

    They is just alias for siphash13.
    methane committed Oct 7, 2021

Commits on Oct 8, 2021

  1. Apply suggestions from code review

    Co-authored-by: Christian Heimes <christian@python.org>
    methane and tiran committed Oct 8, 2021
  2. Back siphash24

    methane committed Oct 8, 2021
  3. Add siphash24 again

    methane committed Oct 8, 2021
  4. autoreconf

    methane committed Oct 8, 2021
  5. Undeprecate siphash24

    methane committed Oct 8, 2021
  6. Add siphash24() again.

    methane committed Oct 8, 2021
  7. test_hash: fix known hash

    methane committed Oct 8, 2021
  8. Suppress warning

    methane committed Oct 8, 2021
  9. update NEWS entry

    methane committed Oct 8, 2021
  10. fix test_sys

    methane committed Oct 8, 2021
  11. Fix comment

    methane committed Oct 8, 2021

Commits on Oct 9, 2021

  1. Use suggested doc.

    methane committed Oct 9, 2021

Commits on Oct 10, 2021

  1. Update Doc/whatsnew/3.11.rst

    Co-authored-by: Christian Heimes <christian@python.org>
    methane and tiran committed Oct 10, 2021