summaryrefslogtreecommitdiff
path: root/Lib/test/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python ve...Tal Einat2018-09-101-0/+137
* bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)Bo Bayles2018-01-231-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-281-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-011-7/+8
* correct check for _uuid_generate_time (#388)Benjamin Peterson2017-03-011-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
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+12
* Make test_uuid passed.Guido van Rossum2007-07-091-29/+29
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-9/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-49/+49
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-36/+61
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+434