summaryrefslogtreecommitdiffstats
path: root/Lib/uuid.py
Commit message (Expand)AuthorAgeFilesLines
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* Make uuid.py thread-safe. Fix by Yuri Ginsburg.Guido van Rossum2007-08-241-1/+4
* Fix test_uuid.py.Guido van Rossum2007-07-201-4/+5
* Change hashlib to return bytes from digest() instead of str8.Guido van Rossum2007-07-091-2/+2
* Make test_uuid passed.Guido van Rossum2007-07-091-59/+50
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-4/+4
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-38/+40
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-3/+30
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-17/+43
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+515