summaryrefslogtreecommitdiff
path: root/Lib/uuid.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-111-4/+10
* [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)Serhiy Storchaka2018-05-211-1/+1
* [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264)...Serhiy Storchaka2017-11-041-2/+16
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-291-21/+6
* Issue #24634: Importing uuid should not try to load libc on WindowsSteve Dower2015-07-141-2/+6
* Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.Serhiy Storchaka2014-11-211-1/+4
* Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-18/+50
* Issue #22131: Fixed a bug in handling an error occured during reading fromSerhiy Storchaka2014-09-061-3/+1
* #19855: restore use of LC_ALL, not LC_MESSAGESR David Murray2014-01-181-2/+2
* #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-171-25/+30
* Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-2/+10
* Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-0/+2
* Merged revisions 86192 via svnmerge fromBrian Curtin2010-11-051-4/+7
* Merged revisions 86009 via svnmerge fromBrian Curtin2010-10-311-7/+7
* The uuid library on OSX 10.5 seems to contain the same bug as the oneRonald Oussoren2010-06-271-3/+3
* The C function used by uuid.uuid4 is broken onRonald Oussoren2010-05-051-0/+13
* Fix py3k warnings in the uuid moduleAntoine Pitrou2009-10-141-2/+2
* #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not...Amaury Forgeot d'Arc2008-11-211-2/+2
* uuid creation is now threadsafe, backport from py3k rev. 57375.Georg Brandl2007-08-241-1/+4
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-311-2/+2
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-301-2/+2
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-181-2/+2
* Update code and tests to support the 'bytes_le' attribute (forKa-Ping Yee2006-08-161-17/+43
* If the executable doesn't exist, there's no reason to try to start it.Neal Norwitz2006-07-291-1/+4
* Try to find the MAC addr on various flavours of Unix. This seems hopeless.Neal Norwitz2006-07-281-5/+31
* Live with that "the hardware address" is an ill-definedTim Peters2006-07-281-4/+11
* Make uuid test suite pass on this box by requesting output with LC_ALL=C.Georg Brandl2006-07-271-1/+4
* Remove Python 2.3 compatibility comment.Ka-Ping Yee2006-06-191-2/+1
* Added missing svn:eol-style property to text files.Tim Peters2006-06-131-477/+477
* Whitespace normalization.Tim Peters2006-06-131-477/+477
* Add the uuid module.Ka-Ping Yee2006-06-121-0/+477