1. d65e4f4 Issue #24164: Fix test_pyclbr by Victor Stinner · 9 years ago
  2. 9e6d7a5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  3. bcbc50b Merge with 3.4 by Terry Jan Reedy · 9 years ago
  4. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  5. 20d15b5 Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protocols 2 and 3. by Serhiy Storchaka · 9 years ago
  6. 99deb19 No longer skip tests for classes with __getnewargs_ex__. The copy module by Serhiy Storchaka · 9 years ago
  7. 9c8213f No longer skip tests for classes with __getnewargs_ex__. The copy module by Serhiy Storchaka · 9 years ago
  8. 977e591 Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  9. 1ddbb8c Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  10. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  11. e84c976 Issue #25357: Add an optional newline paramer to binascii.b2a_base64(). by Victor Stinner · 9 years ago
  12. 5df7fdd Merge 3.5 (test_coroutines) by Victor Stinner · 9 years ago
  13. 718c984 Close #25367: Fix test_coroutines() by Victor Stinner · 9 years ago
  14. 0c886f7 lose #25373: Fix regrtest --slow with interrupted test by Victor Stinner · 9 years ago
  15. 3909e58 Close #25373: Fix regrtest --slow with interrupted test by Victor Stinner · 9 years ago
  16. 00a09c0 Merge 3.5 (test_coroutines, issue #25367) by Victor Stinner · 9 years ago
  17. b45c0f7 Close #25367: Fix test_coroutines with no thread support by Victor Stinner · 9 years ago
  18. 14b4662 test_regrtest: catch stderr in test_nowindows() by Victor Stinner · 9 years ago
  19. 4967146 Close #25369: Fix test_regrtest without thread support by Victor Stinner · 9 years ago
  20. 647dac9 Close #25368: Fix test_eintr when Python is compiled without thread support by Victor Stinner · 9 years ago
  21. 10dcff7 merge 3.5 (#25362) by Benjamin Peterson · 9 years ago
  22. 062f4ce merge 3.4 (#25362) by Benjamin Peterson · 9 years ago
  23. 414918a use the with statement for locking the internal condition (closes #25362) by Benjamin Peterson · 9 years ago
  24. 0d554d7 Issue #24164: Objects that need calling ``__new__`` with keyword arguments, by Serhiy Storchaka · 9 years ago
  25. ca4265d Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  26. 456a270 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  27. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  28. f98a24e Issue #25364: zipfile now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  29. 9e77773 Issue #25364: zipfile now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  30. 4df3b1a Issue #25322: Merge contextlib.suppress test fix from 3.5 by Martin Panter · 9 years ago
  31. 05da525 Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  32. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  33. 1431c5a Issue #24402: Merge potential test fix from 3.5 by Martin Panter · 9 years ago
  34. 3cae757 Issue #24402: Merge potential test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  35. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  36. 5344da5 Issue #24402: Merge input() fix from 3.5 by Martin Panter · 9 years ago
  37. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  38. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  39. 6381e06 Merge for issue #25099 by Brett Cannon · 9 years ago
  40. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  41. 65ed750 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  42. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 9 years ago
  43. aecf63e Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  44. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  45. 7836a27 Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer). by Raymond Hettinger · 9 years ago
  46. 797485e Issue #25318: Avoid sprintf() in backslashreplace() by Victor Stinner · 9 years ago
  47. 08ec6d9 Fix missing import in libregrtest. by Steve Dower · 9 years ago
  48. 12c2945 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  49. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  50. 960e848 Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate by Berker Peksag · 9 years ago
  51. 585a6ac Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  52. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  53. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  54. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  55. cdae2cb merge 3.5 (closes #24806) by Benjamin Peterson · 9 years ago
  56. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  57. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  58. 4d17a6a Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  59. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  60. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  61. c456861 Issue #25097: Merge with 3.5 by Zachary Ware · 9 years ago
  62. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  63. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  64. 68713e4 Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime. by Alexander Belopolsky · 9 years ago
  65. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  66. d7e60b1 Merge heads by Serhiy Storchaka · 9 years ago
  67. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  68. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  69. 8ae2f02 Issue #23972: Fix tests for Windows and Debian. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  70. 4ff2faf Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  71. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  72. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  73. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  74. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  75. 1ba1ca0 merge 3.5 (#25319) by Benjamin Peterson · 9 years ago
  76. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  77. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  78. 8ab4169 Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  79. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  80. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  81. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  82. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  83. 3074c13 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  84. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  85. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  86. 1d65d91 Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error by Victor Stinner · 9 years ago
  87. 7dbe6dd merge 3.5 by Terry Jan Reedy · 9 years ago
  88. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  89. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  90. 04cbe08 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  91. cd49a7d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  92. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  93. 20d2118 Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows by Victor Stinner · 9 years ago
  94. 33c3013 Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is by Victor Stinner · 9 years ago
  95. 5dad1ff Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  96. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  97. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  98. 5e84d03 Issues #25232, #24657: Merge two CGI server fixes from 3.5 by Martin Panter · 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