1. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 17 years ago
  2. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  3. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  4. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 17 years ago
  5. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 17 years ago
  6. 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 17 years ago
  7. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  8. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 17 years ago
  9. 1b9df68 Moved copy_reg stub module to lib-old/. by Alexandre Vassalotti · 17 years ago
  10. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 17 years ago
  11. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 17 years ago
  12. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 17 years ago
  13. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 17 years ago
  14. 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 17 years ago
  15. 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 17 years ago
  16. ee365b9 Enable the updated Lib/bsddb/test suite to run. by Gregory P. Smith · 17 years ago
  17. ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 17 years ago
  18. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 17 years ago
  19. 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 17 years ago
  20. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
  21. bbb0937 use .format and fix a bug by Benjamin Peterson · 17 years ago
  22. ab1fb9f Make error messages more helpful by Benjamin Peterson · 17 years ago
  23. e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 17 years ago
  24. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
  25. 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 17 years ago
  26. 45141d0 #2766: remove code without effect. by Georg Brandl · 17 years ago
  27. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
  28. 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
  29. 81af68e Remove references to platform 'mac' by Ronald Oussoren · 17 years ago
  30. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
  31. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 17 years ago
  32. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  33. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
  34. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago
  35. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 17 years ago
  36. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 17 years ago
  37. f4e83de Moved the Queue module stub in lib-old. by Alexandre Vassalotti · 17 years ago
  38. 275360e #2535: remove duplicated method. by Georg Brandl · 17 years ago
  39. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 17 years ago
  40. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  41. 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 17 years ago
  42. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 17 years ago
  43. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
  44. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  45. ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 17 years ago
  46. ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 17 years ago
  47. d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 17 years ago
  48. b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 17 years ago
  49. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 17 years ago
  50. 9020ff8 Add some sentence endings. by Georg Brandl · 17 years ago
  51. 9835394 Add the "until" command to pdb by Benjamin Peterson · 17 years ago
  52. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
  53. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 17 years ago
  54. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 17 years ago
  55. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 17 years ago
  56. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
  57. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 17 years ago
  58. 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 17 years ago
  59. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 17 years ago
  60. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 17 years ago
  61. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 17 years ago
  62. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 17 years ago
  63. 2bca212 #1858: add distutils.config module by Andrew M. Kuchling · 17 years ago
  64. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 17 years ago
  65. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 17 years ago
  66. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
  67. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago
  68. 844f757 Cleaned up io._BytesIO.write(). by Alexandre Vassalotti · 17 years ago
  69. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 17 years ago
  70. 5217d5d Docstring typo by Andrew M. Kuchling · 17 years ago
  71. ddf7a42 Make sure warnings are not suppressed when testing for the raised by Brett Cannon · 17 years ago
  72. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  73. 756bc0b Add a test for the deprecation of the compiler package. by Brett Cannon · 17 years ago
  74. 5f9050a Add the examples in the json module docstring as a doctest by Benjamin Peterson · 17 years ago
  75. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 17 years ago
  76. af87804 Also ignore package deprecations. by Brett Cannon · 17 years ago
  77. edb628f Suppress deprecations for packages as well when using by Brett Cannon · 17 years ago
  78. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 17 years ago
  79. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 17 years ago
  80. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 17 years ago
  81. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  82. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 17 years ago
  83. 17433d2 Add --user option to build_ext by Christian Heimes · 17 years ago
  84. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 17 years ago
  85. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago
  86. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 17 years ago
  87. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 17 years ago
  88. 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 17 years ago
  89. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 17 years ago
  90. be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 17 years ago
  91. 5d023c3 Fix a bug introduced by the addition of the 'record' argument to by Brett Cannon · 17 years ago
  92. 6071cc8 Deprecate stringold for removal in 3.0. by Brett Cannon · 17 years ago
  93. bfb997d Make test.test_support.catch_warning() take an argument specifying if any by Brett Cannon · 17 years ago
  94. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  95. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 17 years ago
  96. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 17 years ago
  97. c27b8b8 Fix for issue 1770190: platform.mac_ver() now returns the right by Ronald Oussoren · 17 years ago
  98. cf98f03 The __all__ variable forgot to expose the gcd() function. by Raymond Hettinger · 17 years ago
  99. 2e6407d Practice EAFP, and revert 62787 by Benjamin Peterson · 17 years ago
  100. 33e4a98 Replace more float hacks with correct math functions by Christian Heimes · 17 years ago