aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_uuid.py
Commit message (Expand)AuthorAge
* GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)achhina2023-01-25
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-21
* bpo-40280: Add requires_fork test helper (GH-30622)Christian Heimes2022-01-16
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-21
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-19
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-19
* bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...pxinwr2020-12-09
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-06
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-12
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-30
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-31
* bpo-39991: Enhance uuid parser for MAC address (GH-19045)Victor Stinner2020-03-17
* bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)Victor Stinner2020-03-17
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-19
* bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)Michael Felt2019-09-26
* bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...Michael Felt2019-06-16
* bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)David H2019-01-17
* bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)Victor Stinner2018-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 Einat2018-09-10
* bpo-30977: make uuid.UUID use __slots__ (GH-9078)Tal Einat2018-09-06
* bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)Bo Bayles2018-01-23
* Fix a regression in uuid added in bpo-32107. (#4677)Serhiy Storchaka2017-12-04
* bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)Barry Warsaw2017-11-28
* Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)Victor Stinner2017-11-28
* bpo-32107 - Better merge of #4494 (#4576)Barry Warsaw2017-11-27
* bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)Antoine Pitrou2017-09-28
* bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)Victor Stinner2017-04-19
* require uuid_generate_time_safe for all tests of it (#390)Benjamin Peterson2017-03-01
* correct check for _uuid_generate_time (#388)Benjamin Peterson2017-03-01
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-18
* Issue #26267: Improve uuid.UUID documentationBerker Peksag2016-12-31
* Issue #12813: uuid.uuid4() no longer depends on ctypesBerker Peksag2016-03-20
* Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-15
|\
| * Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-15
* | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-30
* | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-07
|\|
| * Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-07
* | Issue #22637: avoid using a shell in uuidVictor Stinner2014-10-21
|/
* Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-10
* Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-27
* Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-26
* Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-10
* Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-31
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-25
* Merged revisions 80784 via svnmerge fromRonald Oussoren2010-05-05
* Merged revisions 79954 via svnmerge fromStefan Krah2010-04-11
* #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.Georg Brandl2009-12-19
* Followup to r75965: replace the test_uuid-specific patch with a generic fixAntoine Pitrou2009-10-30
* Fix a refleak in test_uuid when run with -j.Antoine Pitrou2009-10-30