1. 8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) by Andrew Svetlov · 12 years ago
  2. 377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. by Andrew Svetlov · 12 years ago
  3. a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. by Brian Curtin · 12 years ago
  4. 47ec25d Brush subprocess tests a bit. by Andrew Svetlov · 12 years ago
  5. 4d16bcc The latest NumPy revision no longer segfaults here. by Stefan Krah · 12 years ago
  6. aaf8e2e Fix out-of-date comment in test_memoryview. by Stefan Krah · 12 years ago
  7. 7fda33b Mereg 3.2. by Stefan Krah · 12 years ago
  8. 6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. by Stefan Krah · 12 years ago
  9. 6b9bfe8 Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  10. 3c6661a Allow redemo.py to be used from the command line like other demos. by Ned Deily · 12 years ago
  11. dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  12. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  13. 35fa864 Issue #15477: Merge fix from 3.2 by Mark Dickinson · 12 years ago
  14. 05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  15. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 12 years ago
  16. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  17. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 12 years ago
  18. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  19. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  20. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  21. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  22. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  23. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  24. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  25. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  26. 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 12 years ago
  27. 6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X by Ned Deily · 12 years ago
  28. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 12 years ago
  29. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  30. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  31. 7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. by Brett Cannon · 12 years ago
  32. b391b24 Merge by Richard Oudkerk · 12 years ago
  33. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  34. 67a58cc Merge by Richard Oudkerk · 12 years ago
  35. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  36. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  37. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  38. 943c5b3 Fix subprocess test broken on Windows by Andrew Svetlov · 12 years ago
  39. 04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by Richard Oudkerk · 12 years ago
  40. 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  41. 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  42. 0e41628 Merge str docstring fix from 3.2 by Nick Coghlan · 12 years ago
  43. 573b1fd Fix str docstring by Nick Coghlan · 12 years ago
  44. 721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  45. 6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  46. 9351117 merge heads by Andrew Svetlov · 12 years ago
  47. 5395d2f Add yet another test for subprocess.Popen.communicate by Andrew Svetlov · 12 years ago
  48. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  49. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  50. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  51. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  52. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  53. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  54. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  55. 592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. by Andrew Svetlov · 12 years ago
  56. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  57. f748a37 merge heads in 3.2 branch by Eli Bendersky · 12 years ago
  58. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  59. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  60. 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 12 years ago
  61. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  62. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  63. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  64. 488cc36 merge with 3.2 by Sandro Tosi · 12 years ago
  65. a17ef14 fix typo by Sandro Tosi · 12 years ago
  66. c85951e Merge heads by Andrew Svetlov · 12 years ago
  67. c53eb9d Merge 3.2 to default by Andrew Svetlov · 12 years ago
  68. 4092e36 Merge 3.2 by Andrew Svetlov · 12 years ago
  69. aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. by Andrew Svetlov · 12 years ago
  70. f376507 Add test to explicit check the absence regression in subprocess (issue #15592). by Andrew Svetlov · 12 years ago
  71. 6ef9774 merge 3.2 by Matthias Klose · 12 years ago
  72. d182a6c Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  73. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  74. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  75. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  76. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  77. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  78. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  79. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  80. 9c7e100 Add Daniel Ellis to Misc/ACKS by Eli Bendersky · 12 years ago
  81. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 12 years ago
  82. 2fbe762 errant merge problem committed by Brian Curtin · 12 years ago
  83. 835df52 Merge 3.2 by Brian Curtin · 12 years ago
  84. 6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  85. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  86. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  87. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  88. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  89. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  90. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 12 years ago
  91. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  92. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  93. 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 12 years ago
  94. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  95. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  96. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  97. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  98. 2e64a0b merge with 3.2 by Sandro Tosi · 12 years ago
  99. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  100. a026db9 Post-release updates. by Georg Brandl · 12 years ago