1. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 16 years ago
  2. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  3. a9c205d Move imports to file top. by Georg Brandl · 16 years ago
  4. 8291f8e Tkinter: make stub modules. by Georg Brandl · 16 years ago
  5. 7e6b33f Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and filedialog. by Georg Brandl · 16 years ago
  6. af8a687 fix issue2381: test_subprocess fails if your sys.executable is on a by Gregory P. Smith · 16 years ago
  7. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  8. ce95684 Fix-up docstring by Raymond Hettinger · 16 years ago
  9. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  10. ee130b7 Very simple test for ctypes.util.find_library on Windows. by Thomas Heller · 16 years ago
  11. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 16 years ago
  12. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 16 years ago
  13. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  14. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 16 years ago
  15. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  16. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  17. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 16 years ago
  18. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 16 years ago
  19. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  20. ecf9091 Don't allow keyword arguments to reversed(). by Georg Brandl · 16 years ago
  21. 88107da #2845: fix copy2's docs. by Georg Brandl · 16 years ago
  22. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  23. ca21c65 Following Amaury's advice by Christian Heimes · 16 years ago
  24. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 16 years ago
  25. 107b812 #2869: remove parameter from signature. by Georg Brandl · 16 years ago
  26. 5ffad66 Make generator repr consistent with function and code object repr. by Georg Brandl · 16 years ago
  27. a8eaf8f Rename the test file of reprlib. by Alexandre Vassalotti · 16 years ago
  28. 5074627 Updated reprlib's documentation to mention the renaming. by Alexandre Vassalotti · 16 years ago
  29. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  30. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 16 years ago
  31. 5915a4d make test_platform a bit more assertive (We'll see what the buildbots say.) by Benjamin Peterson · 16 years ago
  32. eb8cef2 Fixed import of configparser in the distutils module. by Alexandre Vassalotti · 16 years ago
  33. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  34. 90f2cb4 Remove the last usage of statvfs in the stdlib. by Brett Cannon · 16 years ago
  35. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  36. 7b5151c fix typos in whatsnew by Benjamin Peterson · 16 years ago
  37. a19f9f9 add Mac modules to the list of deprecated ones by Benjamin Peterson · 16 years ago
  38. f7f439b Fixed typo in a doctest of test_genexps. by Alexandre Vassalotti · 16 years ago
  39. 3b46fcf Revert r63323: Use lowercase version of module name. by Alexandre Vassalotti · 16 years ago
  40. a5c3878 Import class from distutils.cmd, not .core, to avoid circular import by Andrew M. Kuchling · 16 years ago
  41. e00aecc Use lowercase version of module name by Andrew M. Kuchling · 16 years ago
  42. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 16 years ago
  43. b346513 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  44. 00ca01e disable the crashing test. I will also file a bug. This crash does by Gregory P. Smith · 16 years ago
  45. 9b73f6f Add a snippet for the deprecation directive for docs. by Brett Cannon · 16 years ago
  46. 94f2561 Update docs for deprecation of IRIX modules. by Brett Cannon · 16 years ago
  47. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 16 years ago
  48. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 16 years ago
  49. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 16 years ago
  50. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 16 years ago
  51. 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 16 years ago
  52. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  53. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  54. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  55. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  56. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 16 years ago
  57. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  58. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  59. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 16 years ago
  60. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  61. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  62. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 16 years ago
  63. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
  64. 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
  65. 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 16 years ago
  66. c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
  67. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  68. 0a11f96 Update configparser docs for lowercasing rename. by Georg Brandl · 16 years ago
  69. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 16 years ago
  70. 1b9df68 Moved copy_reg stub module to lib-old/. by Alexandre Vassalotti · 16 years ago
  71. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  72. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 16 years ago
  73. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 16 years ago
  74. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
  75. 0b6b523 Install the json package and tests as well as the lib2to3 tests by Neal Norwitz · 16 years ago
  76. 8859822 Fix another "refleak" by clearing the filters after test. by Georg Brandl · 16 years ago
  77. 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 16 years ago
  78. bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 16 years ago
  79. ee365b9 Enable the updated Lib/bsddb/test suite to run. by Gregory P. Smith · 16 years ago
  80. ea785fb Rewrap some lines in test_py3kwarn. by Brett Cannon · 16 years ago
  81. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  82. c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
  83. 9c5b515 Fix a refleak in the _warnings module. by Georg Brandl · 16 years ago
  84. 18eb1fa Testsuite for bsddb module, version 4.6.4 by Jesus Cea · 16 years ago
  85. cb33aea Remove leftovers from reverted setuptools checkin (they were added in r45525). by Marc-André Lemburg · 16 years ago
  86. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
  87. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
  88. bbb0937 use .format and fix a bug by Benjamin Peterson · 16 years ago
  89. ab1fb9f Make error messages more helpful by Benjamin Peterson · 16 years ago
  90. e1b93f2 Adapt test_pyclbr to the new version of urllib.py: by Amaury Forgeot d'Arc · 16 years ago
  91. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  92. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  93. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
  94. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  95. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  96. 173b739 Fix markup. by Georg Brandl · 16 years ago
  97. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  98. 1b4758d #2767: don't clear globs in run() call, since they could be needed in tearDown, by Georg Brandl · 16 years ago
  99. 45141d0 #2766: remove code without effect. by Georg Brandl · 16 years ago
  100. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago