index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_uuid.py
Commit message (
Expand
)
Author
Age
*
GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
achhina
2023-01-25
*
GH-88597: Added command line interface to UUID module. (#99463)
achhina
2023-01-21
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-19
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-19
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-09
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
*
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower
2020-05-12
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-30
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
*
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner
2020-03-17
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
*
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
Michael Felt
2019-09-26
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-16
*
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
David H
2019-01-17
*
bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)
Victor Stinner
2018-12-18
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
*
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat
2018-09-10
*
bpo-30977: make uuid.UUID use __slots__ (GH-9078)
Tal Einat
2018-09-06
*
bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Bo Bayles
2018-01-23
*
Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka
2017-12-04
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-28
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
*
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner
2017-04-19
*
require uuid_generate_time_safe for all tests of it (#390)
Benjamin Peterson
2017-03-01
*
correct check for _uuid_generate_time (#388)
Benjamin Peterson
2017-03-01
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
*
Issue #26267: Improve uuid.UUID documentation
Berker Peksag
2016-12-31
*
Issue #12813: uuid.uuid4() no longer depends on ctypes
Berker Peksag
2016-03-20
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
|
\
|
*
Issue #23015: Improved testing of the uuid module.
Serhiy Storchaka
2014-12-15
*
|
Issue #22902: The "ip" command is now used on Linux to determine MAC address
Serhiy Storchaka
2014-11-30
*
|
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
|
\
|
|
*
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Serhiy Storchaka
2014-11-07
*
|
Issue #22637: avoid using a shell in uuid
Victor Stinner
2014-10-21
|
/
*
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
Serhiy Storchaka
2014-01-10
*
Skip test_find_mac on Windows (issue #19804).
Serhiy Storchaka
2013-11-27
*
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
*
Issue #18094: test_uuid no more reports skipped tests as passed.
Serhiy Storchaka
2013-05-31
*
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
*
Merged revisions 80784 via svnmerge from
Ronald Oussoren
2010-05-05
*
Merged revisions 79954 via svnmerge from
Stefan Krah
2010-04-11
*
#7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
Georg Brandl
2009-12-19
*
Followup to r75965: replace the test_uuid-specific patch with a generic fix
Antoine Pitrou
2009-10-30
*
Fix a refleak in test_uuid when run with -j.
Antoine Pitrou
2009-10-30
[next]