1. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  2. 25c578d Fix whitespace. by Guido van Rossum · 9 years ago
  3. 06d48db Fix whitespace. by Guido van Rossum · 9 years ago
  4. 030f489 Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  5. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  6. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  7. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  8. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  9. fa10f61 Issue #25093: Merge with 3.4 by Zachary Ware · 9 years ago
  10. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 9 years ago
  11. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  12. 60f2669 Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race by Victor Stinner · 9 years ago
  13. 9c8213f No longer skip tests for classes with __getnewargs_ex__. The copy module by Serhiy Storchaka · 9 years ago
  14. 1ddbb8c Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  15. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  16. 718c984 Close #25367: Fix test_coroutines() by Victor Stinner · 9 years ago
  17. 0c886f7 lose #25373: Fix regrtest --slow with interrupted test by Victor Stinner · 9 years ago
  18. b45c0f7 Close #25367: Fix test_coroutines with no thread support by Victor Stinner · 9 years ago
  19. 456a270 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  20. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  21. 05da525 Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  22. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  23. 3cae757 Issue #24402: Merge potential test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  24. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  25. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  26. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  27. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  28. 65ed750 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  29. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  30. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  31. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  32. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  33. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  34. 479ac66 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  35. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  36. af34b24 Issue #25097: Merge with 3.4 by Zachary Ware · 9 years ago
  37. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  38. 85a0e5f Merge heads by Serhiy Storchaka · 9 years ago
  39. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  40. 6090811 Issue #23972: Fix tests for Windows and Debian. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  41. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  42. 6f5175d Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  43. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  44. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  45. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  46. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  47. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  48. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  49. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  50. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  51. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  52. eb1fee9 Issues #25232, #24657: Use new enum status to match rest of tests by Martin Panter · 9 years ago
  53. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  54. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  55. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  56. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  57. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  58. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  59. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  60. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  61. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  62. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  63. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  64. 87bddba (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  65. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  66. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  67. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  68. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  69. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  70. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  71. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  72. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  73. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  74. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  75. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  76. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  77. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  78. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  79. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  80. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  81. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  82. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 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. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  88. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  89. 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 9 years ago
  90. 429f28d Issue #25211: Merge test_long from 3.4 into 3.5 by Martin Panter · 9 years ago
  91. cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 9 years ago
  92. 982a08f Issue #25047: Merge Element Tree encoding from 3.4 into 3.5 by Martin Panter · 9 years ago
  93. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
  94. 9b93c6b Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 9 years ago
  95. e355604 Merge 3.4 (Issue #23630, fix test_asyncio) by Victor Stinner · 9 years ago
  96. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
  97. e63f1a6 Merge 3.4 (test_asyncio) by Victor Stinner · 9 years ago
  98. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  99. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  100. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago