COMMITS
/ Lib/test/test_uuid.py April 29, 2026
J
gh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3/v5 namespaces (#148741)
Jansen Price committed
November 4, 2025
S
GH-139946: Colorize error and warning messages in argparse (#140695)
Savannah Ostrowski committed
September 17, 2025
B
gh-76760: test that `uuid.uuid1()` sets the version field (#139033)
Bénédikt Tran committed
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
July 12, 2025
W
gh-89083: Add CLI tests for `UUIDv{6,7,8}` (#136548)
Weilin Du committed
May 26, 2025
B
gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (#132901)
Bénédikt Tran committed
March 31, 2025
B
gh-130843: expose 48-bit timestamp for UUIDv7 (#131838)
Bénédikt Tran committed
March 26, 2025
S
gh-131236: allow to generate multiple UUIDs at once via CLI (#131218)
Simon Legner committed
March 4, 2025
B
gh-89083: add support for UUID version 7 (RFC 9562) (#121119)
Bénédikt Tran committed
March 2, 2025
B
gh-89083: add support for UUID version 6 (RFC 9562) (#120650)
Bénédikt Tran committed
January 29, 2025
T
gh-125522: Fix bare except in `test_uuid` (#129018)
Tomas R. committed
January 27, 2025
N
gh-128427: Add `uuid.NIL` and `uuid.MAX` (#128429)
Nick Pope committed
January 3, 2025
B
gh-89083: improve UUIDv8 uniqueness tests (GH-128149)
Bénédikt Tran committed
November 12, 2024
B
gh-89083: add support for UUID version 8 (RFC 9562) (#123224)
Bénédikt Tran committed
March 14, 2024
N
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev committed
July 10, 2023
I
gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
Ijtaba Hussain committed
March 23, 2023
M
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
MonadChains committed
January 25, 2023
A
January 22, 2023
A
GH-88597: Added command line interface to UUID module. (#99463)
achhina committed
January 16, 2022
C
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes committed
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
December 8, 2020
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi committed
May 12, 2020
S
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower committed
April 29, 2020
V
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner committed
March 31, 2020
V
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner committed
March 17, 2020
V
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner committed
V
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner committed
November 19, 2019
September 26, 2019
M
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt committed
June 15, 2019
January 17, 2019
D
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H committed
December 18, 2018
V
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner committed
November 15, 2018
S
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
September 10, 2018
T
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat committed
September 6, 2018
T
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat committed
January 24, 2018
B
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles committed
December 4, 2017
S
Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka committed
November 28, 2017
B
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw committed
November 27, 2017
V
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner committed
B
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw committed
September 28, 2017
A
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou committed
April 19, 2017
V
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner committed
March 2, 2017
B
require uuid_generate_time_safe for all tests of it (#390)
Benjamin Peterson committed
B
correct check for _uuid_generate_time (#388)
Benjamin Peterson committed
February 18, 2017
B
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw committed
December 31, 2016
B
Issue #26267: Improve uuid.UUID documentation
Berker Peksag committed
March 20, 2016
B
Issue #12813: uuid.uuid4() no longer depends on ctypes
Berker Peksag committed