summaryrefslogtreecommitdiff
path: root/Lib/test/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* 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-19/+19
|\ \ | |/ |/|
| * Issue #22637: avoid using a shell in uuidVictor Stinner2014-10-211-19/+19
* | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.Serhiy Storchaka2014-11-071-0/+18
|/
* 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