Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ebf6bb9f5ef032d1646b418ebbb645ea0b217da6
/
Lib
/
test
/
test_uuid.py
ebf6bb9
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
by Victor Stinner
· 5 years ago
eb886db
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
by Victor Stinner
· 5 years ago
293dd23
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
by Pablo Galindo
· 6 years ago
0bcbfa4
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
by Michael Felt
· 6 years ago
3a1d50e
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777)
by Michael Felt
· 6 years ago
f1d8e7c
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
by David H
· 7 years ago
62a68b7
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
by Victor Stinner
· 7 years ago
70f61b9
bpo-35202: Remove unused imports in Lib directory (GH-10450)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 7 years ago
5475253
bpo-30977: rework code changes according to post-merge code review (GH-9106)
by Tal Einat
· 7 years ago
3e2b29d
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
by Tal Einat
· 7 years ago
6b273f7
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
by Bo Bayles
· 8 years ago
e69fbb6
Fix a regression in uuid added in bpo-32107. (#4677)
by Serhiy Storchaka
· 8 years ago
23df2d1
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
by Barry Warsaw
· 8 years ago
c9409f7
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
by Victor Stinner
· 8 years ago
9522a21
bpo-32107 - Better merge of #4494 (#4576)
by Barry Warsaw
· 8 years ago
a106aec
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
by Antoine Pitrou
· 8 years ago
c209b70
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
by Victor Stinner
· 8 years ago
afbb5d1
require uuid_generate_time_safe for all tests of it (#390)
by Benjamin Peterson
· 8 years ago
0b84325
correct check for _uuid_generate_time (#388)
by Benjamin Peterson
· 8 years ago
8c130d7
bpo-22807: Expose platform UUID generation safety information. (#138)
by Barry Warsaw
· 8 years ago
6b5e4a8
Issue #26267: Improve uuid.UUID documentation
by Berker Peksag
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
0e32ea1
Issue #23015: Improved testing of the uuid module.
by Serhiy Storchaka
· 11 years ago
79b8173
Issue #23015: Improved testing of the uuid module.
by Serhiy Storchaka
· 11 years ago
ac4aa7b
Issue #22902: The "ip" command is now used on Linux to determine MAC address
by Serhiy Storchaka
· 11 years ago
57b9677
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
by Serhiy Storchaka
· 11 years ago
e66bb96
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
by Serhiy Storchaka
· 11 years ago
b9d0199
Issue #22637: avoid using a shell in uuid
by Victor Stinner
· 11 years ago
cce440f
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
by Serhiy Storchaka
· 12 years ago
c303cfd
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 12 years ago
56507c7
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
0e547b6
Issue #18174: Fix fd leaks in tests.
by Richard Oudkerk
· 12 years ago
7d15b54
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 12 years ago
8f36af7
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'.
by Marc-André Lemburg
· 14 years ago
ac764d3
Merged revisions 80784 via svnmerge from
by Ronald Oussoren
· 15 years ago
6108ea8
Merged revisions 79954 via svnmerge from
by Stefan Krah
· 15 years ago
1d523e1
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
by Georg Brandl
· 16 years ago
046467c
Followup to r75965: replace the test_uuid-specific patch with a generic fix
by Antoine Pitrou
· 16 years ago
1e8e5f0
Fix a refleak in test_uuid when run with -j.
by Antoine Pitrou
· 16 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 16 years ago
a56c467
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
by Mark Dickinson
· 17 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
89d996e
Merged revisions 57778-58052 via svnmerge from
by Thomas Wouters
· 18 years ago
65b6a80
Make test_uuid passed.
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago