- 30d68c6 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 12 years ago
- 2147857 Increase macurl2path test coverage by Senthil Kumaran · 12 years ago
- 185fae7 Merged revisions 83719 via svnmerge from by Antoine Pitrou · 15 years ago
- 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
- 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 16 years ago
- d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 16 years ago
- 1af3b5a Issue #4863, removing remaining bits by Tarek Ziadé · 17 years ago
- d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
- 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
- d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
- cb51d84 update references and documentation for modules in the new html package by Fred Drake · 17 years ago
- 87da127 test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise. by Amaury Forgeot d'Arc · 17 years ago
- 7477205 Add a few tests for pydoc. by Amaury Forgeot d'Arc · 17 years ago
- 8f80a6a Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
- 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
- ade2c21 Not sure why this only fails sometimes on Unix machines. Better by Neal Norwitz · 18 years ago
- 478b99b Add all of the distuils modules that don't seem to have explicit tests. :-( by Neal Norwitz · 18 years ago
- c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
- 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
- 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 19 years ago
- ba8194b tty isn't supported on all boxes. by Tim Peters · 19 years ago
- f69a24c Update test_sundry. Many modules have now tests, but by Georg Brandl · 19 years ago
- 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
- e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
- c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
- c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 21 years ago
- 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 21 years ago
- 4ad9723 Remove pre module by Andrew M. Kuchling · 21 years ago
- c1eea67 Remove filecmp by Andrew M. Kuchling · 22 years ago
- 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 23 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
- 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 23 years ago
- a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 24 years ago
- b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 24 years ago
- 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 24 years ago
- 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 24 years ago
- f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 24 years ago
- f87d857 Restore alphabetic order. Also try to import rlcompleter and curses, but by Tim Peters · 25 years ago
- d74804d The "user" module cannot reasonably be tested. Moved to the end (and by Fred Drake · 25 years ago
- d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 25 years ago