COMMITS
/ Lib/uuid.py July 24, 2022
C
gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)
Christian Heimes committed
September 20, 2021
R
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Raymond Hettinger 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
July 21, 2020
S
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower committed
May 12, 2020
S
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower 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
February 5, 2020
S
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Shantanu committed
September 26, 2019
M
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt committed
September 13, 2019
C
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim 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
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
May 20, 2018
C
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
CtrlZvi committed
February 13, 2018
S
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
Segev Finer committed
January 24, 2018
B
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles committed
December 7, 2017
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
November 4, 2017
S
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
Serhiy Storchaka committed
October 2, 2017
V
bpo-11063: Fix _uuid module on macOS (#3855)
Victor Stinner committed
September 28, 2017
A
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou committed
September 4, 2017
B
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson committed
February 18, 2017
B
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw committed
April 24, 2016
S
Removed unused imports.
Serhiy Storchaka committed
March 20, 2016
B
Issue #19164: Improve exception message of uuid.UUID()
Berker Peksag committed
October 30, 2015
B
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson committed
July 14, 2015
S
Issue #24634: Importing uuid should not try to load libc on Windows
Steve Dower committed
May 20, 2015
S
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
November 30, 2014
S
Issue #22902: The "ip" command is now used on Linux to determine MAC address
Serhiy Storchaka committed
November 21, 2014
S
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka committed
S
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
Serhiy Storchaka committed
November 7, 2014
S
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka committed
S
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka committed
November 5, 2014
V
Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()
Victor Stinner committed
October 21, 2014
V
Issue #22637: avoid using a shell in uuid
Victor Stinner committed
September 6, 2014
S
Issue #22131: Fixed a bug in handling an error occured during reading from
Serhiy Storchaka committed
S
Issue #22131: Modernized the code of the uuid module.
Serhiy Storchaka committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
January 18, 2014
R
Merge #19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray committed
R
#19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray committed
December 18, 2013
R
Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray committed