1. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 17 years ago
  2. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 17 years ago
  3. 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 17 years ago
  4. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  5. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 17 years ago
  6. a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
  7. 5cc774e Can we agree to put dots at entry ends? Thanks. by Georg Brandl · 17 years ago
  8. 6f7ae69 update ACKS and NEWs for multiprocessing by Benjamin Peterson · 17 years ago
  9. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 17 years ago
  10. f439560 add aliases to threading module by Benjamin Peterson · 17 years ago
  11. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  12. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
  13. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 17 years ago
  14. 1cec7aa NEWS entry for: Add an optional 'offset' parameter to byref, defaulting to zero. by Thomas Heller · 17 years ago
  15. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
  16. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
  17. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
  18. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
  19. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  20. fbb9c0b Issue #1798: Add ctypes calling convention that allows safe access of errno. by Thomas Heller · 17 years ago
  21. 59475e9 Backport from py3k: Implement the new buffer interface from pep3118 by Thomas Heller · 17 years ago
  22. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  23. d5bb921 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling by Thomas Heller · 17 years ago
  24. e70c337 Issue #1798: Add ctypes calling convention that allows safe access to by Thomas Heller · 17 years ago
  25. ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 17 years ago
  26. 137d824 Fix issue 2782: be less strict about the format string type in strftime. by Gregory P. Smith · 17 years ago
  27. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
  28. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
  29. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  30. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  31. 6d7702e Implement heapq in terms of less-than (to match list.sort()). by Raymond Hettinger · 17 years ago
  32. adff65b Update the locale module alias table. by Marc-André Lemburg · 17 years ago
  33. 9287acf ctypes NULL function pointers have a boolean False value now. by Thomas Heller · 17 years ago
  34. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 17 years ago
  35. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
  36. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
  37. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 17 years ago
  38. dacde0d turn PyErr_WarnPy3k into a macro by Benjamin Peterson · 17 years ago
  39. 7a99061 Updated NEWS by Christian Heimes · 17 years ago
  40. 5d7d6c3 note about r63617 by Gregory P. Smith · 17 years ago
  41. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 17 years ago
  42. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  43. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  44. 27e4a17 Issue #1390: Raise ValueError in toxml when an invalid comment would by Martin v. Löwis · 17 years ago
  45. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 17 years ago
  46. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  47. 99dfe92 Issue #2819: Add math.sum, a function that sums a sequence of floats by Mark Dickinson · 17 years ago
  48. ca3939c bsddb module updated to version 4.7.0 by Jesus Cea · 17 years ago
  49. c012883 Updated with fixes for #2914 and #2929. by Vinay Sajip · 17 years ago
  50. 88659b0 #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. by Georg Brandl · 17 years ago
  51. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
  52. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 17 years ago
  53. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  54. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 17 years ago
  55. a9916b5 #2353: raise Py3k warning in file.xreadlines(). by Georg Brandl · 17 years ago
  56. 91ae250 rename HTMLParser to html.parser, htmlentitydefs to html.entities by Fred Drake · 17 years ago
  57. 3ee81df Rewrap consistently to 70 chars, and standardize the way of referring to issues. by Georg Brandl · 17 years ago
  58. 28fdfa9 #961805: fix Edit.text_modified(). by Georg Brandl · 17 years ago
  59. 664782e issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get by Gregory P. Smith · 17 years ago
  60. 95ba13f Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). by Thomas Heller · 17 years ago
  61. 5e7b1c0 NEWS entry for Tkinter rename. by Georg Brandl · 17 years ago
  62. 5049a85 #2890: support os.O_ASYNC and fcntl.FASYNC. by Georg Brandl · 17 years ago
  63. 0bd23c0 Fixed #2870: cmathmodule.c compile error by Christian Heimes · 17 years ago
  64. 95d97c7 Renamed the repr module to reprlib. Added stub module for repr. by Alexandre Vassalotti · 17 years ago
  65. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 17 years ago
  66. 2224817 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 17 years ago
  67. c91210c #2863: add gen.__name__ and add this name to generator repr(). by Georg Brandl · 17 years ago
  68. 74a596c Deprecate WAIT for removal in 3.0. by Brett Cannon · 17 years ago
  69. f56b6ae Deprecated torgb for removal in 3.0. by Brett Cannon · 17 years ago
  70. 518c5da Deprecate SV for removal in 3.0. by Brett Cannon · 17 years ago
  71. cd2de08 Deprecate readcd for removal in 3.0. by Brett Cannon · 17 years ago
  72. 11ae6e7 Deprecated panelparser for removal in 3.0. by Brett Cannon · 17 years ago
  73. 7e37586 The panel module for IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  74. 89f5d9c Deprecate jpeg for IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  75. d8c41ec Deprecate IOCTL from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  76. 6328b29 Deprecate IN from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  77. 4652537 Deprecate imgfile for removal in 3.0. by Brett Cannon · 17 years ago
  78. 707e384 Deprecate GLWS from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  79. 82bd94e Deprecate GET from IRIX for removal in 3.0. by Brett Cannon · 17 years ago
  80. 75ba465 Deprecated 'fm' for removal in 3.0. by Brett Cannon · 17 years ago
  81. 178582e FL, flp, and fl from IRIX have been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  82. 72ccc40 FILE from IRIX has been deprecated for removal in 3.0. by Brett Cannon · 17 years ago
  83. 2773b6f Deprecate ERRNO for removal in 3.0. by Brett Cannon · 17 years ago
  84. 044616a Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. by Brett Cannon · 17 years ago
  85. e3a23c0 Renamed the ConfigParser module to 'configparser'. by Alexandre Vassalotti · 17 years ago
  86. 650f516 Deprecate CL, CL_old, and cl for 3.0. by Brett Cannon · 17 years ago
  87. 54c77aa Deprecate the cdplayer module for IRIX for 3.0. by Brett Cannon · 17 years ago
  88. 9eebe49 The cddb module for IRIX has been deprecated for 3.0. by Brett Cannon · 17 years ago
  89. ddf949f The CD and cd modules for IRIX are deprecated for 3.0. by Brett Cannon · 17 years ago
  90. bd85eb1 Add NEWS entry for #2831. by Georg Brandl · 17 years ago
  91. 34721d5 Deprecate al/AL for removal in 3.0. by Brett Cannon · 17 years ago
  92. ef9764f bsddb module updated to version 4.6.4 by Jesus Cea · 17 years ago
  93. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
  94. f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 17 years ago
  95. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 17 years ago
  96. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 17 years ago
  97. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 17 years ago
  98. 43e5ef4 Deprecate the multifile module as per PEP 4. by Brett Cannon · 17 years ago
  99. fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 17 years ago
  100. b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago