1. d160e0f bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by tkmikan · 4 years ago
  2. b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 4 years ago
  3. c0b214b bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294) by Dong-hee Na · 4 years ago
  4. 3549ca3 bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) by Victor Stinner · 4 years ago
  5. 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 4 years ago
  6. 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 4 years ago
  7. 9d00697 bpo-1635741: Port sha256 module to multiphase init (PEP 489) (GH-21189) by Mohamed Koubaa · 4 years ago
  8. 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 4 years ago
  9. 67673b0 Remove extraneous file from the Docs folder (GH-21286) by Pablo Galindo · 4 years ago
  10. 0ab917e bpo-41193: Ignore OSError in readline write_history() (GH-21279) by Victor Stinner · 4 years ago
  11. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 4 years ago
  12. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years ago
  13. 90db465 bpo-40521: Cleanup finalize_interp_types() (GH-21265) by Victor Stinner · 4 years ago
  14. 6b34d7b bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) by Kit Choi · 4 years ago
  15. 5d5c84e bpo-41187: Convert the _msi module to Argument Clinic (GH-21264) by Serhiy Storchaka · 4 years ago
  16. d0981e6 Add lysnikolaou to CODEOWNERS for the new parser (GH-21252) by Lysandros Nikolaou · 4 years ago
  17. 741008a Doc: Minor fix to init config C API documentation (GH-21198) by tomerv · 4 years ago
  18. 1648c99 bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) by Stefan Krah · 4 years ago
  19. bd4a3f2 bpo-39314: Closes parenthesis when autocompleting for functions that take no arguments (GH-20562) by Rémi Lapeyre · 4 years ago
  20. 0c4f0f3 bpo-40275: Use new test.support helper submodules in tests (GH-21169) by Hai Shi · 4 years ago
  21. 3ddc634 bpo-40275: Use new test.support helper submodules in tests (GH-21219) by Hai Shi · 4 years ago
  22. 3fa4799 Update FAQ release schedule and estimated users (GH-21180) by E-Paine · 4 years ago
  23. 604d95e bpo-41100: fix _decimal for arm64 Mac OS (GH-21228) by Lawrence D'Anna · 4 years ago
  24. ba67d73 bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) by Serhiy Storchaka · 4 years ago
  25. 694d31e bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215) by Serhiy Storchaka · 4 years ago
  26. 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 4 years ago
  27. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years ago
  28. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years ago
  29. 2515a28 bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214) by Serhiy Storchaka · 4 years ago
  30. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years ago
  31. 2fb5f03 bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) by Jason R. Coombs · 4 years ago
  32. e67f7db bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) by Serhiy Storchaka · 4 years ago
  33. 5b96370 Fix typo in Object/listobject.c (GH-21079) by Jeong Ukjae · 4 years ago
  34. b30ee26 bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) by Ravi Teja P · 4 years ago
  35. a3ad95d Update libmpdec license dates (GH-21216) by Stefan Krah · 4 years ago
  36. 7f569c9 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years ago
  37. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years ago
  38. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years ago
  39. 8bea91b bpo-40874 Update the required libmpdec version for the decimal module (GH-21202) by Stefan Krah · 4 years ago
  40. 04cdeb7 bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) by Serhiy Storchaka · 4 years ago
  41. cd3c2bd bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796) by Zackery Spytz · 4 years ago
  42. 8ab77c6 bpo-41144: Fix IDLE open module error (#21182) by E-Paine · 4 years ago
  43. 8df1016 bpo-38870: Extend subject of ast.unparse warnings (GH-21053) by Batuhan Taskaya · 4 years ago
  44. 60eb9f1 bpo-39151: Simplify DFS in the assembler (GH-17733) by Pablo Galindo · 4 years ago
  45. 9d197c7 bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) by Guido van Rossum · 4 years ago
  46. 1f0f4ab bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) by Lysandros Nikolaou · 4 years ago
  47. 89e82c4 Add soft keywords to the documentation (GH-21185) by Pablo Galindo · 4 years ago
  48. c8f29ad bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) by Batuhan Taskaya · 4 years ago
  49. 6dcbc24 bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) by Lysandros Nikolaou · 4 years ago
  50. 9cfcdb7 Remove dead code from tracemalloc (GH-21029) by Christian Heimes · 4 years ago
  51. 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 1 month ago
  52. 2f168c6 bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) by Ned Deily · 4 years, 1 month ago
  53. 2e0a920 bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084) by Lysandros Nikolaou · 4 years, 1 month ago
  54. ef19bad Improve code organization for the random module (GH-21161) by Raymond Hettinger · 4 years, 1 month ago
  55. 4b85e60 bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) by Lysandros Nikolaou · 4 years, 1 month ago
  56. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 1 month ago
  57. 77ed29b Fix typo in functions.rst (GH-21131) by Ram Rachum · 4 years, 1 month ago
  58. 847f94f bpo-40275: Use new test.support helper submodules in tests (GH-21151) by Hai Shi · 4 years, 1 month ago
  59. 700cfa8 bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) by Serhiy Storchaka · 4 years, 1 month ago
  60. 8ea6353 BPO-41100: Support macOS 11 when building (GH-21113) by Ronald Oussoren · 4 years, 1 month ago
  61. 8d02f91 bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152) by Ned Deily · 4 years, 1 month ago
  62. 06a40d7 bpo-40275: Use new test.support helper submodules in tests (GH-20824) by Hai Shi · 4 years, 1 month ago
  63. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 1 month ago
  64. 0f8ec1f bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) by Serhiy Storchaka · 4 years, 1 month ago
  65. aad8f0e bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138) by Serhiy Storchaka · 4 years, 1 month ago
  66. 589e8fe bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) by Ned Deily · 4 years, 1 month ago
  67. 94eee69 bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136) by Serhiy Storchaka · 4 years, 1 month ago
  68. f7ba40b bpo-40275: Use new test.support helper submodules in tests (GH-20849) by Hai Shi · 4 years, 1 month ago
  69. 5f190d2 bpo-39580: add check for CLI installation on macOS (GH-20271) by Rick Heil · 4 years, 1 month ago
  70. 1931e64 Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132) by Ned Deily · 4 years, 1 month ago
  71. 55939b1 bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) by Serhiy Storchaka · 4 years, 1 month ago
  72. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 4 years, 1 month ago
  73. cf18c9e bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081) by Arisaka97 · 4 years, 1 month ago
  74. a7dc714 bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) by Serhiy Storchaka · 4 years, 1 month ago
  75. 33b79b1 bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985) by Nikita Nemkin · 4 years, 1 month ago
  76. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 1 month ago
  77. 80526f6 Fix typo in dataclasses module (GH-21109) by Jürgen Gmach · 4 years, 1 month ago
  78. 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 4 years, 1 month ago
  79. bf2e515 bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283) by Gareth Rees · 4 years, 1 month ago
  80. cde283d bpo-40521: Fix _PyContext_Fini() (GH-21103) by Victor Stinner · 4 years, 1 month ago
  81. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 4 years, 1 month ago
  82. bbf36e8 bpo-41070: Simplify pyshellext.dll build (GH-21037) by Nikita Nemkin · 4 years, 1 month ago
  83. 90ed8a6 bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) by Victor Stinner · 4 years, 1 month ago
  84. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 1 month ago
  85. d051801 bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) by Anthony Sottile · 4 years, 1 month ago
  86. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 1 month ago
  87. 2c6e4e9 bpo-41039: Simplify python3.dll build (GH-20989) by Nikita Nemkin · 4 years, 1 month ago
  88. 4efc336 bpo-41054: Simplify resource compilation on Windows (GH-21004) by Nikita Nemkin · 4 years, 1 month ago
  89. 930f451 On path with known exact float, extract the double with the fast macro. (GH-21072) by Raymond Hettinger · 4 years, 1 month ago
  90. fe2a48c bpo-41089: Filters and other issues in Visual Studio projects (GH-21070) by Nikita Nemkin · 4 years, 1 month ago
  91. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 1 month ago
  92. 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 4 years, 1 month ago
  93. bc43f6e bpo-41065: Use zip-strict in zoneinfo (GH-21031) by Ram Rachum · 4 years, 1 month ago
  94. 30a8933 Call _PyWarnings_InitState() in subinterpreters (GH-21078) by Victor Stinner · 4 years, 1 month ago
  95. 61b6492 bpo-36710: Pass tstate explicitly in abstract.c (GH-21075) by Victor Stinner · 4 years, 1 month ago
  96. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 1 month ago
  97. 32f2eda bpo-40521: Remove freelist from collections.deque() (GH-21073) by Raymond Hettinger · 4 years, 1 month ago
  98. 1d3dad5 bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071) by WildCard65 · 4 years, 1 month ago
  99. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 4 years, 1 month ago
  100. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 4 years, 1 month ago