1. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 7 months ago
  2. faf626b Make cpython/abstract.h compatible with C90 (#18481) by Peter Eisentraut · 4 years, 7 months ago
  3. 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 4 years, 7 months ago
  4. c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 4 years, 7 months ago
  5. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 8 months ago
  6. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 8 months ago
  7. 38965ec bpo-39947: Hide implementation detail of trashcan macros (GH-18971) by Victor Stinner · 4 years, 8 months ago
  8. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 8 months ago
  9. 224481a bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) by Victor Stinner · 4 years, 8 months ago
  10. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 8 months ago
  11. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 8 months ago
  12. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 8 months ago
  13. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 8 months ago
  14. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 8 months ago
  15. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 4 years, 8 months ago
  16. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 8 months ago
  17. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 8 months ago
  18. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 8 months ago
  19. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 8 months ago
  20. 8767ce9 bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) by Andy Lester · 4 years, 8 months ago
  21. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 8 months ago
  22. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 8 months ago
  23. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 8 months ago
  24. 66b7973 bpo-39796: Fix _warnings module initialization (GH-18739) by Victor Stinner · 4 years, 8 months ago
  25. 541e0ff Post 3.9.0a4 by Łukasz Langa · 4 years, 8 months ago
  26. 6e02691 Python 3.9.0a4 by Łukasz Langa · 4 years, 8 months ago
  27. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 8 months ago
  28. d212c3c bpo-39573: PyXXX_Check() macros use Py_IS_TYPE() (GH-18508) by Dong-hee Na · 4 years, 8 months ago
  29. d905df7 bpo-39573: Add Py_IS_TYPE() function (GH-18488) by Dong-hee Na · 4 years, 8 months ago
  30. 968dcd9 bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) by Brandt Bucher · 4 years, 8 months ago
  31. 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 4 years, 9 months ago
  32. 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 4 years, 9 months ago
  33. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 9 months ago
  34. 45876a9 bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) by Victor Stinner · 4 years, 9 months ago
  35. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 9 months ago
  36. b10dc3e bpo-39573: Add Py_SET_SIZE() function (GH-18400) by Victor Stinner · 4 years, 9 months ago
  37. bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 9 months ago
  38. d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 4 years, 9 months ago
  39. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 9 months ago
  40. f95cd19 bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) by Victor Stinner · 4 years, 9 months ago
  41. c86a112 bpo-39573: Add Py_SET_REFCNT() function (GH-18389) by Victor Stinner · 4 years, 9 months ago
  42. 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 4 years, 9 months ago
  43. 3d06953 bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) by Andy Lester · 4 years, 9 months ago
  44. 58f4e1a bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) by Victor Stinner · 4 years, 9 months ago
  45. bf305cc Add PyInterpreterState.fs_codec.utf8 (GH-18367) by Victor Stinner · 4 years, 9 months ago
  46. 0e4e735 bpo-39542: Define PyTypeObject earlier in object.h (GH-18366) by Victor Stinner · 4 years, 9 months ago
  47. 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 4 years, 9 months ago
  48. f58bd7c bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) by Victor Stinner · 4 years, 9 months ago
  49. 0fa4f43 bpo-39542: Exclude trashcan from the limited C API (GH-18362) by Victor Stinner · 4 years, 9 months ago
  50. f16433a bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361) by Victor Stinner · 4 years, 9 months ago
  51. 40e547d bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) by Victor Stinner · 4 years, 9 months ago
  52. 49932fe bpo-39542: Simplify _Py_NewReference() (GH-18332) by Victor Stinner · 4 years, 9 months ago
  53. 4b52416 bpo-39542: Move object.h debug functions to internal C API (GH-18331) by Victor Stinner · 4 years, 9 months ago
  54. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 9 months ago
  55. 2a4903f bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278) by Victor Stinner · 4 years, 9 months ago
  56. 7a1f6c2 bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263) by Victor Stinner · 4 years, 9 months ago
  57. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 9 months ago
  58. d23b08f Post 3.9.0a3 by Łukasz Langa · 4 years, 9 months ago
  59. c33378d Python 3.9.0a3 by Łukasz Langa · 4 years, 9 months ago
  60. b9783d2 bpo-39429: Add a new "Python Development Mode" doc page (GH-18132) by Victor Stinner · 4 years, 9 months ago
  61. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 9 months ago
  62. 1e420f8 bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052) by Nick Coghlan · 4 years, 9 months ago
  63. cd7db76 bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) by Pablo Galindo · 4 years, 9 months ago
  64. c5b7900 bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) by Niklas Fiekas · 4 years, 9 months ago
  65. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 9 months ago
  66. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 4 years, 10 months ago
  67. 3430c55 bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752) by Julien Danjou · 4 years, 10 months ago
  68. f3a0a6b Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870) by Victor Stinner · 4 years, 10 months ago
  69. 9091398 Move comment about permanent generation to gcmodule.c (GH-17718) by Pablo Galindo · 4 years, 10 months ago
  70. 791073f Post 3.9.0a2 by Łukasz Langa · 4 years, 10 months ago
  71. 6202d85 Python 3.9.0a2 by Łukasz Langa · 4 years, 10 months ago
  72. 630c8df bpo-38858: Small integer per interpreter (GH-17315) by Victor Stinner · 4 years, 10 months ago
  73. 81fe5bd bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481) by Victor Stinner · 4 years, 11 months ago
  74. 1f9f69d bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385) by Sergey Fedoseev · 4 years, 11 months ago
  75. d68b592 bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354) by Victor Stinner · 5 years ago
  76. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 5 years ago
  77. 82c83bd bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) by Victor Stinner · 5 years ago
  78. 3d48334 bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330) by Victor Stinner · 5 years ago
  79. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 5 years ago
  80. fff7bbf bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) by Victor Stinner · 5 years ago
  81. 4dedd0f bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) by Victor Stinner · 5 years ago
  82. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 5 years ago
  83. 488d02a bpo-38835: Exclude PyFPE macros from the stable API (GH-17228) by Victor Stinner · 5 years ago
  84. 67e0de6 bpo-36854: gcmodule.c gets its state from tstate (GH-17285) by Victor Stinner · 5 years ago
  85. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 5 years ago
  86. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 5 years ago
  87. eb1cbbf Post 3.9.0a1 by Łukasz Langa · 5 years ago
  88. 1c5a71a Merge tag 'v3.9.0a1' by Łukasz Langa · 5 years ago
  89. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 5 years ago
  90. fd75708 Python 3.9.0a1 by Łukasz Langa · 5 years ago
  91. bd44a7e bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) by Serhiy Storchaka · 5 years ago
  92. 51edf8a bpo-38644: Cleanup ceval.h (GH-17185) by Victor Stinner · 5 years ago
  93. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 5 years ago
  94. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 5 years ago
  95. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 5 years ago
  96. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 5 years ago
  97. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 5 years ago
  98. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 5 years ago
  99. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 5 years ago
  100. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 5 years ago