1. 5c5a938 bpo-42927: Inline cache for attributes defined with '__slots__' (#24216) by Guido van Rossum · 3 years, 6 months ago
  2. d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 3 years, 6 months ago
  3. 8643345 Update frame.f_lineno before any call to the (C) tracing function. (GH-24150) by Mark Shannon · 3 years, 7 months ago
  4. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 7 months ago
  5. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 8 months ago
  6. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 8 months ago
  7. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  8. d96a7a8 bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Victor Stinner · 3 years, 9 months ago
  9. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 9 months ago
  10. 80449f2 bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) by Pablo Galindo · 3 years, 9 months ago
  11. 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 3 years, 10 months ago
  12. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 10 months ago
  13. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 3 years, 10 months ago
  14. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 3 years, 10 months ago
  15. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 3 years, 10 months ago
  16. bd0a08e bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481) by Victor Stinner · 3 years, 10 months ago
  17. 17b5be0 bpo-41670: Remove outdated predict macro invocation. (GH-22026) by Mark Shannon · 3 years, 11 months ago
  18. b7d8d8d bpo-40941: Fix stackdepth compiler warnings (GH-22377) by Victor Stinner · 3 years, 11 months ago
  19. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 3 years, 11 months ago
  20. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 3 years, 11 months ago
  21. cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 4 years, 1 month ago
  22. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 2 months ago
  23. 33faf5c bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) by Dong-hee Na · 4 years, 2 months ago
  24. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 2 months ago
  25. 232dda6 bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) by Victor Stinner · 4 years, 2 months ago
  26. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 4 years, 2 months ago
  27. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 2 months ago
  28. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 2 months ago
  29. b5cc208 bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) by Dennis Sweeney · 4 years, 3 months ago
  30. 4a12d12 Fix typo in code comment in main_loop label. (GH-20068) by Chris Jerdonek · 4 years, 3 months ago
  31. 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 4 years, 3 months ago
  32. 4804b5b bpo-39465: Don't access directly _Py_Identifier members (GH-20043) by Victor Stinner · 4 years, 3 months ago
  33. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 4 years, 3 months ago
  34. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 4 years, 3 months ago
  35. 299b8c6 Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) by Victor Stinner · 4 years, 3 months ago
  36. 4e30ed3 bpo-40513: Per-interpreter recursion_limit (GH-19929) by Victor Stinner · 4 years, 3 months ago
  37. 0b1e330 bpo-40513: Per-interpreter gil_drop_request (GH-19927) by Victor Stinner · 4 years, 3 months ago
  38. 4e01946 bpo-40513: Per-interpreter signals pending (GH-19924) by Victor Stinner · 4 years, 3 months ago
  39. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 4 months ago
  40. 2510494 bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) by Victor Stinner · 4 years, 4 months ago
  41. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  42. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  43. e560f90 bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515) by Victor Stinner · 4 years, 4 months ago
  44. 62f75fe bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450) by Dong-hee Na · 4 years, 4 months ago
  45. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  46. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 4 months ago
  47. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 4 years, 4 months ago
  48. cfc3c2f bpo-37127: Remove _pending_calls.finishing (GH-19439) by Victor Stinner · 4 years, 4 months ago
  49. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 4 years, 4 months ago
  50. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 4 years, 4 months ago
  51. 1c1e68c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) by Victor Stinner · 4 years, 5 months ago
  52. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 4 years, 5 months ago
  53. 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 4 years, 5 months ago
  54. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 5 months ago
  55. d831688 bpo-40010: Optimize pending calls in multithreaded applications (GH-19091) by Victor Stinner · 4 years, 5 months ago
  56. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 5 months ago
  57. da2914d bpo-40010: Pass tstate to ceval GIL functions (GH-19077) by Victor Stinner · 4 years, 5 months ago
  58. 5a3a71d bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) by Victor Stinner · 4 years, 5 months ago
  59. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 5 months ago
  60. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 5 months ago
  61. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 5 months ago
  62. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 5 months ago
  63. d7fabc1 bpo-39984: Pass tstate to handle_signals() (GH-19050) by Victor Stinner · 4 years, 5 months ago
  64. dab8423 bpo-39984: Add PyInterpreterState.ceval (GH-19047) by Victor Stinner · 4 years, 5 months ago
  65. f6a5850 bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) by Victor Stinner · 4 years, 5 months ago
  66. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 5 months ago
  67. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 5 months ago
  68. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 5 months ago
  69. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 5 months ago
  70. 85f5a69 bpo-39877: Refactor take_gil() function (GH-18885) by Victor Stinner · 4 years, 5 months ago
  71. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 4 years, 5 months ago
  72. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 5 months ago
  73. eb4e2ae bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) by Victor Stinner · 4 years, 5 months ago
  74. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 5 months ago
  75. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 5 months ago
  76. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 5 months ago
  77. baf29b2 Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155) by Denis Chernikov · 4 years, 6 months ago
  78. e6be9b5 closes bpo-39605: Fix some casts to not cast away const. (GH-18453) by Andy Lester · 4 years, 6 months ago
  79. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 6 months ago
  80. 60ac6ed bpo-39573: Use Py_SET_SIZE() function (GH-18402) by Victor Stinner · 4 years, 6 months ago
  81. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 6 months ago
  82. 46874c2 bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) by Hai Shi · 4 years, 6 months ago
  83. 17c68b8 bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279) by Victor Stinner · 4 years, 6 months ago
  84. aabdeb7 bpo-38960: DTrace build fix for FreeBSD. (GH-17451) by David Carlier · 4 years, 7 months ago
  85. 61f4db8 bpo-38644: Pass tstate in ceval.c (GH-18222) by Victor Stinner · 4 years, 7 months ago
  86. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 7 months ago
  87. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 7 months ago
  88. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 4 years, 7 months ago
  89. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 7 months ago
  90. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 4 years, 7 months ago
  91. e7c9f4a Cleanup exit code for interpreter. (GH-17756) by Mark Shannon · 4 years, 7 months ago
  92. 4c53e63 bpo-39166: Fix trace of last iteration of async for loops (#17800) by Pablo Galindo · 4 years, 7 months ago
  93. 04ec7a1 bpo-39114: Fix tracing of except handlers with name binding (GH-17769) by Pablo Galindo · 4 years, 7 months ago
  94. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 4 years, 9 months ago
  95. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 4 years, 9 months ago
  96. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 4 years, 9 months ago
  97. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 9 months ago
  98. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 4 years, 9 months ago
  99. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 4 years, 9 months ago
  100. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 4 years, 9 months ago