summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40280: Add requires_fork test helper (GH-30622)Christian Heimes2022-01-161-1/+1
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-0/+8
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-201-8/+0
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-201-0/+8
* bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...pxinwr2020-12-081-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-061-2/+3
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-121-20/+7
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-291-2/+0
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-311-1/+1
* bpo-39991: Enhance uuid parser for MAC address (GH-19045)Victor Stinner2020-03-171-0/+52
* bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)Victor Stinner2020-03-171-9/+45
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-191-1/+1
* bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)Michael Felt2019-09-261-21/+50
* bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...Michael Felt2019-06-151-8/+12
* bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)David H2019-01-171-0/+6
* bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189)Victor Stinner2018-12-181-0/+18
* bpo-35202: Remove unused imports in Lib directory (GH-10450)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-151-1/+0
* bpo-30977: rework code changes according to post-merge code review (GH-9106)Tal Einat2018-09-101-51/+129
* bpo-30977: make uuid.UUID use __slots__ (GH-9078)Tal Einat2018-09-061-0/+60
* bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)Bo Bayles2018-01-241-0/+26
* Fix a regression in uuid added in bpo-32107. (#4677)Serhiy Storchaka2017-12-041-0/+3
* bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)Barry Warsaw2017-11-281-14/+12
* Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)Victor Stinner2017-11-271-30/+17
* bpo-32107 - Better merge of #4494 (#4576)Barry Warsaw2017-11-271-17/+30
* bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)Antoine Pitrou2017-09-281-138/+177
* bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)Victor Stinner2017-04-191-0/+3
* require uuid_generate_time_safe for all tests of it (#390)Benjamin Peterson2017-03-021-7/+8
* correct check for _uuid_generate_time (#388)Benjamin Peterson2017-03-021-1/+1
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-181-0/+40
* Issue #26267: Improve uuid.UUID documentationBerker Peksag2016-12-311-0/+4
* Issue #12813: uuid.uuid4() no longer depends on ctypesBerker Peksag2016-03-201-1/+0
* Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-110/+98
|\
| * Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-105/+94
* | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-301-0/+6
* | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-1/+19
|\ \ | |/
| * Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-0/+18
* | Issue #22637: avoid using a shell in uuidVictor Stinner2014-10-211-19/+19
|/
* Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+6
* Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
* Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+21
* Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-101-0/+1
* Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-51/+27
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
* Merged revisions 80784 via svnmerge fromRonald Oussoren2010-05-051-0/+28
* Merged revisions 79954 via svnmerge fromStefan Krah2010-04-111-23/+9
* #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.Georg Brandl2009-12-191-0/+6
* Followup to r75965: replace the test_uuid-specific patch with a generic fixAntoine Pitrou2009-10-301-3/+0
* Fix a refleak in test_uuid when run with -j.Antoine Pitrou2009-10-301-0/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-1/+6