summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep247.py
Commit message (Collapse)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
|
* Convert test_strftime, test_getargs, and test_pep247 to use unittest.Brett Cannon2008-03-181-44/+55
|
* Add a note in the main test class' docstring that the order of execution of theBrett Cannon2008-03-031-2/+9
| | | | tests is important.
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-311-0/+2
|
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-301-0/+4
|
* Whitespace normalization.Tim Peters2001-11-131-1/+1
|
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50