1. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 16 years ago
  2. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 16 years ago
  3. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  4. 6d7702e Implement heapq in terms of less-than (to match list.sort()). by Raymond Hettinger · 16 years ago
  5. adff65b Update the locale module alias table. by Marc-André Lemburg · 16 years ago
  6. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 16 years ago
  7. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 16 years ago
  8. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  9. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  10. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 16 years ago
  11. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 16 years ago
  12. 7a99061 Updated NEWS by Christian Heimes · 16 years ago
  13. 5d7d6c3 note about r63617 by Gregory P. Smith · 16 years ago
  14. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 16 years ago
  15. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  16. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  17. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  18. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 16 years ago
  19. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  20. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  21. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 16 years ago
  22. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 16 years ago
  23. 9a8af2d Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. by Brett Cannon · 16 years ago
  24. 10cfc4b Add Robert Schuppenies. by Martin v. Löwis · 16 years ago
  25. c012883 Updated with fixes for #2914 and #2929. by Vinay Sajip · 16 years ago
  26. 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 16 years ago
  27. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  28. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  29. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  30. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  31. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  32. c620257 test_httpservers has unpredictable refcount behavior. by Georg Brandl · 16 years ago
  33. 1356e09 Add GHOP students. by Georg Brandl · 16 years ago
  34. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 16 years ago
  35. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 16 years ago
  36. 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
  37. 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 16 years ago
  38. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 16 years ago
  39. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 16 years ago
  40. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 16 years ago
  41. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  42. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 16 years ago
  43. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 16 years ago
  44. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 16 years ago
  45. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 16 years ago
  46. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  47. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  48. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 16 years ago
  49. 9b73f6f Add a snippet for the deprecation directive for docs. by Brett Cannon · 16 years ago
  50. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 16 years ago
  51. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 16 years ago
  52. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 16 years ago
  53. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 16 years ago
  54. 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 16 years ago
  55. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  56. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  57. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  58. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  59. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 16 years ago
  60. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  61. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 16 years ago
  62. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 16 years ago
  63. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  64. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  65. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 16 years ago
  66. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 16 years ago
  67. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 16 years ago
  68. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 16 years ago
  69. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 16 years ago
  70. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 16 years ago
  71. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 16 years ago
  72. bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 16 years ago
  73. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 16 years ago
  74. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 16 years ago
  75. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  76. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
  77. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  78. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  79. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  80. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 16 years ago
  81. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  82. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 16 years ago
  83. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 16 years ago
  84. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  85. b61d801 Put Lib/lib-old back on to sys.path for module renames. by Brett Cannon · 16 years ago
  86. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
  87. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  88. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  89. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  90. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  91. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  92. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  93. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  94. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  95. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 16 years ago
  96. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  97. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  98. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  99. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  100. cda73a4 Add an entry on the deprecation of Bastion and rexec. by Brett Cannon · 16 years ago