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
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
1
-1/+1
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-0/+8
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-8/+0
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-0/+8
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
1
-2/+3
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
1
-20/+7
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-29
1
-2/+0
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-1/+1
*
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner
2020-03-17
1
-0/+52
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
1
-9/+45
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-1/+1
*
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt
2019-09-26
1
-21/+50
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-15
1
-8/+12
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
1
-0/+6
*
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner
2018-12-18
1
-0/+18
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
1
-1/+0
*
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat
2018-09-10
1
-51/+129
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
1
-0/+60
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-24
1
-0/+26
*
Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka
2017-12-04
1
-0/+3
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
1
-14/+12
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-27
1
-30/+17
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
1
-17/+30
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
1
-138/+177
*
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner
2017-04-19
1
-0/+3
*
require uuid_generate_time_safe for all tests of it (#390)
Benjamin Peterson
2017-03-02
1
-7/+8
*
correct check for _uuid_generate_time (#388)
Benjamin Peterson
2017-03-02
1
-1/+1
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
1
-0/+40
*
Issue #26267: Improve uuid.UUID documentation
Berker Peksag
2016-12-31
1
-0/+4
*
Issue #12813: uuid.uuid4() no longer depends on ctypes
Berker Peksag
2016-03-20
1
-1/+0
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
1
-110/+98
|
\
|
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
1
-105/+94
*
|
Issue #22902: The "ip" command is now used on Linux to determine MAC address
Serhiy Storchaka
2014-11-30
1
-0/+6
*
|
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-1/+19
|
\
\
|
|
/
|
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
1
-0/+18
*
|
Issue #22637: avoid using a shell in uuid
Victor Stinner
2014-10-21
1
-19/+19
|
/
*
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
1
-0/+6
*
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/+21
*
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
-51/+27
*
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-2/+2
*
Merged revisions 80784 via svnmerge from
Ronald Oussoren
2010-05-05
1
-0/+28
*
Merged revisions 79954 via svnmerge from
Stefan Krah
2010-04-11
1
-23/+9
*
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
Georg Brandl
2009-12-19
1
-0/+6
*
Followup to r75965: replace the test_uuid-specific patch with a generic fix
Antoine Pitrou
2009-10-30
1
-3/+0
*
Fix a refleak in test_uuid when run with -j.
Antoine Pitrou
2009-10-30
1
-0/+3
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-1/+6
[next]