1. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 5 years ago
  2. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 7 years ago
  3. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 7 years ago
  4. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  5. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  6. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  7. c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
  8. ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 11 years ago
  9. a0d2f4d test___all__ ignores ResourceWarning as well by Antoine Pitrou · 14 years ago
  10. 41fe615 (partially) by Florent Xicluna · 14 years ago
  11. 4de39cd Merged revisions 75312 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  13. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  14. 9762a3e add io and _pyio to test___all__ by Benjamin Peterson · 15 years ago
  15. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  16. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  17. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  18. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  19. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  20. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  21. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  23. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  26. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 16 years ago
  27. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  28. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  29. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  30. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  31. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  32. 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 16 years ago
  33. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  34. b3a65f8 Move UserString to collections. by Raymond Hettinger · 16 years ago
  35. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  36. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  37. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  38. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  39. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  40. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  41. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  42. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  43. 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
  44. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  45. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  46. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  47. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  48. 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 18 years ago
  49. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  50. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  51. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  52. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  53. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  54. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  55. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  56. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  57. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  58. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  59. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  60. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  61. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  62. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  63. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  64. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  65. 06e2a5e Add special consideration for rlcompleter. As a side effect of by Guido van Rossum · 22 years ago
  66. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  67. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  68. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  69. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 22 years ago
  70. b05cd49 Ignore more deprecation warnings. by Tim Peters · 22 years ago
  71. cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 23 years ago
  72. a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
  73. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  74. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  75. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  76. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  77. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 23 years ago
  78. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  79. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  80. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 23 years ago
  81. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  82. 352674d a few more __all__ lists by Skip Montanaro · 23 years ago
  83. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 23 years ago
  84. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  85. 03d9014 added a few more __all__ lists by Skip Montanaro · 24 years ago
  86. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  87. 24f3aca It's "gopherlib" not "gopher". by Barry Warsaw · 24 years ago
  88. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  89. d0f5e70 - Use "exec ... in dict" to avoid having to walk on eggshells; locals by Guido van Rossum · 24 years ago
  90. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  91. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  92. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago