1. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 6 months ago
  2. 4a3fe08 bpo-40268: Include explicitly pycore_interp.h (GH-19505) by Victor Stinner · 4 years, 6 months ago
  3. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 4 years, 6 months ago
  4. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 4 years, 6 months ago
  5. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 4 years, 6 months ago
  6. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 4 years, 6 months ago
  7. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 4 years, 6 months ago
  8. cd8295f bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) by Serhiy Storchaka · 4 years, 6 months ago
  9. b54a99d bpo-40082: trip_signal() uses the main interpreter (GH-19441) by Victor Stinner · 4 years, 6 months ago
  10. cfc3c2f bpo-37127: Remove _pending_calls.finishing (GH-19439) by Victor Stinner · 4 years, 6 months ago
  11. dda5d6e bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436) by Victor Stinner · 4 years, 6 months ago
  12. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 4 years, 6 months ago
  13. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 4 years, 6 months ago
  14. 08050e9 bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389) by Zackery Spytz · 4 years, 6 months ago
  15. 1b21573 closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19369) by Batuhan Taşkaya · 4 years, 6 months ago
  16. 40cf35c bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) by Pablo Galindo · 4 years, 6 months ago
  17. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 4 years, 6 months ago
  18. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 4 years, 6 months ago
  19. 2c003ef bpo-39943: Clean up marshal.c. (GH-19236) by Serhiy Storchaka · 4 years, 6 months ago
  20. 400e1db Document most common signals (GH-19245) by Victor Stinner · 4 years, 6 months ago
  21. 8d84adc bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) by Victor Stinner · 4 years, 6 months ago
  22. fc2d8d6 bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) by Andy Lester · 4 years, 6 months ago
  23. 1c1e68c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) by Victor Stinner · 4 years, 7 months ago
  24. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 7 months ago
  25. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 4 years, 7 months ago
  26. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 4 years, 7 months ago
  27. 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 4 years, 7 months ago
  28. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 4 years, 7 months ago
  29. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 7 months ago
  30. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 4 years, 7 months ago
  31. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 7 months ago
  32. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 7 months ago
  33. 83d46e0 bpo-40050: Fix importlib._bootstrap_external (GH-19135) by Victor Stinner · 4 years, 7 months ago
  34. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 4 years, 7 months ago
  35. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 7 months ago
  36. 044cf94 bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) by Ronald Oussoren · 4 years, 7 months ago
  37. 05e4a29 bpo-40024: Add PyModule_AddType() helper function (GH-19088) by Dong-hee Na · 4 years, 7 months ago
  38. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 7 months ago
  39. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 4 years, 7 months ago
  40. d831688 bpo-40010: Optimize pending calls in multithreaded applications (GH-19091) by Victor Stinner · 4 years, 7 months ago
  41. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 7 months ago
  42. da2914d bpo-40010: Pass tstate to ceval GIL functions (GH-19077) by Victor Stinner · 4 years, 7 months ago
  43. a36adfa bpo-39877: 4th take_gil() fix for daemon threads (GH-19080) by Victor Stinner · 4 years, 7 months ago
  44. 5a3a71d bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) by Victor Stinner · 4 years, 7 months ago
  45. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 4 years, 7 months ago
  46. 0ac59f9 bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055) by Batuhan Taşkaya · 4 years, 7 months ago
  47. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 7 months ago
  48. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 7 months ago
  49. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 7 months ago
  50. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 7 months ago
  51. 29356e0 bpo-39877: Fix take_gil() for daemon threads (GH-19054) by Victor Stinner · 4 years, 7 months ago
  52. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 7 months ago
  53. d7fabc1 bpo-39984: Pass tstate to handle_signals() (GH-19050) by Victor Stinner · 4 years, 7 months ago
  54. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 7 months ago
  55. dab8423 bpo-39984: Add PyInterpreterState.ceval (GH-19047) by Victor Stinner · 4 years, 7 months ago
  56. 61cb3d0 bpo-39987: Simplify setting lineno in the compiler. (GH-19037) by Serhiy Storchaka · 4 years, 7 months ago
  57. f6a5850 bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) by Victor Stinner · 4 years, 7 months ago
  58. 87ec86c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) by Dong-hee Na · 4 years, 7 months ago
  59. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 7 months ago
  60. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 7 months ago
  61. 9023581 bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Pablo Galindo · 4 years, 7 months ago
  62. 57c7810 bpo-39585: Delete a pending comment in _warning.c (GH-18414) by Hai Shi · 4 years, 7 months ago
  63. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 7 months ago
  64. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 7 months ago
  65. ff4584c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) by Victor Stinner · 4 years, 7 months ago
  66. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 7 months ago
  67. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 7 months ago
  68. 75cd5bf Remove unused args from two pylifecycle.c functions (GH-18867) by Andy Lester · 4 years, 7 months ago
  69. 64838ce bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) by bobince · 4 years, 7 months ago
  70. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 4 years, 7 months ago
  71. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 7 months ago
  72. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 7 months ago
  73. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 7 months ago
  74. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 7 months ago
  75. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 7 months ago
  76. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 7 months ago
  77. 9229eee bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890) by Victor Stinner · 4 years, 7 months ago
  78. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 7 months ago
  79. 85f5a69 bpo-39877: Refactor take_gil() function (GH-18885) by Victor Stinner · 4 years, 7 months ago
  80. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 4 years, 7 months ago
  81. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 7 months ago
  82. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 7 months ago
  83. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 7 months ago
  84. 28ca43b closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840) by Andy Lester · 4 years, 7 months ago
  85. eb4e2ae bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) by Victor Stinner · 4 years, 7 months ago
  86. d5aa2e9 bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) by Brandt Bucher · 4 years, 7 months ago
  87. aa450a0 closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823) by Andy Lester · 4 years, 7 months ago
  88. ad0c775 closes bpo-39878: Remove unused arguments from static functions. (GH-18822) by Andy Lester · 4 years, 7 months ago
  89. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 7 months ago
  90. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 7 months ago
  91. 5572870 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) by Andy Lester · 4 years, 7 months ago
  92. 9566842 closes bpo-39872: Remove unused args from symtable_exit_block and symtable_visit_annotations. (GH-18800) by Andy Lester · 4 years, 7 months ago
  93. da4d656 closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796) by Andy Lester · 4 years, 7 months ago
  94. efc28bb Add a comment to _Py_RestoreSignals() (GH-18792) by Victor Stinner · 4 years, 7 months ago
  95. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 7 months ago
  96. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 7 months ago
  97. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 7 months ago
  98. ae75a29 bpo-39831: Remove outdated comment. (GH-18764) by Serhiy Storchaka · 4 years, 7 months ago
  99. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 4 years, 7 months ago
  100. b3b9ade bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) by Stefan Krah · 4 years, 7 months ago