summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep247.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-5/+7
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Get this test to work (it was skipped previously):Neal Norwitz2008-03-181-25/+26
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-47/+58
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-2/+10
* Fixed failing unit tests due to str/bytes mismatch.Alexandre Vassalotti2008-03-031-9/+9
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-3/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Whitespace normalization.Tim Peters2001-11-131-1/+1
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50