1. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 9 years ago
  2. aecf63e Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  3. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  4. 7836a27 Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer). by Raymond Hettinger · 9 years ago
  5. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 9 years ago
  6. 08ec6d9 Fix missing import in libregrtest. by Steve Dower · 9 years ago
  7. 12c2945 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  8. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  9. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  10. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  11. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  12. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  13. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  14. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 9 years ago
  15. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  16. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  17. 4d17a6a Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  18. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  19. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  20. c456861 Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  21. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  22. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  23. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  24. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  25. d7e60b1 Merge heads by Serhiy Storchaka · 9 years ago
  26. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  27. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  28. 8ae2f02 Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  29. 4ff2faf Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  30. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  31. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  32. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  33. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  34. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  35. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  36. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  37. 8ab4169 Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  38. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  39. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  40. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  41. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  42. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  43. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  44. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  45. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  46. 7dbe6dd merge 3.5 by Terry Jan Reedy · 9 years ago
  47. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  48. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  49. 04cbe08 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  50. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  51. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  52. 20d2118 Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows by Victor Stinner · 9 years ago
  53. 33c3013 Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is by Victor Stinner · 9 years ago
  54. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  55. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  56. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  57. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 9 years ago
  58. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  59. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  60. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  61. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  62. bfc0102 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  63. 103d06c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  64. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  65. 2547d07 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  66. 4401760 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  67. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  68. 46d7535 Issue #18174: Fix test_regrtest when Python is compiled in release mode by Victor Stinner · 9 years ago
  69. 11faa21 Merge from 3.5 for issue #25188. by Brett Cannon · 9 years ago
  70. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  71. 5f9d3ac Issue #22806: Add ``python -m test --list-tests`` command to list tests. by Victor Stinner · 9 years ago
  72. 076fc87 Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of by Victor Stinner · 9 years ago
  73. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  74. d763909 asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5) by Yury Selivanov · 9 years ago
  75. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  76. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  77. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  78. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  79. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  80. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  81. 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
  82. 14b1b48 Fixes #25097: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  83. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  84. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  85. 98f223d Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to by Victor Stinner · 9 years ago
  86. 2c6ea29 Closes #25185: merged fix from 3.5. by Vinay Sajip · 9 years ago
  87. 2934fd6 Closes #25185: merged fix from 3.4. by Vinay Sajip · 9 years ago
  88. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  89. f22d808 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  90. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  91. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  92. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  93. 4241bcd (Merge 3.5) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  94. 87bddba (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  95. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  96. a53a818 Fix regrtest --coverage on Windows by Victor Stinner · 9 years ago
  97. 9a14214 Issue #25220: Fix "-m test --forever" by Victor Stinner · 9 years ago
  98. 17f9716 Issue #25220, libregrtest: more verbose output for -jN by Victor Stinner · 9 years ago
  99. b408435 Issue #25220, libregrtest: Cleanup by Victor Stinner · 9 years ago
  100. 6f20a2e Issue #25220, libregrtest: Pass directly ns to runtest() by Victor Stinner · 9 years ago