1. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  2. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  4. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  7. 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
  8. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  9. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  10. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  11. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  12. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  13. 75ca4ea Merged revisions 62792,62799-62800 via svnmerge from by Christian Heimes · 16 years ago
  14. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  15. b3a65f8 Move UserString to collections. by Raymond Hettinger · 17 years ago
  16. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  17. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  18. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  19. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  20. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  21. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  22. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  24. 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
  25. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  26. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  27. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 18 years ago
  30. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  31. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 19 years ago
  32. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  33. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  34. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  35. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  36. 59efe36 Add heapq to list of __all__ checks. by Raymond Hettinger · 20 years ago
  37. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  38. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  39. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  40. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  41. b7b4ce2 All two more modules with __all__. by Raymond Hettinger · 21 years ago
  42. 2e973c0 Added missing modules to __all__ check. by Raymond Hettinger · 21 years ago
  43. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  44. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  45. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  46. 06e2a5e Add special consideration for rlcompleter. As a side effect of by Guido van Rossum · 22 years ago
  47. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  48. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  49. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 22 years ago
  50. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 22 years ago
  51. b05cd49 Ignore more deprecation warnings. by Tim Peters · 22 years ago
  52. cbfc034 SF patch 490393: test___all__ and Jython; from Finn Bock. by Tim Peters · 23 years ago
  53. a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
  54. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  55. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  56. cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
  57. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  58. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 24 years ago
  59. 7834907 removed __all__ from several modules by Skip Montanaro · 24 years ago
  60. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  61. 76c066b test_pty started failing on Windows, but if and only if test___all__ was by Tim Peters · 24 years ago
  62. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  63. 352674d a few more __all__ lists by Skip Montanaro · 24 years ago
  64. cc012e9 test for presence of __builtins__ in names before deleting it, enabling this by Skip Montanaro · 24 years ago
  65. 269b83b added several more __all__ lists by Skip Montanaro · 24 years ago
  66. 03d9014 added a few more __all__ lists by Skip Montanaro · 24 years ago
  67. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  68. 24f3aca It's "gopherlib" not "gopher". by Barry Warsaw · 24 years ago
  69. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  70. d0f5e70 - Use "exec ... in dict" to avoid having to walk on eggshells; locals by Guido van Rossum · 24 years ago
  71. dfc538a Whitespace normalization. by Tim Peters · 24 years ago
  72. eccd02a more __all__ updates by Skip Montanaro · 24 years ago
  73. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago