index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_uuid.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)
Chih-Hsuan Yen
2018-09-11
1
-0/+33
*
[2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)
Barry Warsaw
2017-11-29
1
-13/+11
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
1
-112/+98
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-0/+18
*
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+11
*
Skip test_find_mac on Windows (issue #19804).
Serhiy Storchaka
2013-11-27
1
-0/+1
*
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+20
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
1
-0/+1
*
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
1
-43/+26
*
Force exit using os._exit instead of sys.exit,
Ronald Oussoren
2010-05-05
1
-1/+1
*
The C function used by uuid.uuid4 is broken on
Ronald Oussoren
2010-05-05
1
-0/+28
*
Fix for issues #3581, #1481 and #7650:
Stefan Krah
2010-04-11
1
-26/+9
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;
Brett Cannon
2007-09-07
1
-0/+12
*
Bug #1541863: uuid.uuid1 failed to generate unique identifiers
Martin v. Löwis
2006-08-18
1
-1/+1
*
Update code and tests to support the 'bytes_le' attribute (for
Ka-Ping Yee
2006-08-16
1
-36/+61
*
Whitespace normalization.
Tim Peters
2006-07-30
1
-3/+3
*
Disable test_getnode too, since this is also unreliable.
Neal Norwitz
2006-07-29
1
-0/+6
*
Disable these tests until they are reliable across platforms.
Neal Norwitz
2006-07-29
1
-0/+12
*
Live with that "the hardware address" is an ill-defined
Tim Peters
2006-07-28
1
-4/+12
*
check_node(): stop spraying mystery output to stderr.
Tim Peters
2006-07-27
1
-8/+11
*
Make uuid test suite pass on this box by requesting output with LC_ALL=C.
Georg Brandl
2006-07-27
1
-2/+6
*
Add test_main() methods. These three tests were never run
Georg Brandl
2006-07-27
1
-2/+7
*
Added missing svn:eol-style property to text files.
Tim Peters
2006-06-13
1
-396/+396
*
Whitespace normalization.
Tim Peters
2006-06-13
1
-396/+396
*
Add the uuid module.
Ka-Ping Yee
2006-06-12
1
-0/+396