index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
uuid.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Raymond Hettinger
2021-09-20
1
-2/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-2/+3
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-3/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-2/+3
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower
2020-07-21
1
-7/+9
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-157/+23
*
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner
2020-03-17
1
-31/+41
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
1
-1/+4
*
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Shantanu
2020-02-05
1
-1/+1
*
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt
2019-09-26
1
-72/+123
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
1
-2/+5
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-15
1
-11/+32
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
1
-1/+1
*
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner
2018-12-18
1
-2/+2
*
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat
2018-09-10
1
-17/+10
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
1
-2/+26
*
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
CtrlZvi
2018-05-20
1
-1/+1
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
1
-4/+6
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-24
1
-6/+10
*
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
xdegaye
2017-12-07
1
-1/+1
*
Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka
2017-12-04
1
-2/+2
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
1
-11/+60
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-27
1
-59/+11
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
1
-11/+59
*
bpo-9678: Fix determining the MAC address in the uuid module. (#4264)
Serhiy Storchaka
2017-11-04
1
-2/+16
*
bpo-11063: Fix _uuid module on macOS (#3855)
Victor Stinner
2017-10-02
1
-1/+1
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
1
-68/+108
*
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson
2017-09-04
1
-1/+1
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
1
-6/+37
*
Removed unused imports.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
Issue #19164: Improve exception message of uuid.UUID()
Berker Peksag
2016-03-20
1
-1/+2
*
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-30
1
-20/+6
*
Issue #24634: Importing uuid should not try to load libc on Windows
Steve Dower
2015-07-14
1
-2/+6
*
Issue #16261: Converted some bare except statements to except statements
Serhiy Storchaka
2015-05-20
1
-2/+2
*
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
1
-5/+0
*
Issue #22902: The "ip" command is now used on Linux to determine MAC address
Serhiy Storchaka
2014-11-30
1
-2/+9
*
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
1
-1/+4
|
\
|
*
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
Serhiy Storchaka
2014-11-21
1
-1/+4
*
|
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-28/+55
|
\
\
|
|
/
|
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-19/+50
|
*
Issue #22131: Fixed a bug in handling an error occured during reading from
Serhiy Storchaka
2014-09-06
1
-3/+1
*
|
Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()
Victor Stinner
2014-11-05
1
-0/+1
*
|
Issue #22637: avoid using a shell in uuid
Victor Stinner
2014-10-21
1
-12/+20
*
|
Issue #22131: Modernized the code of the uuid module.
Serhiy Storchaka
2014-09-06
1
-21/+12
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1/+1
|
/
*
Merge #19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray
2014-01-18
1
-3/+4
|
\
|
*
#19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray
2014-01-18
1
-2/+2
*
|
Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
1
-27/+28
|
\
\
|
|
/
|
*
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
1
-27/+28
[next]