1. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  2. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  3. f264416 Issue #22413: Remove comment made out of date by Argument Clinic by Martin Panter · 9 years ago
  4. 994815e Issue #22413: Merge StringIO doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  5. 3cae757 Issue #24402: Merge potential test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  7. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  8. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  9. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  10. 09a00eb Closes #25344: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  11. ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  12. 65ed750 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  13. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  14. 5ae5691 Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. by Steve Dower · 9 years ago
  15. 3cc6da2 Removes deprecated -n option from buildbot script. by Steve Dower · 9 years ago
  16. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  17. ce88d82 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  18. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  19. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  20. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  21. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  22. 397625e Issue #25286: Update dictionary view link; patch by Akira Li by Martin Panter · 9 years ago
  23. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 9 years ago
  24. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  25. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  26. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  27. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  28. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  29. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  30. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  31. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  32. a3a1995 Null merge by Serhiy Storchaka · 9 years ago
  33. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  34. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  35. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  36. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  37. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  38. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  39. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  40. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  41. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  42. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  43. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  44. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  45. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  46. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  47. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  48. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  49. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  50. 6761827 Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  51. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  52. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  53. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  54. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  55. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  56. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  57. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  58. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  59. 103d06c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  60. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  61. 4401760 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  62. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  63. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  64. 8214a7c Tweak susp-ignored.csv to make buildbots happy by Berker Peksag · 9 years ago
  65. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  66. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  67. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  68. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  69. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  70. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  71. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  72. c9fda9b Issue #25165: Windows uninstallation should not remove launcher if other versions remain by Steve Dower · 9 years ago
  73. c4b7600 Improves support for building unofficial versions of the Windows installer. by Steve Dower · 9 years ago
  74. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  75. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  76. 2934fd6 Closes #25185: merged fix from 3.4. by Vinay Sajip · 9 years ago
  77. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  78. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  79. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  80. 861f067 Merge 3.4 (os.urandom) by Victor Stinner · 9 years ago
  81. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  82. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  83. 87bddba (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  84. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  85. 313242a Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  86. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 9 years ago
  87. ae86da9 (Merge 3.4) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  88. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  89. 008fc77 Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  90. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  91. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  92. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  93. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  94. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  95. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  96. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  97. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  98. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  99. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  100. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago