Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.7
/
Lib
/
uuid.py
tag
074531d25e6b244dcb7858093b79377a78535919
tagger
Benjamin Peterson <benjamin@python.org>
Tue Jan 26 18:43:13 2021
object
8d21aa21f2cbc6d50aab3f420bb23be1d081dac4
the end of the 2.7 branch
d919c60
[2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)
by Chih-Hsuan Yen
· 7 years ago
ea9a0994
[2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)
by Serhiy Storchaka
· 7 years ago
f72ad2d
[2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270)
by Serhiy Storchaka
· 8 years ago
09ba984
always use os.urandom for the uuid4 algorithm (closes #25515)
by Benjamin Peterson
· 10 years ago
1485054
Issue #24634: Importing uuid should not try to load libc on Windows
by Steve Dower
· 10 years ago
138ec8c
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
by Serhiy Storchaka
· 11 years ago
4535b11
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
by Serhiy Storchaka
· 11 years ago
9bc3d98
Issue #22131: Fixed a bug in handling an error occured during reading from
by Serhiy Storchaka
· 11 years ago
b8e18af
#19855: restore use of LC_ALL, not LC_MESSAGES
by R David Murray
· 12 years ago
1516039
#19855: uuid.get_node now looks on the PATH for executables on unix.
by R David Murray
· 12 years ago
6d9d30d
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
b06f536
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
by Serhiy Storchaka
· 12 years ago
be80ab4
Merged revisions 86192 via svnmerge from
by Brian Curtin
· 15 years ago
c89b734
Merged revisions 86009 via svnmerge from
by Brian Curtin
· 15 years ago
76002c8
The uuid library on OSX 10.5 seems to contain the same bug as the one
by Ronald Oussoren
· 15 years ago
3320696
The C function used by uuid.uuid4 is broken on
by Ronald Oussoren
· 15 years ago
04437eb
Fix py3k warnings in the uuid module
by Antoine Pitrou
· 16 years ago
d429417
#4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present.
by Amaury Forgeot d'Arc
· 17 years ago
8ec5754
uuid creation is now threadsafe, backport from py3k rev. 57375.
by Georg Brandl
· 18 years ago
c2aa09a
Have the sha module raise a DeprecationWarning as specified in PEP 4.
by Brett Cannon
· 18 years ago
7eec217
Have md5 raise a DeprecationWarning as per PEP 4.
by Brett Cannon
· 18 years ago
2eb8c4f
Bug #1541863: uuid.uuid1 failed to generate unique identifiers
by Martin v. Löwis
· 19 years ago
b1cb56a
Update code and tests to support the 'bytes_le' attribute (for
by Ka-Ping Yee
· 19 years ago
175001d
If the executable doesn't exist, there's no reason to try to start it.
by Neal Norwitz
· 19 years ago
46fc6a0
Try to find the MAC addr on various flavours of Unix. This seems hopeless.
by Neal Norwitz
· 19 years ago
750c442
Live with that "the hardware address" is an ill-defined
by Tim Peters
· 19 years ago
75a832d
Make uuid test suite pass on this box by requesting output with LC_ALL=C.
by Georg Brandl
· 19 years ago
3dbc891
Remove Python 2.3 compatibility comment.
by Ka-Ping Yee
· 19 years ago
2adc626
Added missing svn:eol-style property to text files.
by Tim Peters
· 19 years ago
edd66fa
Whitespace normalization.
by Tim Peters
· 19 years ago
f9eb82f
Add the uuid module.
by Ka-Ping Yee
· 19 years ago