summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-0/+5
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-72/+74
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+13
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+4
* Don't filter out OverflowWarning; should be a test failure if it is raised byBrett Cannon2006-02-271-2/+1
* 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