1. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 9 years ago
  2. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  3. aecf63e Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  4. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  5. 6bd525b Optimize error handlers of ASCII and Latin1 encoders when the replacement by Victor Stinner · 9 years ago
  6. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  7. ad77158 _PyBytesWriter: simplify code to avoid "prealloc" parameters by Victor Stinner · 9 years ago
  8. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  9. fa7762e Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API by Victor Stinner · 9 years ago
  10. bd5f0e8 Hoist constant expression out of the inner loop. by Raymond Hettinger · 9 years ago
  11. 5098b58 Make comparison more consistent by Raymond Hettinger · 9 years ago
  12. 7836a27 Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer). by Raymond Hettinger · 9 years ago
  13. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  14. 3fa36ff Issue #25318: Fix backslashreplace() by Victor Stinner · 9 years ago
  15. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 9 years ago
  16. b13b97d Issue #25318: Fix compilation error by Victor Stinner · 9 years ago
  17. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  18. e7bf86c Optimize backslashreplace error handler by Victor Stinner · 9 years ago
  19. fdfbf78 Issue #25318: Add _PyBytesWriter API by Victor Stinner · 9 years ago
  20. 08ec6d9 Fix missing import in libregrtest. by Steve Dower · 9 years ago
  21. 6e8d6ed Merge from 3.5 by Steve Dower · 9 years ago
  22. 5ae5691 Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. by Steve Dower · 9 years ago
  23. 666e6e1 Merge from 3.5 by Steve Dower · 9 years ago
  24. 3cc6da2 Removes deprecated -n option from buildbot script. by Steve Dower · 9 years ago
  25. 12c2945 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  26. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  27. b6c9572 Sort module names in whatsnew/3.6.rst by Berker Peksag · 9 years ago
  28. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  29. 2137dc1 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  30. ce88d82 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  31. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  32. c2432f6 One more typo in a comment by Martin Panter · 9 years ago
  33. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  34. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  35. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  36. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  37. 6568714 Issue #25286: Merge dictionary view glossary from 3.5 by Martin Panter · 9 years ago
  38. 397625e Issue #25286: Update dictionary view link; patch by Akira Li by Martin Panter · 9 years ago
  39. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 9 years ago
  40. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  41. 6f038ad Add a versionadded directive for reopenIfNeeded() by Berker Peksag · 9 years ago
  42. 3c5f003 make configure executable by Benjamin Peterson · 9 years ago
  43. 6bb7b91 merge by Raymond Hettinger · 9 years ago
  44. 848f2b5 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  45. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 9 years ago
  46. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  47. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  48. 4d17a6a Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  49. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  50. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  51. c456861 Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  52. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  53. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  54. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  55. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  56. a3a1995 Null merge by Serhiy Storchaka · 9 years ago
  57. d7e60b1 Merge heads by Serhiy Storchaka · 9 years ago
  58. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  59. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  60. 8ae2f02 Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  61. 4ff2faf Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  62. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  63. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  64. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  65. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  66. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  67. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  68. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  69. 0443ac2 Eliminate unnecessary test by Raymond Hettinger · 9 years ago
  70. 8ab4169 Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  71. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  72. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  73. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  74. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  75. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  76. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  77. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  78. 74e8fac Issue #25301: Fix compatibility with ISO C90 by Victor Stinner · 9 years ago
  79. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  80. 7dbe6dd merge 3.5 by Terry Jan Reedy · 9 years ago
  81. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  82. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  83. 04cbe08 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  84. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  85. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  86. f8c32da Issue #9232: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  87. 6761827 Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  88. 20d2118 Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows by Victor Stinner · 9 years ago
  89. 33c3013 Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is by Victor Stinner · 9 years ago
  90. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  91. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  92. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  93. 9846187 Issue #16701: Merge sequence docs from 3.5 by Martin Panter · 9 years ago
  94. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  96. 909a950 Issues #25232, #24657: Add NEWS to 3.6.0a1 section by Martin Panter · 9 years ago
  97. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 9 years ago
  98. fd265f4 Factor out common iterator finalization code by Raymond Hettinger · 9 years ago
  99. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  100. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago