1. a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 7 years ago
  2. e0aef4f bpo-31721: Allow Future._log_traceback to only be set to False (#5009) by Yury Selivanov · 7 years ago
  3. 3070b71 bpo-32422: Reduce lru_cache memory usage (GH-5008) by INADA Naoki · 7 years ago
  4. 0cf16f9 bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) by Yury Selivanov · 7 years ago
  5. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 7 years ago
  6. 1b3029a bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900) by Serhiy Storchaka · 7 years ago
  7. 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 7 years ago
  8. 4856b0f bpo-32402: io: Add missing NULL check. (GH-4971) by INADA Naoki · 7 years ago
  9. 719ccbc bpo-32415: Fix "error is already set" (#4999) by Yury Selivanov · 7 years ago
  10. a330f48 Fix check for run_in_executor on closed loop. (#4996) by Andrew Svetlov · 7 years ago
  11. a8fb079 bpo-32415: Add more tests (#4995) by Yury Selivanov · 7 years ago
  12. 0f47fa2 bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c (#4990) by Andrew Svetlov · 7 years ago
  13. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 7 years ago
  14. 558aa30 bpo-32357: Fix tests in refleak mode (#4989) by Yury Selivanov · 7 years ago
  15. c0919c2 bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986) by Mariatta · 7 years ago
  16. d11e8e0 correct wording (#4983) by Benjamin Peterson · 7 years ago
  17. 8a58771 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977) by Benjamin Peterson · 7 years ago
  18. 62ed6be remove the dynload_next.c file (closes bpo-32386) (#4957) by Benjamin Peterson · 7 years ago
  19. 424315f bpo-29240: Skip test_readline.test_nonascii() (#4968) by Victor Stinner · 7 years ago
  20. 550ee05 bpo-20891: Skip test_embed.test_bpo20891() (#4967) by Victor Stinner · 7 years ago
  21. 9bee329 bpo-32030: Add _Py_FindEnvConfigValue() (#4963) by Victor Stinner · 7 years ago
  22. 9dd7620 bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) by Victor Stinner · 7 years ago
  23. 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 7 years ago
  24. e47e698 bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960) by Victor Stinner · 7 years ago
  25. fbd6051 bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867) by Коренберг Марк · 7 years ago
  26. a8d25a1 Fix trivial typo in pickle.rst (#4955) by Sebastian Pucilowski · 7 years ago
  27. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  28. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 7 years ago
  29. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 7 years ago
  30. 83cb778 correct the typos (#4950) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  31. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 7 years ago
  32. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  33. a7a751d bpo-32306: Clarify c.f.Executor.map() documentation (#4947) by Antoine Pitrou · 7 years ago
  34. 6b91a59 bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942) by Serhiy Storchaka · 7 years ago
  35. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 7 years ago
  36. 1f1a34c bpo-32379: Faster MRO computation for single inheritance (#4932) by Antoine Pitrou · 7 years ago
  37. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  38. 1976086 bpo-32030: Cleanup pymain_main() (#4935) by Victor Stinner · 7 years ago
  39. c4bca95 bpo-32030: Add _PyCoreConfig.argv (#4934) by Victor Stinner · 7 years ago
  40. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 7 years ago
  41. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  42. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  43. e40ad79 Fix GCC warning in _asynciomodule.c (#4928) by Zackery Spytz · 7 years ago
  44. c5ae169 bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) by Michael Felt · 7 years ago
  45. 319c034 bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431) by Julien Duponchelle · 7 years ago
  46. 36c2c04 bpo-32355: Optimize asyncio.gather() (#4913) by Yury Selivanov · 7 years ago
  47. a9d7e55 bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915) by Yury Selivanov · 7 years ago
  48. a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 7 years ago
  49. 5d86246 bpo-32030: Fix compiler warnings (#4921) by Victor Stinner · 7 years ago
  50. 21be85f Improve test coverage (#4924) by Andrew Svetlov · 7 years ago
  51. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  52. 6efcb6d bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919) by Victor Stinner · 7 years ago
  53. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 7 years ago
  54. 2d8f063 bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920) by izbyshev · 7 years ago
  55. 02e4b7f Add @asvetlov to asyncio codeowners (#4917) by Andrew Svetlov · 7 years ago
  56. bd6ec4d bpo-32365: Fix a reference leak when compile __debug__. (#4916) by Serhiy Storchaka · 7 years ago
  57. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  58. 87010e8 bpo-29469: peephole: Remove const_stack (GH-4879) by INADA Naoki · 7 years ago
  59. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 7 years ago
  60. 1b7c11f bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907) by Yury Selivanov · 7 years ago
  61. 4c72bc4 add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909) by Benjamin Peterson · 7 years ago
  62. 5382c05 bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908) by Andrew Svetlov · 7 years ago
  63. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 7 years ago
  64. 9508402 Fix PyObject_Hash signature in comment (#4905) by Andrew Svetlov · 7 years ago
  65. 45700fb Add tests for using PEP560 with classes implemented in C. (#4883) by Serhiy Storchaka · 7 years ago
  66. 9c19b02 bpo-32002: Refactor C locale coercion tests (GH-4369) by Nick Coghlan · 7 years ago
  67. 0c644fc fix up signedness in PyImport_ExtendInittab (#4831) by Benjamin Peterson · 7 years ago
  68. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  69. e796b2f bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) by Yury Selivanov · 7 years ago
  70. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  71. d2b0231 bpo-29240: Don't define decode_locale() on macOS (#4895) by Victor Stinner · 7 years ago
  72. 6693d7a Minor wording tweak for itertools documentation (#4893) by Raymond Hettinger · 7 years ago
  73. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 7 years ago
  74. 9402c83 bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) by Victor Stinner · 7 years ago
  75. 642d67b bpo-32329: Add versionchanged to -R option doc (#4884) by Victor Stinner · 7 years ago
  76. 3327a2d bpo-32265: Classify class and static methods of builtin types. (#4776) by Serhiy Storchaka · 7 years ago
  77. 2e3f570 bpo-30416: Protect the optimizer during constant folding. (#4860) by Serhiy Storchaka · 7 years ago
  78. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  79. 3325a67 bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) by Serhiy Storchaka · 7 years ago
  80. 297fd87 bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) by Ville Skyttä · 7 years ago
  81. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  82. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 7 years ago
  83. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 7 years ago
  84. 41264f1 bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) by Victor Stinner · 7 years ago
  85. da27341 bpo-32030: Add _PyCoreConfig_Copy() (#4874) by Victor Stinner · 7 years ago
  86. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  87. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 7 years ago
  88. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  89. 15a8728 bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866) by Serhiy Storchaka · 7 years ago
  90. 233ef24 bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797) by Anthony Sottile · 7 years ago
  91. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 7 years ago
  92. eadad1b bpo-29469: Remove unnecessary peephole optimizer (GH-4863) by INADA Naoki · 7 years ago
  93. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  94. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  95. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  96. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 7 years ago
  97. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  98. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  99. 176baa3 bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) by Jelle Zijlstra · 7 years ago
  100. bfbf04e bpo-32296: Unbreak tests on Windows (#4850) by Yury Selivanov · 7 years ago