summaryrefslogtreecommitdiffstats
path: root/Lib/uuid.py
Commit message (Expand)AuthorAgeFilesLines
* 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