1. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 4 months ago
  2. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 4 months ago
  3. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 5 months ago
  4. 29356e0 bpo-39877: Fix take_gil() for daemon threads (GH-19054) by Victor Stinner · 4 years, 5 months ago
  5. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 4 years, 5 months ago
  6. d7fabc1 bpo-39984: Pass tstate to handle_signals() (GH-19050) by Victor Stinner · 4 years, 5 months ago
  7. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 5 months ago
  8. dab8423 bpo-39984: Add PyInterpreterState.ceval (GH-19047) by Victor Stinner · 4 years, 5 months ago
  9. 61cb3d0 bpo-39987: Simplify setting lineno in the compiler. (GH-19037) by Serhiy Storchaka · 4 years, 5 months ago
  10. f6a5850 bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) by Victor Stinner · 4 years, 5 months ago
  11. 87ec86c bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980) by Dong-hee Na · 4 years, 5 months ago
  12. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 5 months ago
  13. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 5 months ago
  14. 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, 5 months ago
  15. 57c7810 bpo-39585: Delete a pending comment in _warning.c (GH-18414) by Hai Shi · 4 years, 5 months ago
  16. 8fb02b6 bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981) by Victor Stinner · 4 years, 5 months ago
  17. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 5 months ago
  18. ff4584c bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978) by Victor Stinner · 4 years, 5 months ago
  19. 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 4 years, 5 months ago
  20. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 5 months ago
  21. 75cd5bf Remove unused args from two pylifecycle.c functions (GH-18867) by Andy Lester · 4 years, 5 months ago
  22. 64838ce bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) by bobince · 4 years, 5 months ago
  23. 76d5877 closes bpo-39922: Remove unused args from four functions. (GH-18893) by Andy Lester · 4 years, 5 months ago
  24. 4e53abb bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908) by Victor Stinner · 4 years, 5 months ago
  25. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 5 months ago
  26. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 5 months ago
  27. b4698ec bpo-39877: Deprecate PyEval_InitThreads() (GH-18892) by Victor Stinner · 4 years, 5 months ago
  28. 175a704 bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891) by Victor Stinner · 4 years, 5 months ago
  29. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 5 months ago
  30. 9229eee bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890) by Victor Stinner · 4 years, 5 months ago
  31. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 5 months ago
  32. 85f5a69 bpo-39877: Refactor take_gil() function (GH-18885) by Victor Stinner · 4 years, 5 months ago
  33. 111e4ee bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884) by Victor Stinner · 4 years, 5 months ago
  34. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 5 months ago
  35. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 5 months ago
  36. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 5 months ago
  37. 28ca43b closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840) by Andy Lester · 4 years, 5 months ago
  38. eb4e2ae bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811) by Victor Stinner · 4 years, 5 months ago
  39. d5aa2e9 bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833) by Brandt Bucher · 4 years, 5 months ago
  40. aa450a0 closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823) by Andy Lester · 4 years, 5 months ago
  41. ad0c775 closes bpo-39878: Remove unused arguments from static functions. (GH-18822) by Andy Lester · 4 years, 5 months ago
  42. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 5 months ago
  43. 7b3c252 bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816) by Victor Stinner · 4 years, 5 months ago
  44. 5572870 bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) by Andy Lester · 4 years, 5 months ago
  45. 9566842 closes bpo-39872: Remove unused args from symtable_exit_block and symtable_visit_annotations. (GH-18800) by Andy Lester · 4 years, 5 months ago
  46. da4d656 closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796) by Andy Lester · 4 years, 5 months ago
  47. efc28bb Add a comment to _Py_RestoreSignals() (GH-18792) by Victor Stinner · 4 years, 5 months ago
  48. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 5 months ago
  49. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 5 months ago
  50. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 5 months ago
  51. ae75a29 bpo-39831: Remove outdated comment. (GH-18764) by Serhiy Storchaka · 4 years, 5 months ago
  52. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 4 years, 5 months ago
  53. b3b9ade bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) by Stefan Krah · 4 years, 5 months ago
  54. 2d2f855 bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) by Serhiy Storchaka · 4 years, 5 months ago
  55. 66b7973 bpo-39796: Fix _warnings module initialization (GH-18739) by Victor Stinner · 4 years, 5 months ago
  56. 28d0bca bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) by Serhiy Storchaka · 4 years, 5 months ago
  57. 3fe9117 closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709) by Andy Lester · 4 years, 5 months ago
  58. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 4 years, 5 months ago
  59. baf29b2 Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155) by Denis Chernikov · 4 years, 5 months ago
  60. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 4 years, 5 months ago
  61. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 6 months ago
  62. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 4 years, 6 months ago
  63. 7386a70 closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510) by Andy Lester · 4 years, 6 months ago
  64. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 6 months ago
  65. 6e619c4 bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) by Serhiy Storchaka · 4 years, 6 months ago
  66. 8c579b1 bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) by Serhiy Storchaka · 4 years, 6 months ago
  67. e6be9b5 closes bpo-39605: Fix some casts to not cast away const. (GH-18453) by Andy Lester · 4 years, 6 months ago
  68. ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 4 years, 6 months ago
  69. d2e1098 bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) by Lysandros Nikolaou · 4 years, 6 months ago
  70. 60ac6ed bpo-39573: Use Py_SET_SIZE() function (GH-18402) by Victor Stinner · 4 years, 6 months ago
  71. de6f38d bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285) by Michael Felt · 4 years, 6 months ago
  72. a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 4 years, 6 months ago
  73. a93c51e bpo-39573: Use Py_REFCNT() macro (GH-18388) by Victor Stinner · 4 years, 6 months ago
  74. d2f9667 bpo-38823: Fix refleaks in _ast initialization error path (GH-17276) by Brandt Bucher · 4 years, 6 months ago
  75. 3d06953 bpo-39127: Make _Py_HashPointer's argument be const (GH-17690) by Andy Lester · 4 years, 6 months ago
  76. 58f4e1a bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368) by Victor Stinner · 4 years, 6 months ago
  77. b439a71 bpo-39553: Delete HAVE_SXS protected code (GH-18356) by Zackery Spytz · 4 years, 6 months ago
  78. 4590f72 bpo-38076 Clear the interpreter state only after clearing module globals (GH-18039) by Eddie Elizondo · 4 years, 6 months ago
  79. 4b52416 bpo-39542: Move object.h debug functions to internal C API (GH-18331) by Victor Stinner · 4 years, 6 months ago
  80. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 6 months ago
  81. abb9a44 Update sum comment. (#18240) by Brandt Bucher · 4 years, 6 months ago
  82. 4d96b46 bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296) by Victor Stinner · 4 years, 6 months ago
  83. 46874c2 bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) by Hai Shi · 4 years, 6 months ago
  84. 17c68b8 bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279) by Victor Stinner · 4 years, 6 months ago
  85. aabdeb7 bpo-38960: DTrace build fix for FreeBSD. (GH-17451) by David Carlier · 4 years, 6 months ago
  86. 61f4db8 bpo-38644: Pass tstate in ceval.c (GH-18222) by Victor Stinner · 4 years, 6 months ago
  87. d3a1de2 bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217) by Victor Stinner · 4 years, 6 months ago
  88. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 6 months ago
  89. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 6 months ago
  90. 41f0ef6 bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) by Pablo Galindo · 4 years, 6 months ago
  91. 9b6fec4 bpo-39336: Allow packages to not let their child modules be set on them (#18006) by Dino Viehland · 4 years, 6 months ago
  92. c5b7900 bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) by Niklas Fiekas · 4 years, 7 months ago
  93. e92d393 Fix compiler warning on Windows (GH-18012) by Ammar Askar · 4 years, 7 months ago
  94. 3f12ac1 bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010) by Victor Stinner · 4 years, 7 months ago
  95. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 4 years, 7 months ago
  96. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 7 months ago
  97. 2b1df45 bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) by Victor Stinner · 4 years, 7 months ago
  98. 3430c55 bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752) by Julien Danjou · 4 years, 7 months ago
  99. e7c9f4a Cleanup exit code for interpreter. (GH-17756) by Mark Shannon · 4 years, 7 months ago
  100. abdc634 bpo-39200: Correct the error message for min/max builtin function (GH-17814) by Dong-hee Na · 4 years, 7 months ago