1. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  2. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 4 years, 5 months ago
  3. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 4 years, 5 months ago
  4. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 5 months ago
  5. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 4 years, 5 months ago
  6. 39f6436 Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964) by Victor Stinner · 4 years, 5 months ago
  7. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  8. eec8e61 bpo-43244: Remove the PyAST_Validate() function (GH-24911) by Victor Stinner · 4 years, 5 months ago
  9. 526fdeb bpo-43244: Add pycore_ast.h header file (GH-24908) by Victor Stinner · 4 years, 5 months ago
  10. b4536e1 bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) by Victor Stinner · 4 years, 5 months ago
  11. 5bd1059 bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821) by junyixie · 4 years, 5 months ago
  12. ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 5 months ago
  13. 87f649a bpo-43311: Create GIL autoTSSkey ealier (GH-24819) by Victor Stinner · 4 years, 5 months ago
  14. 9f672a5 bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786) by Victor Stinner · 4 years, 5 months ago
  15. 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
  16. 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
  17. bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
  18. 101bf69 bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) by Victor Stinner · 4 years, 6 months ago
  19. 5592f2b bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576) by Victor Stinner · 4 years, 6 months ago
  20. 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 4 years, 6 months ago
  21. 0332e56 bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) by Mark Shannon · 4 years, 6 months ago
  22. d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 4 years, 6 months ago
  23. c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 4 years, 7 months ago
  24. 66f77ca bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254) by Victor Stinner · 4 years, 7 months ago
  25. 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 4 years, 7 months ago
  26. 314b878 bpo-42923: Py_FatalError() avoids fprintf() (GH-24242) by Victor Stinner · 4 years, 7 months ago
  27. 4db8988 bpo-41994: Fix refcount issues in Python/import.c (GH-22632) by Serhiy Storchaka · 4 years, 7 months ago
  28. 44bf57a bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193) by Victor Stinner · 4 years, 7 months ago
  29. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 4 years, 8 months ago
  30. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 4 years, 8 months ago
  31. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 4 years, 8 months ago
  32. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 4 years, 8 months ago
  33. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 4 years, 8 months ago
  34. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 4 years, 8 months ago
  35. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 4 years, 8 months ago
  36. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 4 years, 8 months ago
  37. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 4 years, 8 months ago
  38. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 4 years, 9 months ago
  39. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 4 years, 9 months ago
  40. b3b9808 bpo-41617: Add _Py__has_builtin() macro (GH-23260) by Victor Stinner · 4 years, 9 months ago
  41. ef75a62 bpo-42260: Initialize time and warnings earlier at startup (GH-23249) by Victor Stinner · 4 years, 9 months ago
  42. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 4 years, 9 months ago
  43. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 4 years, 9 months ago
  44. 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 4 years, 9 months ago
  45. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 4 years, 9 months ago
  46. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 4 years, 9 months ago
  47. af1d64d bpo-42260: Main init modify sys.flags in-place (GH-23150) by Victor Stinner · 4 years, 9 months ago
  48. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 4 years, 9 months ago
  49. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 4 years, 9 months ago
  50. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 4 years, 9 months ago
  51. 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 4 years, 9 months ago
  52. 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 4 years, 10 months ago
  53. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 4 years, 10 months ago
  54. 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 4 years, 10 months ago
  55. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 4 years, 10 months ago
  56. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 4 years, 10 months ago
  57. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years, 10 months ago
  58. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years, 10 months ago
  59. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years, 10 months ago
  60. 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years, 10 months ago
  61. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years, 11 months ago
  62. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 5 years ago
  63. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 5 years ago
  64. e6905e4 bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042) by Victor Stinner · 5 years ago
  65. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 5 years ago
  66. 8f42748 bpo-29778: test_embed tests the path configuration (GH-21306) by Victor Stinner · 5 years ago
  67. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 5 years ago
  68. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 5 years ago
  69. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 5 years ago
  70. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 5 years ago
  71. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 5 years ago
  72. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 5 years ago
  73. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 5 years ago
  74. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 5 years ago
  75. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 5 years ago
  76. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 5 years ago
  77. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 5 years ago
  78. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 5 years ago
  79. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 5 years ago
  80. 07923f3 bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) by Victor Stinner · 5 years ago
  81. fcc60e4 bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) by Victor Stinner · 5 years ago
  82. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 5 years ago
  83. 794e7d1 bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) by Niklas Fiekas · 5 years ago
  84. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 5 years ago
  85. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 5 years ago
  86. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 5 years ago
  87. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 5 years ago
  88. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 5 years ago
  89. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 5 years ago
  90. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 5 years ago
  91. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 5 years ago
  92. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 5 years ago
  93. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 5 years ago
  94. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 5 years ago
  95. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 5 years ago
  96. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 5 years ago
  97. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 5 years ago
  98. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 5 years ago
  99. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 5 years ago
  100. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 5 years ago