1. 397625e Issue #25286: Update dictionary view link; patch by Akira Li by Martin Panter · 9 years ago
  2. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  4. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  5. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  6. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  7. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  8. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  9. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  10. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  11. a3a1995 Null merge by Serhiy Storchaka · 9 years ago
  12. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  13. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  14. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  15. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  16. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  17. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  18. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  19. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  20. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  21. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  22. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  23. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  24. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  25. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  26. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  27. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  28. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  29. 6761827 Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  30. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  31. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  32. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  33. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  34. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  35. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  36. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  37. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  38. 103d06c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  39. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  40. 4401760 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  41. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  42. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  43. 8214a7c Tweak susp-ignored.csv to make buildbots happy by Berker Peksag · 9 years ago
  44. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  45. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  46. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  47. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  48. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  49. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  50. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  51. c9fda9b Issue #25165: Windows uninstallation should not remove launcher if other versions remain by Steve Dower · 9 years ago
  52. c4b7600 Improves support for building unofficial versions of the Windows installer. by Steve Dower · 9 years ago
  53. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  54. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  55. 2934fd6 Closes #25185: merged fix from 3.4. by Vinay Sajip · 9 years ago
  56. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  57. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  58. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  59. 861f067 Merge 3.4 (os.urandom) by Victor Stinner · 9 years ago
  60. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  61. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  62. 87bddba (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  63. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  64. 313242a Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  65. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 9 years ago
  66. ae86da9 (Merge 3.4) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  67. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  68. 008fc77 Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  69. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  70. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  71. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  72. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  73. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  74. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  75. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  76. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  77. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  78. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  79. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  80. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  81. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  82. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  83. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  84. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  85. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  86. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  87. e471ab3 Merge with 3.4, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  88. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  89. c69b37f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  90. f38356a Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  91. 86e971c IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  92. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  93. ab9e936 Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  94. 9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  95. d2f1846 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  96. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  97. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  98. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  99. bcb0c13 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  100. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago