1. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  2. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  3. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  4. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  5. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  6. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  7. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  8. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  9. e35a3a1 Add an entry for the deprecation of the dl module. by Brett Cannon · 16 years ago
  10. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  11. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  12. d5a0985 The Canvas module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  13. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  14. cda73a4 Add an entry on the deprecation of Bastion and rexec. by Brett Cannon · 16 years ago
  15. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  16. f0a0a0d Add support for extension modules in 3.0 deprection command. by Brett Cannon · 16 years ago
  17. 9ac3974 Deprecate the pure module for 3.0. by Brett Cannon · 16 years ago
  18. 81673b7 Add a todo list to the module deletion command. by Brett Cannon · 16 years ago
  19. f8476c1 Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and by Mark Dickinson · 16 years ago
  20. e81c376 Issue #2801: fix bug in float.is_integer where ValueError by Mark Dickinson · 16 years ago
  21. fa24d9a Deprecate the toaiff module for removal in 3.0. by Brett Cannon · 16 years ago
  22. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 16 years ago
  23. d7265d6 Deprecate the new module for removal in 3.0. by Brett Cannon · 16 years ago
  24. 0893a0a Add Py3k warnings to os.path.walk by Benjamin Peterson · 16 years ago
  25. e3b1940 Deprecate the user module for removal in 3.0. by Brett Cannon · 16 years ago
  26. cae4f5f Add test.test_support.catch_warning()'s new argument. by Brett Cannon · 16 years ago
  27. 3c1d50a Add a missing entry on the fix for issue #2790. by Brett Cannon · 16 years ago
  28. 6071cc8 Deprecate stringold for removal in 3.0. by Brett Cannon · 16 years ago
  29. 9d44182 The mutex module has been deprecated for removal in 3.0. by Brett Cannon · 16 years ago
  30. 80bb9d9 Deprecate the imputil module for removal in 3.0. by Brett Cannon · 16 years ago
  31. 6cc7940 Bump to 2.6a3 by Barry Warsaw · 16 years ago
  32. 34f18fd Create a TextMate directory in Misc to house a Python-Dev bundle. by Brett Cannon · 16 years ago
  33. f843682 Add an entry about audiodev being slated for removal in 3.0. by Brett Cannon · 16 years ago
  34. af748c3 Implemented PEP 370 by Christian Heimes · 16 years ago
  35. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  36. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 16 years ago
  37. 8a232cc Add a DeprecationWarning for when warnings.showwarning() is set to a function by Brett Cannon · 16 years ago
  38. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  39. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 16 years ago
  40. b457dda Fix a backwards-compatibility mistake where a new optional argument for by Brett Cannon · 16 years ago
  41. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 16 years ago
  42. 46d6b68 Typo fix by Andrew M. Kuchling · 16 years ago
  43. 48f6276 Add Rodrigo and Heiko. by Martin v. Löwis · 16 years ago
  44. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  45. fe536f5 Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. by Mark Dickinson · 16 years ago
  46. 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 16 years ago
  47. 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 16 years ago
  48. 2b0bea5 Fix typo (now -> no) by Neal Norwitz · 16 years ago
  49. bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 16 years ago
  50. 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 16 years ago
  51. 11034c6 Add Jesus Cea. by Martin v. Löwis · 16 years ago
  52. 5169891 Add Guilherme Polo. by Martin v. Löwis · 16 years ago
  53. 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 16 years ago
  54. d59fefb update the getpass entry by Gregory P. Smith · 16 years ago
  55. 8e0319d Add Thomas Lee by Neal Norwitz · 16 years ago
  56. 41e3018 If sys.stdin is not a tty, fall back to default_getpass after printing by Gregory P. Smith · 16 years ago
  57. e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 16 years ago
  58. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  59. b131f04 resolve issue 2014 by Skip Montanaro · 16 years ago
  60. 106fc48 Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) by Nick Coghlan · 16 years ago
  61. 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 16 years ago
  62. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  63. a93eaa5 Add Jeroen. by Georg Brandl · 16 years ago
  64. 7a98d27 Applied patch #2617 from Frank Wierzbicki wit some extras from me by Christian Heimes · 16 years ago
  65. 671c5d9 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 16 years ago
  66. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 16 years ago
  67. 02f33b4 Add a NEWS entry for previous checkin by Amaury Forgeot d'Arc · 16 years ago
  68. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 16 years ago
  69. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 16 years ago
  70. f790648 News entry for: Sync with files from the just released libffi 3.0.5 version. by Thomas Heller · 16 years ago
  71. dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 16 years ago
  72. 46c58c1 - Issue #2385: distutils.core.run_script() makes __file__ available, so the by Fred Drake · 16 years ago
  73. ba43774 post release updates by Barry Warsaw · 16 years ago
  74. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 16 years ago
  75. 9649cdd Updating for 2.6a2 by Barry Warsaw · 16 years ago
  76. b7edfc4 Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 16 years ago
  77. 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 16 years ago
  78. 69b747b Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 16 years ago
  79. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 16 years ago
  80. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 16 years ago
  81. da0c025 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 16 years ago
  82. deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 16 years ago
  83. 8113586 add commas for introductory clauses by Benjamin Peterson · 16 years ago
  84. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  85. 8c78cc3 Updated Misc/NEWS by Christian Heimes · 16 years ago
  86. 7ddd10d Add Josiah. by Georg Brandl · 16 years ago
  87. da868d6 Opps! I merged the revisions, but forgot to add the header to ACKS by Benjamin Peterson · 16 years ago
  88. 6f7e71d Merged the ACKS from py3k by Benjamin Peterson · 16 years ago
  89. 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 16 years ago
  90. cdde579 Add Benjamin. by Georg Brandl · 16 years ago
  91. 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 16 years ago
  92. 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 16 years ago
  93. 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 16 years ago
  94. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  95. cdbc977 Install 2to3 script. by Martin v. Löwis · 16 years ago
  96. b72233c Issue 2460: Make Ellipsis objects copyable. by Raymond Hettinger · 16 years ago
  97. bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 16 years ago
  98. 9a0d346 #1477: ur'\U0010FFFF' raised in narrow unicode builds. by Amaury Forgeot d'Arc · 16 years ago
  99. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 16 years ago
  100. 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 16 years ago