summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-0/+1
* Reworked test_warnings.py:Raymond Hettinger2003-07-131-46/+81
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-131-2/+2
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-111-0/+53