COMMITS
/ Doc/library/uuid.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
August 18, 2025
W
gh-137847: Add examples for UUIDv6-8 (#137848)
Weilin Du committed
June 20, 2025
W
gh-89083: add links to RFC 9562 sections in UUID docs (#135684)
Weilin Du committed
June 13, 2025
L
gh-135244: improve wording of `uuid8` docs about CSPRNG (#135433)
LamentXU committed
June 8, 2025
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
April 7, 2025
B
gh-130843: add UUIDv7 timestamp recipes (#132154)
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 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade 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
February 25, 2025
K
gh-130461: Remove unnecessary usages of `.. index::` directives in Doc/library/uuid.rst (#130526)
Kanishk Pachauri committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
January 27, 2025
N
gh-128427: Add `uuid.NIL` and `uuid.MAX` (#128429)
Nick Pope committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
November 15, 2024
B
gh-89083: small docs fixup for UUIDv8 (#126857)
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
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
September 2, 2023
N
gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)
Nikita Sobolev committed
N
Fix typo in `uuid.rst` (#108809)
Nikita Sobolev committed
N
gh-101100: Fix sphinx warnings in `uuid.rst` (#108805)
Nikita Sobolev 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
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
February 14, 2022
1
bpo-38619: Update the documentation for UUID.hex (GH-29830)
180909 committed
June 4, 2018
F
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
Farhaan Bukhsh committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
November 28, 2017
B
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw committed
February 18, 2017
B
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw committed
January 10, 2017
X
Issue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang committed
December 31, 2016
B
Issue #26267: Improve uuid.UUID documentation
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
December 2, 2011
E
#13499: fix example adding >>> before the comments.
Ezio Melotti committed
December 19, 2009
G
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
Georg Brandl committed
September 16, 2009
G
Last round of adapting style of documenting argument default values.
Georg Brandl committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed