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