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