index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
uuid.py
Commit message (
Expand
)
Author
Age
*
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev
2024-03-14
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
*
gh-109653: Reduce import overhead of uuid module on Linux (#115160)
Shantanu
2024-03-06
*
gh-104396: uuid.py to skip platform check for emscripten and wasi (gh-104397)
Jeong, YunWon
2023-05-12
*
Update MAC_address wikipedia URL in comments (#29019)
180909
2023-04-26
*
gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
MonadChains
2023-03-23
*
GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
achhina
2023-01-25
*
GH-88597: Added command line interface to UUID module. (#99463)
achhina
2023-01-21
*
gh-98415: Fix uuid.getnode() ifconfig implementation (#98423)
Chaim Sanders
2022-11-02
*
gh-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)
Christian Heimes
2022-07-24
*
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Raymond Hettinger
2021-09-20
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-19
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-19
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower
2020-07-22
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
*
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner
2020-03-17
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
*
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Shantanu
2020-02-05
*
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt
2019-09-26
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-12
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-16
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
*
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner
2018-12-18
*
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat
2018-09-10
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
*
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
CtrlZvi
2018-05-20
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-23
*
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
xdegaye
2017-12-07
*
Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka
2017-12-04
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-28
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
*
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
Serhiy Storchaka
2017-11-04
*
bpo-11063: Fix _uuid module on macOS (#3855)
Victor Stinner
2017-10-02
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
*
Removed unused imports.
Serhiy Storchaka
2016-04-25
*
Issue #19164: Improve exception message of uuid.UUID()
Berker Peksag
2016-03-20
*
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-29
*
Issue #24634: Importing uuid should not try to load libc on Windows
Steve Dower
2015-07-14
*
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka
2015-05-20
*
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
*
Issue #22902: The "ip" command is now used on Linux to determine MAC address
Serhiy Storchaka
2014-11-30
*
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
|
\
|
*
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
Serhiy Storchaka
2014-11-21
*
|
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
|
\
|
[next]