1. 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 17 years ago
  2. d295032 Fix logic error in Python/_warnings.c and add a test to verify by Benjamin Peterson · 17 years ago
  3. e3dcb01 Fix a bug in the handling of the stacklevel argument in warnings.warn() where by Brett Cannon · 17 years ago
  4. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 17 years ago
  5. 64a4bbe Fix the C implementation of 'warnings' to infer the filename of the module that by Brett Cannon · 17 years ago
  6. 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
  7. c477427 Fix spliting on colons on Windows machines with a file path by limiting the by Brett Cannon · 17 years ago
  8. 25bb818 Add an explicit check for output in a test to try to diagnose a failure on by Brett Cannon · 17 years ago
  9. 667bb4f Fix test_warnings by making the state of things more consistent for each test by Brett Cannon · 17 years ago
  10. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
  11. 905c31c Add tests for the warnings module; specifically formatwarning and showwarning. by Brett Cannon · 18 years ago
  12. 855da6c Make test_warnings re-entrant. by Brett Cannon · 18 years ago
  13. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  14. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  15. e1a9b42 Add tests for the filename. by Walter Dörwald · 18 years ago
  16. 8bd6500 Document that CatchWarningTests is reused by test_structmembers.py. by Walter Dörwald · 18 years ago
  17. d815d35 Move the functionality for catching warnings in test_warnings.py into a separate by Walter Dörwald · 18 years ago
  18. 3249d00 Whitespace normalization. by Tim Peters · 19 years ago
  19. 53ab5b7 'warning's was improperly requiring that a command-line Warning category be by Brett Cannon · 19 years ago
  20. 767833d Make test_warnings play nice with regrtest -R:: now that regrtest doesn't by Thomas Wouters · 19 years ago
  21. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  22. be66e94 Don't filter out OverflowWarning; should be a test failure if it is raised by by Brett Cannon · 19 years ago
  23. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 21 years ago
  24. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 22 years ago
  25. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 22 years ago
  26. b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 22 years ago
  27. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago