1. daa0fe0 bpo-41162: Clear audit hooks later during finalization (GH-21222) by Konge · 4 years ago
  2. d160e0f bpo-41180: Audit code.__new__ when unmarshalling (GH-21271) by tkmikan · 4 years ago
  3. b1cc6ba bpo-41194: Convert _ast extension to PEP 489 (GH-21293) by Victor Stinner · 4 years ago
  4. 91e1bc1 bpo-41194: The _ast module cannot be loaded more than once (GH-21290) by Victor Stinner · 4 years ago
  5. 74419f0 bpo-41194: Pass module state in Python-ast.c (GH-21284) by Victor Stinner · 4 years ago
  6. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years ago
  7. 90db465 bpo-40521: Cleanup finalize_interp_types() (GH-21265) by Victor Stinner · 4 years ago
  8. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years ago
  9. 60eb9f1 bpo-39151: Simplify DFS in the assembler (GH-17733) by Pablo Galindo · 4 years ago
  10. 1f0f4ab bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) by Lysandros Nikolaou · 4 years ago
  11. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 1 month ago
  12. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 1 month ago
  13. 6c6810d bpo-41094: Fix decoding errors with audit when open files. (GH-21095) by Serhiy Storchaka · 4 years, 1 month ago
  14. cde283d bpo-40521: Fix _PyContext_Fini() (GH-21103) by Victor Stinner · 4 years, 1 month ago
  15. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 1 month ago
  16. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 1 month ago
  17. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 1 month ago
  18. 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 4 years, 1 month ago
  19. 30a8933 Call _PyWarnings_InitState() in subinterpreters (GH-21078) by Victor Stinner · 4 years, 1 month ago
  20. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 1 month ago
  21. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 4 years, 1 month ago
  22. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 4 years, 1 month ago
  23. c96d00e bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058) by Victor Stinner · 4 years, 1 month ago
  24. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 1 month ago
  25. 4901ea9 bpo-41061: Fix incorrect expressions in hashtable (GH-21028) by Christian Heimes · 4 years, 1 month ago
  26. 81328f3 bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013) by Gregory P. Smith · 4 years, 1 month ago
  27. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 1 month ago
  28. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  29. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 4 years, 1 month ago
  30. 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 4 years, 1 month ago
  31. 1bf7959 bpo-41006: Remove init_sys_streams() hack (GH-20954) by Victor Stinner · 4 years, 1 month ago
  32. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 1 month ago
  33. 113e2b0 bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888) by Lysandros Nikolaou · 4 years, 1 month ago
  34. 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 4 years, 1 month ago
  35. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 1 month ago
  36. e2d47a0 bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886) by Victor Stinner · 4 years, 1 month ago
  37. 794e7d1 bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) by Niklas Fiekas · 4 years, 1 month ago
  38. 9672912 bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827) by Christian Heimes · 4 years, 1 month ago
  39. 29c1172 bpo-40834: Fix truncate when sending str object with channel (GH-20555) by An Long · 4 years, 1 month ago
  40. 1c209e3 Remove redundant var in PyErr_NewException() (GH-20850) by Hai Shi · 4 years, 1 month ago
  41. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 1 month ago
  42. 33faf5c bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) by Dong-hee Na · 4 years, 1 month ago
  43. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 1 month ago
  44. 8eb4aea _PyPreConfig_Read() decodes argv at each iteration (GH-20786) by Victor Stinner · 4 years, 1 month ago
  45. d36cf5f bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) by Victor Stinner · 4 years, 1 month ago
  46. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 1 month ago
  47. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 1 month ago
  48. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 1 month ago
  49. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 4 years, 1 month ago
  50. bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 4 years, 1 month ago
  51. 7907f8c bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698) by Victor Stinner · 4 years, 1 month ago
  52. 68874a8 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Batuhan Taskaya · 4 years, 1 month ago
  53. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 1 month ago
  54. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 4 years, 1 month ago
  55. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 4 years, 1 month ago
  56. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 4 years, 1 month ago
  57. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 4 years, 1 month ago
  58. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 4 years, 1 month ago
  59. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 4 years, 1 month ago
  60. 232dda6 bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) by Victor Stinner · 4 years, 1 month ago
  61. df773f8 bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) by Alex Povel · 4 years, 1 month ago
  62. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 4 years, 1 month ago
  63. 45b34a0 bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597) by Victor Stinner · 4 years, 1 month ago
  64. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 1 month ago
  65. 90d2970 Fix MSVC warnings in pythonrun.c (#GH-0587) by Ammar Askar · 4 years, 1 month ago
  66. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 1 month ago
  67. db64f12 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) by Mark Shannon · 4 years, 1 month ago
  68. 895c9c1 bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) by Mark Dickinson · 4 years, 1 month ago
  69. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  70. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 2 months ago
  71. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 2 months ago
  72. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  73. c73914a bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Rémi Lapeyre · 4 years, 2 months ago
  74. b5cc208 bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) by Dennis Sweeney · 4 years, 2 months ago
  75. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 2 months ago
  76. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 4 years, 2 months ago
  77. 98e42d1 bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) by Minmin Gong · 4 years, 2 months ago
  78. f660567 bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) by Minmin Gong · 4 years, 2 months ago
  79. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 2 months ago
  80. 6a5d3ff bpo-40636: Clarify the zip built-in docstring. (GH-20118) by Gregory P. Smith · 4 years, 2 months ago
  81. 4a12d12 Fix typo in code comment in main_loop label. (GH-20068) by Chris Jerdonek · 4 years, 2 months ago
  82. 15bc9ab bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) by Guido van Rossum · 4 years, 2 months ago
  83. 16ab070 bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) by Pablo Galindo · 4 years, 2 months ago
  84. d2dc827 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) by Victor Stinner · 4 years, 2 months ago
  85. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 2 months ago
  86. 42bae3a bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066) by Victor Stinner · 4 years, 2 months ago
  87. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 2 months ago
  88. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 4 years, 2 months ago
  89. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 2 months ago
  90. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 2 months ago
  91. f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 4 years, 2 months ago
  92. 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 4 years, 2 months ago
  93. 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 4 years, 2 months ago
  94. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 2 months ago
  95. d0919f0 bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046) by Victor Stinner · 4 years, 2 months ago
  96. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 2 months ago
  97. 4804b5b bpo-39465: Don't access directly _Py_Identifier members (GH-20043) by Victor Stinner · 4 years, 2 months ago
  98. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 2 months ago
  99. 2668a9a bpo-40527: Fix command line argument parsing (GH-19955) by Victor Stinner · 4 years, 2 months ago
  100. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 4 years, 2 months ago