1. 6f038ad Add a versionadded directive for reopenIfNeeded() by Berker Peksag · 9 years ago
  2. 3c5f003 make configure executable by Benjamin Peterson · 9 years ago
  3. 6bb7b91 merge by Raymond Hettinger · 9 years ago
  4. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  5. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 9 years ago
  6. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  7. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  8. 4d17a6a Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  9. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  10. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  11. c456861 Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  12. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  13. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  14. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  15. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  16. a3a1995 Null merge by Serhiy Storchaka · 9 years ago
  17. d7e60b1 Merge heads by Serhiy Storchaka · 9 years ago
  18. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  19. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  20. 8ae2f02 Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  21. 4ff2faf Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  22. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  23. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  24. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  25. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  26. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  27. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  28. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  29. 0443ac2 Eliminate unnecessary test by Raymond Hettinger · 9 years ago
  30. 8ab4169 Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  31. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  32. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  33. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  34. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  35. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  36. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  37. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  38. 74e8fac Issue #25301: Fix compatibility with ISO C90 by Victor Stinner · 9 years ago
  39. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  40. 7dbe6dd merge 3.5 by Terry Jan Reedy · 9 years ago
  41. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  42. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  43. 04cbe08 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  44. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  45. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  46. f8c32da Issue #9232: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  47. 6761827 Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  48. 20d2118 Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows by Victor Stinner · 9 years ago
  49. 33c3013 Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is by Victor Stinner · 9 years ago
  50. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 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. 9846187 Issue #16701: Merge sequence docs from 3.5 by Martin Panter · 9 years ago
  54. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  55. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  56. 909a950 Issues #25232, #24657: Add NEWS to 3.6.0a1 section by Martin Panter · 9 years ago
  57. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 9 years ago
  58. fd265f4 Factor out common iterator finalization code by Raymond Hettinger · 9 years ago
  59. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  60. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  61. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  62. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  63. bfc0102 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  64. 103d06c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  65. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  66. 2547d07 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  67. 4401760 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  68. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  69. 46d7535 Issue #18174: Fix test_regrtest when Python is compiled in release mode by Victor Stinner · 9 years ago
  70. eb36fda Fix _PyUnicodeWriter_PrepareKind() by Victor Stinner · 9 years ago
  71. 11faa21 Merge from 3.5 for issue #25188. by Brett Cannon · 9 years ago
  72. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  73. 5f9d3ac Issue #22806: Add ``python -m test --list-tests`` command to list tests. by Victor Stinner · 9 years ago
  74. 076fc87 Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of by Victor Stinner · 9 years ago
  75. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  76. 4b5d801 Merge from 3.5 by Berker Peksag · 9 years ago
  77. 8214a7c Tweak susp-ignored.csv to make buildbots happy by Berker Peksag · 9 years ago
  78. d763909 asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5) by Yury Selivanov · 9 years ago
  79. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  80. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  81. 6585501 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  82. 987f215 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  83. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  84. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  85. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  86. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  87. 5dbe245 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  88. b9d98d5 Issue #24483: C implementation of functools.lru_cache() now calculates key's by Serhiy Storchaka · 9 years ago
  89. 30b7138 Merge from 3.5 by Steve Dower · 9 years ago
  90. c9fda9b Issue #25165: Windows uninstallation should not remove launcher if other versions remain by Steve Dower · 9 years ago
  91. c4b7600 Improves support for building unofficial versions of the Windows installer. by Steve Dower · 9 years ago
  92. 3222da2 Make _PyUnicode_TranslateCharmap() symbol private by Victor Stinner · 9 years ago
  93. 13f7fc5 Update importlib_external.h by Victor Stinner · 9 years ago
  94. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  95. 29a1445 Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban. by Vinay Sajip · 9 years ago
  96. 14b1b48 Fixes #25097: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  97. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  98. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  99. 98f223d Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to by Victor Stinner · 9 years ago
  100. 2c6ea29 Closes #25185: merged fix from 3.5. by Vinay Sajip · 9 years ago