1. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 4 years, 8 months ago
  2. b8cbe74 bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Steve Dower · 4 years, 8 months ago
  3. a1a99b4 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) by Victor Stinner · 4 years, 8 months ago
  4. 080ee5a bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512) by Victor Stinner · 4 years, 8 months ago
  5. 28c9163 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by AMIR · 4 years, 8 months ago
  6. 00ada2c bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337) by xdegaye · 4 years, 8 months ago
  7. d863ade bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483) by Victor Stinner · 4 years, 8 months ago
  8. 81fe5bd bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481) by Victor Stinner · 4 years, 8 months ago
  9. 4da4400 Remove unused variable in Python/pylifecycle.c (GH-17475) by Pablo Galindo · 4 years, 8 months ago
  10. ac0e1c2 bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457) by Pablo Galindo · 4 years, 8 months ago
  11. b96c6b0 bpo-38962: Fix reference leak in new_interpreter() (GH-17453) by Pablo Galindo · 4 years, 8 months ago
  12. bea33f5 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) by Steve Dower · 4 years, 9 months ago
  13. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 4 years, 9 months ago
  14. 2ec1a1b bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353) by Victor Stinner · 4 years, 9 months ago
  15. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 4 years, 9 months ago
  16. 82c83bd bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) by Victor Stinner · 4 years, 9 months ago
  17. b005136 bpo-38858: Add init_interp_main() subfunction (GH-17347) by Victor Stinner · 4 years, 9 months ago
  18. e0c9ab8 bpo-38858: Add init_set_builtins_open() subfunction (GH-17346) by Victor Stinner · 4 years, 9 months ago
  19. 3d48334 bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330) by Victor Stinner · 4 years, 9 months ago
  20. 310e2d2 bpo-36854: Fix refleak in subinterpreter (GH-17331) by Victor Stinner · 4 years, 9 months ago
  21. 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
  22. b93f31f bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297) by Victor Stinner · 4 years, 9 months ago
  23. fff7bbf bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) by Victor Stinner · 4 years, 9 months ago
  24. 4dedd0f bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) by Victor Stinner · 4 years, 9 months ago
  25. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 4 years, 9 months ago
  26. e7e699e bpo-38858: Fix reference leak in pycore_init_types() (GH-17286) by Victor Stinner · 4 years, 9 months ago
  27. 67e0de6 bpo-36854: gcmodule.c gets its state from tstate (GH-17285) by Victor Stinner · 4 years, 9 months ago
  28. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 4 years, 9 months ago
  29. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 4 years, 9 months ago
  30. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 4 years, 9 months ago
  31. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 4 years, 9 months ago
  32. 33b671e bpo-38823: Fix refleak in marshal init error path (GH-17260) by Brandt Bucher · 4 years, 9 months ago
  33. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 4 years, 9 months ago
  34. ef5aa9a bpo-38858: Reorganize pycore_init_types() (GH-17265) by Victor Stinner · 4 years, 9 months ago
  35. b5e170f bpo-38644: Add _PyEval_EvalCode() (GH-17183) by Victor Stinner · 4 years, 9 months ago
  36. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 9 months ago
  37. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 4 years, 9 months ago
  38. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 4 years, 9 months ago
  39. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 4 years, 9 months ago
  40. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 4 years, 9 months ago
  41. 62161ce closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Benjamin Peterson · 4 years, 9 months ago
  42. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 4 years, 9 months ago
  43. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 4 years, 9 months ago
  44. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 4 years, 9 months ago
  45. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 4 years, 9 months ago
  46. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 4 years, 9 months ago
  47. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 4 years, 10 months ago
  48. 7320ec0 Fix typo in formatter_unicode (GH-16831) by Hansraj Das · 4 years, 10 months ago
  49. 5bc6a7c bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869) by Serhiy Storchaka · 4 years, 10 months ago
  50. 2798b60 Typo fix - implemention should be implementation (GH-16806) by Hansraj Das · 4 years, 10 months ago
  51. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 4 years, 10 months ago
  52. fd5c414 bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) by Pablo Galindo · 4 years, 10 months ago
  53. e3babbd Correct signature of __build_class__ (GH-16735) by Pablo Galindo · 4 years, 10 months ago
  54. a8e0d31 Typo fix: "throuhgh" should be "through". (GH-16704) by Hansraj Das · 4 years, 10 months ago
  55. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 4 years, 10 months ago
  56. 01171eb Typo fix: "empy" should be "empty". (GH-16666) by Hansraj Das · 4 years, 10 months ago
  57. 5dfbb4d Fix typo in _warnings.warn_explicit() docstring (GH-16625) by Hansraj Das · 4 years, 10 months ago
  58. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 4 years, 10 months ago
  59. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 4 years, 10 months ago
  60. 03a8a56 bpo-38353: Add subfunctions to getpath.c (GH-16572) by Victor Stinner · 4 years, 10 months ago
  61. 61691d8 bpo-38353: Cleanup includes in the internal C API (GH-16548) by Victor Stinner · 4 years, 10 months ago
  62. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 10 months ago
  63. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 10 months ago
  64. fb4ae15 bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) by Victor Stinner · 4 years, 11 months ago
  65. f185a73 bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) by Brandt Bucher · 4 years, 11 months ago
  66. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 4 years, 11 months ago
  67. 12f2f17 bpo-38234: Py_Initialize() sets global path configuration (GH-16421) by Victor Stinner · 4 years, 11 months ago
  68. 8bf39b6 bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402) by Victor Stinner · 4 years, 11 months ago
  69. 1ce152a bpo-38234: Py_SetPath() uses the program full path (GH-16357) by Victor Stinner · 4 years, 11 months ago
  70. 9c42f8c bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) by Victor Stinner · 4 years, 11 months ago
  71. 88e6447 bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) by Victor Stinner · 4 years, 11 months ago
  72. fcdb027 bpo-38236: Dump path config at first import error (GH-16300) by Victor Stinner · 4 years, 11 months ago
  73. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 4 years, 11 months ago
  74. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 4 years, 11 months ago
  75. e267793 bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) by Victor Stinner · 4 years, 11 months ago
  76. c422167 bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) by Victor Stinner · 4 years, 11 months ago
  77. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 5 years ago
  78. 1ce16fb bpo-38070: Py_FatalError() logs runtime state (GH-16246) by Victor Stinner · 5 years ago
  79. d3b9041 bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) by Victor Stinner · 5 years ago
  80. 8fa3e17 bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) by Victor Stinner · 5 years ago
  81. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 5 years ago
  82. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  83. 3a4f667 Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) by Greg Price · 5 years ago
  84. 8d88e8c bpo-38138: Fix memory leak introduced by interned strings (GH-16053) by Dino Viehland · 5 years ago
  85. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 5 years ago
  86. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 5 years ago
  87. 8ed6503 bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) by Jason R. Coombs · 5 years ago
  88. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 5 years ago
  89. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 5 years ago
  90. 145cf1f bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) by Dong-hee Na · 5 years ago
  91. 5b172c2 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) by Dino Viehland · 5 years ago
  92. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 5 years ago
  93. 37c2220 bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) by Joannah Nanjekye · 5 years ago
  94. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 5 years ago
  95. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 5 years ago
  96. 2ec7010 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) by Jordon Xu · 5 years ago
  97. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 5 years ago
  98. a511c7a bpo-38090: Fix reference leak in ceval.c (GH-15848) by Pablo Galindo · 5 years ago
  99. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 5 years ago
  100. f1c1903 bpo-38068: Clean up gettimeofday configure logic. (GH-15775) by Benjamin Peterson · 5 years ago