summaryrefslogtreecommitdiff
path: root/Lib/uuid.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Serhiy Storchaka2016-04-251-1/+0
* Issue #19164: Improve exception message of uuid.UUID()Berker Peksag2016-03-201-1/+2
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-291-20/+6
* Issue #24634: Importing uuid should not try to load libc on WindowsSteve Dower2015-07-141-2/+6
* Issue #16261: Converted some bare except statements to except statementsSerhiy Storchaka2015-05-201-2/+2
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-5/+0
* Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-301-2/+9
* Issue #19720: Suppressed context for some exceptions in importlib.Serhiy Storchaka2014-11-211-42/+40
|\
| * Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-42/+40
| |\
| | * Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode()Victor Stinner2014-11-051-0/+1
| | * Issue #22637: avoid using a shell in uuidVictor Stinner2014-10-211-12/+20
| | * Issue #22131: Modernized the code of the uuid module.Serhiy Storchaka2014-09-061-21/+12
| | * Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-1/+1
* | | 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-19/+50
* | Issue #22131: Fixed a bug in handling an error occured during reading fromSerhiy Storchaka2014-09-061-3/+1
|/
* Merge #19855: restore use of LC_ALL, not LC_MESSAGESR David Murray2014-01-181-5/+6
|\
| * Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-171-3/+3
| |\
| | * Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-3/+3
| | |\
| | | * Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-3/+3
| | | |\
| | | | * utilize int.from_bytesPhilip Jenvey2013-08-291-1/+1
| | | | * Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-2/+2
| | | | |\
| | | | | * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* | | | | | #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-27/+28
|/ / / /
* | | | 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
|/ /
* | Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-1/+1
|/
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-1/+1
* Merged revisions 86192 via svnmerge fromBrian Curtin2010-11-051-4/+7
* Merged revisions 86009 via svnmerge fromBrian Curtin2010-10-311-7/+7
* Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge fromGeorg Brandl2010-10-061-3/+3
* Merged revisions 82278 via svnmerge fromRonald Oussoren2010-06-271-3/+3
* Merged revisions 80786 via svnmerge fromRonald Oussoren2010-05-051-0/+13
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-2/+2
* 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