1. 5a8d121 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) by Rishi · 5 years ago
  2. bbceef6 bpo-20183: Convert _locale to the Argument Clinic (GH-14201) by Zackery Spytz · 5 years ago
  3. 568fb0f bpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442) by Tony Solomonik · 5 years ago
  4. 2a51818 bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474) by JustAnotherArchivist · 5 years ago
  5. 4f28f75 Fix repeated words in Classes tutorial (GH-21455) by Paul McMillan · 5 years ago
  6. 8dd32fe bpo-32192: A basic lazy importer example (GH-21330) by Joannah Nanjekye · 5 years ago
  7. 4f309ab bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) by Serhiy Storchaka · 5 years ago
  8. b0689ae bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197) by Serhiy Storchaka · 5 years ago
  9. 545b54d bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245) by Zackery Spytz · 5 years ago
  10. b7047e5 bpo-20181: Convert the readline module to the Argument Clinic (#14326) by Zackery Spytz · 5 years ago
  11. 6a1e9c2 Fix error in docstrings in bisect module (GH-21422) by Sergey Golitsynskiy · 5 years ago
  12. 344dce3 bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372) by Nima Dini · 5 years ago
  13. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
  14. 9650fe0 bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275) by Zackery Spytz · 5 years ago
  15. 6fc732a Fix typo in docs: 'created by th' -> 'created by the' (GH-21384) by marload · 5 years ago
  16. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 5 years ago
  17. d878349 bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429) by Serhiy Storchaka · 5 years ago
  18. 0f9aa47 bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) by Serhiy Storchaka · 5 years ago
  19. 3cbade7 bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326) by Joannah Nanjekye · 5 years ago
  20. bce2eb4 bpo-37765: Add keywords to IDLE tab completions (GH-15138) by Terry Jan Reedy · 5 years ago
  21. 1ee5dc1 Remove trailing >>> in enum docs (GH-21358) by E-Paine · 5 years ago
  22. af56c4f bpo-41172: Fix check for compiler in test suite (GH-21400) by Steve Dower · 5 years ago
  23. 8b33961 bpo-29590: fix stack trace for gen.throw() with yield from (#19896) by Chris Jerdonek · 5 years ago
  24. 96a6a6d bpo-40275: Use new test.support helper submodules in tests (GH-21412) by Hai Shi · 5 years ago
  25. 61bb24a bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413) by marload · 5 years ago
  26. ee96f32 bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407) by Zackery Spytz · 5 years ago
  27. a908bc4 Doc: Builtins functions: faster jump table (GH-21376) by Julien Palard · 5 years ago
  28. 4fa61a7 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Mark Sapiro · 5 years ago
  29. 61fc23c bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by stratakis · 5 years ago
  30. 529f426 bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401) by Tony Solomonik · 5 years ago
  31. b26a0db Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390) by Victor Stinner · 5 years ago
  32. aebc049 closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385) by Zackery Spytz · 5 years ago
  33. 6f13adf Add a test for get_id() (GH-21370) by Joannah Nanjekye · 5 years ago
  34. 10772ec bpo-41173: Copy test results file from ARM worker before uploading (GH-21305) by Steve Dower · 5 years ago
  35. a95ac77 bpo-41224: Document is_annotated() in symtable module and update doc strings (GH-21369) by Joannah Nanjekye · 5 years ago
  36. 8f42748 bpo-29778: test_embed tests the path configuration (GH-21306) by Victor Stinner · 5 years ago
  37. 6ae2780 bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) by Jason R. Coombs · 5 years ago
  38. 782f44b bpo-41215: Make assertion in the new parser more strict (GH-21364) by Lysandros Nikolaou · 5 years ago
  39. c2c1f1f bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Pablo Galindo · 5 years ago
  40. bd46174 bpo-41218: Only mark async code with CO_COROUTINE. (#21357) by Matthias Bussonnier · 5 years ago
  41. a103e73 bpo-40742: Doc: fix parallel build. (GH-21237) by Julien Palard · 5 years ago
  42. 1ac0cbc bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) by Pablo Galindo · 5 years ago
  43. dcbaa1b bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) by Steve Dower · 5 years ago
  44. deb0162 bpo-40275: Use new test.support helper submodules in tests (GH-21317) by Hai Shi · 5 years ago
  45. b4a9263 bpo-37207: Update whatsnews for 3.9 (GH-21337) by Dong-hee Na · 5 years ago
  46. a089d21 bpo-40275: Use new test.support helper submodules in tests (GH-21315) by Hai Shi · 5 years ago
  47. 883bc63 bpo-40275: Use new test.support helper submodules in tests (GH-21314) by Hai Shi · 5 years ago
  48. 9ce8132 bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) by Inada Naoki · 5 years ago
  49. d12af71 bpo-28681: Clarify multiple function names in the tutorial (GH-21340) by Joannah Nanjekye · 5 years ago
  50. 9ed3cd8 bpo-26205: Specify the number of nested scopes (GH-21324) by Joannah Nanjekye · 5 years ago
  51. e51dd9d bpo-29727: Register array.array as a MutableSequence (GH-21338) by Pablo Galindo · 5 years ago
  52. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 5 years ago
  53. 7fed755 bpo-39168: Remove the __new__ method of typing.Generic (GH-21327) by Zackery Spytz · 5 years ago
  54. 9c84417 bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325) by Inada Naoki · 5 years ago
  55. 13c90e8 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Inada Naoki · 5 years ago
  56. 1f76453 bpo-41204: Fix compiler warning in ast_type_init() (GH-21307) by Victor Stinner · 5 years ago
  57. b40e434 bpo-33864: Clarify the docs for typing.ByteString (GH-21311) by Zackery Spytz · 5 years ago
  58. daa0fe0 bpo-41162: Clear audit hooks later during finalization (GH-21222) by Konge · 5 years ago
  59. d160e0f bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by tkmikan · 5 years ago
  60. b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 5 years ago
  61. c0b214b bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294) by Dong-hee Na · 5 years ago
  62. 3549ca3 bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) by Victor Stinner · 5 years ago
  63. 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 5 years ago
  64. 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 5 years ago
  65. 9d00697 bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189) by Mohamed Koubaa · 5 years ago
  66. 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 5 years ago
  67. 67673b0 Remove extraneous file from the Docs folder (GH-21286) by Pablo Galindo · 5 years ago
  68. 0ab917e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Victor Stinner · 5 years ago
  69. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 5 years ago
  70. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 5 years ago
  71. 90db465 bpo-40521: Cleanup finalize_interp_types() (GH-21265) by Victor Stinner · 5 years ago
  72. 6b34d7b bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) by Kit Choi · 5 years ago
  73. 5d5c84e bpo-41187: Convert the _msi module to Argument Clinic (GH-21264) by Serhiy Storchaka · 5 years ago
  74. d0981e6 Add lysnikolaou to CODEOWNERS for the new parser (GH-21252) by Lysandros Nikolaou · 5 years ago
  75. 741008a Doc: Minor fix to init config C API documentation (GH-21198) by tomerv · 5 years ago
  76. 1648c99 bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) by Stefan Krah · 5 years ago
  77. bd4a3f2 bpo-39314: Closes parenthesis when autocompleting for functions that take no arguments (GH-20562) by Rémi Lapeyre · 5 years ago
  78. 0c4f0f3 bpo-40275: Use new test.support helper submodules in tests (GH-21169) by Hai Shi · 5 years ago
  79. 3ddc634 bpo-40275: Use new test.support helper submodules in tests (GH-21219) by Hai Shi · 5 years ago
  80. 3fa4799 Update FAQ release schedule and estimated users (GH-21180) by E-Paine · 5 years ago
  81. 604d95e bpo-41100: fix _decimal for arm64 Mac OS (GH-21228) by Lawrence D'Anna · 5 years ago
  82. ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 5 years ago
  83. 694d31e bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Serhiy Storchaka · 5 years ago
  84. 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 5 years ago
  85. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 5 years ago
  86. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
  87. 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 5 years ago
  88. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
  89. 2fb5f03 bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) by Jason R. Coombs · 5 years ago
  90. e67f7db bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) by Serhiy Storchaka · 5 years ago
  91. 5b96370 Fix typo in Object/listobject.c (GH-21079) by Jeong Ukjae · 5 years ago
  92. b30ee26 bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Ravi Teja P · 5 years ago
  93. a3ad95d Update libmpdec license dates (GH-21216) by Stefan Krah · 5 years ago
  94. 7f569c9 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
  95. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
  96. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 5 years ago
  97. 8bea91b bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Stefan Krah · 5 years ago
  98. 04cdeb7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Serhiy Storchaka · 5 years ago
  99. cd3c2bd bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796) by Zackery Spytz · 5 years ago
  100. 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 5 years ago