summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_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-0/+33
* [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)Barry Warsaw2017-11-291-13/+11
* Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-112/+98
* Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-0/+18
* Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+11
* Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
* Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+20
* Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-101-0/+1
* Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-43/+26
* Force exit using os._exit instead of sys.exit,Ronald Oussoren2010-05-051-1/+1
* The C function used by uuid.uuid4 is broken onRonald Oussoren2010-05-051-0/+28
* Fix for issues #3581, #1481 and #7650:Stefan Krah2010-04-111-26/+9
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;Brett Cannon2007-09-071-0/+12
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-181-1/+1
* Update code and tests to support the 'bytes_le' attribute (forKa-Ping Yee2006-08-161-36/+61
* Whitespace normalization.Tim Peters2006-07-301-3/+3
* Disable test_getnode too, since this is also unreliable.Neal Norwitz2006-07-291-0/+6
* Disable these tests until they are reliable across platforms.Neal Norwitz2006-07-291-0/+12
* Live with that "the hardware address" is an ill-definedTim Peters2006-07-281-4/+12
* check_node(): stop spraying mystery output to stderr.Tim Peters2006-07-271-8/+11
* Make uuid test suite pass on this box by requesting output with LC_ALL=C.Georg Brandl2006-07-271-2/+6
* Add test_main() methods. These three tests were never runGeorg Brandl2006-07-271-2/+7
* Added missing svn:eol-style property to text files.Tim Peters2006-06-131-396/+396
* Whitespace normalization.Tim Peters2006-06-131-396/+396
* Add the uuid module.Ka-Ping Yee2006-06-121-0/+396