1. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  2. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  3. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  4. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  5. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  6. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  7. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  8. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  9. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  10. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  11. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  12. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  13. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  14. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  15. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  16. 06e2a5e Add special consideration for rlcompleter. As a side effect of by Guido van Rossum · 22 years ago
  17. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  18. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  19. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  20. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 22 years ago
  21. b05cd49 Ignore more deprecation warnings. by Tim Peters · 22 years ago
  22. cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 23 years ago
  23. a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
  24. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  25. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  26. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  27. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  28. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 23 years ago
  29. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  30. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  31. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 24 years ago
  32. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  33. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  34. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  35. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  36. 03d9014 added a few more __all__ lists by Skip Montanaro · 24 years ago
  37. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  38. 24f3aca It's "gopherlib" not "gopher". by Barry Warsaw · 24 years ago
  39. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  40. d0f5e70 - Use "exec ... in dict" to avoid having to walk on eggshells; locals by Guido van Rossum · 24 years ago
  41. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  42. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  43. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago