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

gh-89083: add support for UUID version 6 (RFC 9562) #120650

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Commits on Jun 17, 2024

  1. add implementation

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    818d417 View commit details
    Browse the repository at this point in the history
  2. add tests

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    16565f2 View commit details
    Browse the repository at this point in the history
  3. add docs

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e6c1d5f View commit details
    Browse the repository at this point in the history
  4. add WhatsNew

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cbaaff4 View commit details
    Browse the repository at this point in the history
  5. blurb

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4ef04b9 View commit details
    Browse the repository at this point in the history
  6. fix a mask

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    943d13e View commit details
    Browse the repository at this point in the history
  7. fix random bytes generation

    picnixz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8344e64 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fixup some comments

    picnixz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    295d82d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update Lib/uuid.py

    picnixz authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1aaa483 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update Doc/whatsnew/3.14.rst

    picnixz authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6847b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9862e View commit details
    Browse the repository at this point in the history
  3. fixup

    picnixz committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    08607f7 View commit details
    Browse the repository at this point in the history
  4. update variable names

    picnixz committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    55edd0c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    5b15134 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    e84cf17 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9bc8090 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. add UUIDv8 implementation

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c3d4745 View commit details
    Browse the repository at this point in the history
  2. add tests

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    392d289 View commit details
    Browse the repository at this point in the history
  3. blurb

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    26889ea View commit details
    Browse the repository at this point in the history
  4. add What's New entry

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    44b66e6 View commit details
    Browse the repository at this point in the history
  5. add docs

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7be6dc4 View commit details
    Browse the repository at this point in the history
  6. add test vectors

    picnixz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a276857 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    8ba3d8b View commit details
    Browse the repository at this point in the history
  2. add uniqueness test

    picnixz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a14ae9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a169c9 View commit details
    Browse the repository at this point in the history
  4. Update docs

    picnixz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b082c90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94c70e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    4907650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275deb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Apply suggestions from code review

    Co-authored-by: Hugo van Kemenade <[email protected]>
    picnixz and hugovk authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5e97cc3 View commit details
    Browse the repository at this point in the history
  2. Update Lib/test/test_uuid.py

    picnixz authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    051f34e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf9a77 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    394a805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40c19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00661fc View commit details
    Browse the repository at this point in the history
  4. post-merge

    picnixz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c188ced View commit details
    Browse the repository at this point in the history
  5. update docs

    picnixz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7e5d364 View commit details
    Browse the repository at this point in the history
  6. improve readability

    picnixz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b8ddc02 View commit details
    Browse the repository at this point in the history
  7. improve test readability

    picnixz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    384a02e View commit details
    Browse the repository at this point in the history
  8. improve test coverage

    picnixz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e4a7198 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. update docs

    picnixz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    aed5839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6daae22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bca3776 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    2df6f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d003fa View commit details
    Browse the repository at this point in the history
  3. post-merge

    picnixz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5ad6268 View commit details
    Browse the repository at this point in the history
  4. post-merge

    picnixz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d49855d View commit details
    Browse the repository at this point in the history
  5. fix comment

    picnixz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a5682f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    969f1c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc459dd View commit details
    Browse the repository at this point in the history
  8. fix typo

    picnixz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0d9f687 View commit details
    Browse the repository at this point in the history