1. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  2. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  3. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  4. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  5. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  6. c620257 test_httpservers has unpredictable refcount behavior. by Georg Brandl · 16 years ago
  7. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  8. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 16 years ago
  9. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 16 years ago
  10. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  11. 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 16 years ago
  12. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 16 years ago
  13. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  14. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 16 years ago
  15. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  16. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 16 years ago
  17. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  18. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 16 years ago
  19. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 16 years ago
  20. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  21. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  22. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 16 years ago
  23. 9b73f6f Add a snippet for the deprecation directive for docs. by Brett Cannon · 16 years ago
  24. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 16 years ago
  25. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 16 years ago
  26. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 16 years ago
  27. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 16 years ago
  28. 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 16 years ago
  29. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  30. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  31. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  32. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  33. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 16 years ago
  34. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  35. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  36. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 16 years ago
  37. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  38. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  39. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 16 years ago
  40. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
  41. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 16 years ago
  42. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  43. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 16 years ago
  44. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 16 years ago
  45. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
  46. bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 16 years ago
  47. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  48. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
  49. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  50. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  51. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  52. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  53. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  54. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 16 years ago
  55. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  56. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 16 years ago
  57. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 16 years ago
  58. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  59. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  60. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
  61. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  62. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  63. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  64. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  65. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  66. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  67. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  68. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  69. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 16 years ago
  70. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  71. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  72. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  73. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  74. cda73a4 Add an entry on the deprecation of Bastion and rexec. by Brett Cannon · 16 years ago
  75. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  76. f0a0a0d Add support for extension modules in 3.0 deprection command. by Brett Cannon · 16 years ago
  77. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 16 years ago
  78. 81673b7 Add a todo list to the module deletion command. by Brett Cannon · 16 years ago
  79. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 16 years ago
  80. e81c376 Issue #2801: fix bug in float.is_integer where ValueError by Mark Dickinson · 16 years ago
  81. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 16 years ago
  82. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 16 years ago
  83. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 16 years ago
  84. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 16 years ago
  85. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 16 years ago
  86. cae4f5f Add test.test_support.catch_warning()'s new argument. by Brett Cannon · 16 years ago
  87. 3c1d50a Add a missing entry on the fix for issue #2790. by Brett Cannon · 16 years ago
  88. 6071cc8 Deprecate stringold for removal in 3.0. by Brett Cannon · 16 years ago
  89. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  90. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 16 years ago
  91. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 16 years ago
  92. 34f18fd Create a TextMate directory in Misc to house a Python-Dev bundle. by Brett Cannon · 16 years ago
  93. f843682 Add an entry about audiodev being slated for removal in 3.0. by Brett Cannon · 16 years ago
  94. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  95. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  96. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 16 years ago
  97. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  98. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  99. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 16 years ago
  100. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 16 years ago