summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_stringprep.py
Commit message (Collapse)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-40/+40
|
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
| | | | You might want to review this change as it's my first time. Be gentle. :-)
* Convert test_stringprep to use unittest.Collin Winter2007-04-061-61/+69
|
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-3/+3
|
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
| | | | (From SF patch #810751)
* Whitespace normalization.Tim Peters2003-04-241-2/+0
|
* New file.Martin v. Löwis2003-04-191-0/+90