1. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 16 years ago
  2. 1b9df68 Moved copy_reg stub module to lib-old/. by Alexandre Vassalotti · 16 years ago
  3. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  4. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 16 years ago
  5. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 16 years ago
  6. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
  7. 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
  8. 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 16 years ago
  9. 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 16 years ago
  10. bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 16 years ago
  11. ee365b9 Enable the updated Lib/bsddb/test suite to run. by Gregory P. Smith · 16 years ago
  12. ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 16 years ago
  13. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  14. c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
  15. 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 16 years ago
  16. 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 16 years ago
  17. cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
  18. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
  19. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
  20. bbb0937 use .format and fix a bug by Benjamin Peterson · 16 years ago
  21. ab1fb9f Make error messages more helpful by Benjamin Peterson · 16 years ago
  22. e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 16 years ago
  23. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  24. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  25. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
  26. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  27. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  28. 173b739 Fix markup. by Georg Brandl · 16 years ago
  29. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  30. 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 16 years ago
  31. 45141d0 #2766: remove code without effect. by Georg Brandl · 16 years ago
  32. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago
  33. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 16 years ago
  34. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  35. 103f19d Added 'n' presentation type for integers. by Eric Smith · 16 years ago
  36. 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 16 years ago
  37. 81af68e Remove references to platform 'mac' by Ronald Oussoren · 16 years ago
  38. 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 16 years ago
  39. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  40. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  41. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  42. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 16 years ago
  43. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 16 years ago
  44. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  45. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 16 years ago
  46. ed02e51 make message slightly more informative, so there's no chance of misunderstanding it by Benjamin Peterson · 16 years ago
  47. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 16 years ago
  48. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  49. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  50. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
  51. f4e83de Moved the Queue module stub in lib-old. by Alexandre Vassalotti · 16 years ago
  52. 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 16 years ago
  53. d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 16 years ago
  54. 275360e #2535: remove duplicated method. by Georg Brandl · 16 years ago
  55. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
  56. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
  57. ecbbd94 #2809 followup: even better split docstring. by Georg Brandl · 16 years ago
  58. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  59. 5128fb9 Try setting HOME env.var to fix test on Win32 by Andrew M. Kuchling · 16 years ago
  60. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 16 years ago
  61. cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 16 years ago
  62. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  63. ca3ccd1 Add message to test assertion by Andrew M. Kuchling · 16 years ago
  64. e85ae1b broaden .bzrignore by Benjamin Peterson · 16 years ago
  65. ea823a8 #2803: fix wrong invocation of heappush in seldom-reached code. by Georg Brandl · 16 years ago
  66. d063240 #2787: Flush stdout after writing test name, helpful when running by Georg Brandl · 16 years ago
  67. b52a74b #2816: clarify error messages for EOF while scanning strings. by Georg Brandl · 16 years ago
  68. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  69. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
  70. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  71. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  72. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  73. 6c02916 #1792: Improve performance of marshal.dumps() on large objects by increasing by Andrew M. Kuchling · 16 years ago
  74. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
  75. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
  76. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  77. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  78. 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
  79. a36909e Fix typo. by Georg Brandl · 16 years ago
  80. dfb77db #2809: elaborate str.split docstring a bit. by Georg Brandl · 16 years ago
  81. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
  82. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago
  83. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 16 years ago
  84. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  85. f602c71 Removed a dead line of code. by Alexandre Vassalotti · 16 years ago
  86. 445ff35 Fixed typo in a comment of test_support.CleanImport. by Alexandre Vassalotti · 16 years ago
  87. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 16 years ago
  88. eb83f70 Added test framework for handling module renames. by Alexandre Vassalotti · 16 years ago
  89. 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
  90. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  91. 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 16 years ago
  92. 7595c1a Flesh out the 3.0 deprecation to suggest using the ctypes module. by Brett Cannon · 16 years ago
  93. a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 16 years ago
  94. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  95. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  96. 2bca212 #1858: add distutils.config module by Andrew M. Kuchling · 16 years ago
  97. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  98. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 16 years ago
  99. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  100. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 16 years ago