summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* #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