1. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 8 years ago
  2. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 8 years ago
  3. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 8 years ago
  4. d8ac4d1 bpo-31778: Make ast.literal_eval() more strict. (#4035) by Serhiy Storchaka · 8 years ago
  5. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 8 years ago
  6. 0cc99c8 bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) by Serhiy Storchaka · 8 years ago
  7. 7cc42c3 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078) by Serhiy Storchaka · 8 years ago
  8. e8ed965 bpo-32416: Add two new tests in test_sys_settrace. (#5072) by Serhiy Storchaka · 8 years ago
  9. 1470914 bpo-32468: Better frame repr() (#5067) by Antoine Pitrou · 8 years ago
  10. 0c36bed bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) by Yury Selivanov · 8 years ago
  11. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 8 years ago
  12. ffcb4c0 bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) by Andrew Svetlov · 8 years ago
  13. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 8 years ago
  14. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 8 years ago
  15. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 8 years ago
  16. 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 8 years ago
  17. e325608 remove unused import (#5040) by Benjamin Peterson · 8 years ago
  18. e5f7dcc make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034) by Benjamin Peterson · 8 years ago
  19. e5681b9 bpo-32440: Update the docs URL to https in help() (GH-5030) by oldk · 8 years ago
  20. 531dd7e Fix minor spelling error in test_sys_settrace.py. (#5025) by gfyoung · 8 years ago
  21. 53f9135 bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) by Serhiy Storchaka · 8 years ago
  22. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 8 years ago
  23. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 8 years ago
  24. e0aef4f bpo-31721: Allow Future._log_traceback to only be set to False (#5009) by Yury Selivanov · 8 years ago
  25. 0cf16f9 bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) by Yury Selivanov · 8 years ago
  26. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 8 years ago
  27. 719ccbc bpo-32415: Fix "error is already set" (#4999) by Yury Selivanov · 8 years ago
  28. a330f48 Fix check for run_in_executor on closed loop. (#4996) by Andrew Svetlov · 8 years ago
  29. a8fb079 bpo-32415: Add more tests (#4995) by Yury Selivanov · 8 years ago
  30. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 8 years ago
  31. 558aa30 bpo-32357: Fix tests in refleak mode (#4989) by Yury Selivanov · 8 years ago
  32. c0919c2 bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) by Mariatta · 8 years ago
  33. d11e8e0 correct wording (#4983) by Benjamin Peterson · 8 years ago
  34. 8a58771 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977) by Benjamin Peterson · 8 years ago
  35. 424315f bpo-29240: Skip test_readline.test_nonascii() (#4968) by Victor Stinner · 8 years ago
  36. 550ee05 bpo-20891: Skip test_embed.test_bpo20891() (#4967) by Victor Stinner · 8 years ago
  37. 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 8 years ago
  38. fbd6051 bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867) by Коренберг Марк · 8 years ago
  39. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 8 years ago
  40. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 8 years ago
  41. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 8 years ago
  42. 1f1a34c bpo-32379: Faster MRO computation for single inheritance (#4932) by Antoine Pitrou · 8 years ago
  43. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 8 years ago
  44. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 8 years ago
  45. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 8 years ago
  46. 319c034 bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431) by Julien Duponchelle · 8 years ago
  47. 36c2c04 bpo-32355: Optimize asyncio.gather() (#4913) by Yury Selivanov · 8 years ago
  48. a9d7e55 bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915) by Yury Selivanov · 8 years ago
  49. a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 8 years ago
  50. 21be85f Improve test coverage (#4924) by Andrew Svetlov · 8 years ago
  51. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 8 years ago
  52. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 8 years ago
  53. 2d8f063 bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920) by izbyshev · 8 years ago
  54. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 8 years ago
  55. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 8 years ago
  56. 1b7c11f bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907) by Yury Selivanov · 8 years ago
  57. 5382c05 bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908) by Andrew Svetlov · 8 years ago
  58. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 8 years ago
  59. 45700fb Add tests for using PEP560 with classes implemented in C. (#4883) by Serhiy Storchaka · 8 years ago
  60. 9c19b02 bpo-32002: Refactor C locale coercion tests (GH-4369) by Nick Coghlan · 8 years ago
  61. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 8 years ago
  62. e796b2f bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) by Yury Selivanov · 8 years ago
  63. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 8 years ago
  64. 9402c83 bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) by Victor Stinner · 8 years ago
  65. 3327a2d bpo-32265: Classify class and static methods of builtin types. (#4776) by Serhiy Storchaka · 8 years ago
  66. 2e3f570 bpo-30416: Protect the optimizer during constant folding. (#4860) by Serhiy Storchaka · 8 years ago
  67. 3325a67 bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) by Serhiy Storchaka · 8 years ago
  68. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 8 years ago
  69. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 8 years ago
  70. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 8 years ago
  71. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 8 years ago
  72. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 8 years ago
  73. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 8 years ago
  74. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  75. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 8 years ago
  76. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 8 years ago
  77. 176baa3 bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) by Jelle Zijlstra · 8 years ago
  78. bfbf04e bpo-32296: Unbreak tests on Windows (#4850) by Yury Selivanov · 8 years ago
  79. a70232f bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) by Yury Selivanov · 8 years ago
  80. 9814697 pythoninfo: Add builtins, test.support, ... (#4840) by Victor Stinner · 8 years ago
  81. 7a6706b Fix couple typos (#4839) by Andrew Svetlov · 8 years ago
  82. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
  83. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 8 years ago
  84. 317def9 bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) by Antoine Pitrou · 8 years ago
  85. 721e25c bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821) by Victor Stinner · 8 years ago
  86. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 8 years ago
  87. b748e3b Fix improper use of re.escape() in tests. (#4814) by Serhiy Storchaka · 8 years ago
  88. 0e069a1 Fix implementation dependent assertion in test_plistlib. (#4813) by Serhiy Storchaka · 8 years ago
  89. 5ce0a2a bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277) by Nitish Chandra · 8 years ago
  90. 2001900 bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) by Licht Takeuchi · 8 years ago
  91. e570211 Fix idlelib comment typos reported by Mike on pull request 4803. (#4807) by Terry Jan Reedy · 8 years ago
  92. e569753 bpo-32227: functools.singledispatch supports registering via type annotations (#4733) by Łukasz Langa · 8 years ago
  93. 8874342 bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) by Andrew Svetlov · 8 years ago
  94. abae67e Add asyncio.get_running_loop() function. (#4782) by Yury Selivanov · 8 years ago
  95. 3e97518 bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) by Yury Selivanov · 8 years ago
  96. 9edad3c bpo-32272: Remove asyncio.async() function. (#4784) by Yury Selivanov · 8 years ago
  97. 1b74f9b bpo-22671: Clarify and test default read method implementations (#4568) by Sanyam Khurana · 8 years ago
  98. 19d0d54 bpo-32262: Fix f-string (#4787) by Yury Selivanov · 8 years ago
  99. 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 8 years ago
  100. c4d9df5 Skip test_read_pty_output test on macOS for poll and select. (#4774) by Yury Selivanov · 8 years ago