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