1. ebba286 bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448) by Miss Islington (bot) · 4 years ago
  2. 405f5c5 [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435) by Miss Islington (bot) · 4 years ago
  3. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 4 years, 1 month ago
  4. 01601aa [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356) by Miss Islington (bot) · 4 years, 1 month ago
  5. 37bdd22 bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235) by Miss Islington (bot) · 4 years, 1 month ago
  6. efda905 bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201) by Miss Islington (bot) · 4 years, 1 month ago
  7. a0b1d40 bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198) by Miss Islington (bot) · 4 years, 1 month ago
  8. 42a5514 Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195) by Miss Islington (bot) · 4 years, 1 month ago
  9. 37686f7 bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182) by Mark Shannon · 4 years, 1 month ago
  10. 0e349ea [3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183) by Mark Shannon · 4 years, 1 month ago
  11. 47695e3 bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163) by Mark Shannon · 4 years, 1 month ago
  12. 016af14 [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157) by Miss Islington (bot) · 4 years, 1 month ago
  13. 794ff7d bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109) (GH-27135) by Mark Shannon · 4 years, 1 month ago
  14. 4a0f1df bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830) by Miss Islington (bot) · 4 years, 1 month ago
  15. 2f76368 [3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074) by Batuhan Taskaya · 4 years, 1 month ago
  16. 9f2c63b bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067) by Mark Shannon · 4 years, 1 month ago
  17. a5764d3 bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970) by Steve Dower · 4 years, 1 month ago
  18. ece3841 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877) by Victor Stinner · 4 years, 2 months ago
  19. 9b0bbb9 bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) by Victor Stinner · 4 years, 2 months ago
  20. 7674c83 bpo-44297: Fix missing line number in generator expressions (GH-26821) by Mark Shannon · 4 years, 2 months ago
  21. 8673b77 bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580) by Miss Islington (bot) · 4 years, 2 months ago
  22. 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 4 years, 2 months ago
  23. cea0585 [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) by Mark Shannon · 4 years, 2 months ago
  24. 2d78023 bpo-28146: Fix a confusing error message in str.format() (GH-24213) by Miss Islington (bot) · 4 years, 3 months ago
  25. 0acdf25 [3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061) by Mark Shannon · 4 years, 3 months ago
  26. 13de28f bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972) by Miss Islington (bot) · 4 years, 3 months ago
  27. 569ca81 bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937) by Miss Islington (bot) · 4 years, 3 months ago
  28. 8d4b184 Correct location for syntax error in try-except (GH-25939) by Mark Shannon · 4 years, 3 months ago
  29. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 3 months ago
  30. 3949428 bpo-43754: Fix compiler warning in Python/compile.c (GH-25855) by Pablo Galindo · 4 years, 3 months ago
  31. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 3 months ago
  32. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 3 months ago
  33. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 3 months ago
  34. 5979e81 bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) by Mark Shannon · 4 years, 3 months ago
  35. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 3 months ago
  36. 4908fae bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) by Victor Stinner · 4 years, 3 months ago
  37. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 3 months ago
  38. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 3 months ago
  39. dbe60ee bpo-43892: Validate the first term of complex literal value patterns (GH-25735) by Brandt Bucher · 4 years, 3 months ago
  40. 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 3 months ago
  41. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 3 months ago
  42. c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 4 years, 3 months ago
  43. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 4 years, 4 months ago
  44. 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 4 years, 4 months ago
  45. 284c52d bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584) by Dennis Sweeney · 4 years, 4 months ago
  46. face87c bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744) by Serhiy Storchaka · 4 years, 4 months ago
  47. 8cc3cfa bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952) by Batuhan Taskaya · 4 years, 4 months ago
  48. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 4 years, 4 months ago
  49. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 4 years, 4 months ago
  50. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 4 months ago
  51. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 4 months ago
  52. 7a04116 bpo-25460: Surround suggestions by quotes (GH-25473) by Pablo Galindo · 4 years, 4 months ago
  53. 0b1c169 bpo-38530: Cover more error paths in error suggestion functions (GH-25462) by Pablo Galindo · 4 years, 4 months ago
  54. 3ab4bea bpo-38530: Include builtins in NameError suggestions (GH-25460) by Pablo Galindo · 4 years, 4 months ago
  55. 0ad81d4 bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443) by Pablo Galindo · 4 years, 4 months ago
  56. 8a232c7 bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419) by Inada Naoki · 4 years, 4 months ago
  57. 11e0b29 bpo-43846: Use less stack for large literals and calls (GH-25403) by Mark Shannon · 4 years, 4 months ago
  58. 3fc65b9 bpo-38530: Optimize the calculation of string sizes when offering suggestions (GH-25412) by Pablo Galindo · 4 years, 4 months ago
  59. e07f4ab bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408) by Pablo Galindo · 4 years, 4 months ago
  60. 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 4 years, 4 months ago
  61. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 4 years, 4 months ago
  62. 9e7b207 bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) by Mark Shannon · 4 years, 4 months ago
  63. 77d668b bpo-43680: _pyio.open() becomes a static method (GH-25354) by Victor Stinner · 4 years, 4 months ago
  64. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 4 months ago
  65. 75a06f0 bpo-43798: Add source location attributes to alias (GH-25324) by Matthew Suozzo · 4 years, 4 months ago
  66. 28d28e0 bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244) by Mark Shannon · 4 years, 4 months ago
  67. 3d55aa9 bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262) by Victor Stinner · 4 years, 4 months ago
  68. d27f8d2 bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) by Victor Stinner · 4 years, 4 months ago
  69. 7a7ba3d bpo-43495 : Push missing frame block in compile.c (GH-24865) by tomKPZ · 4 years, 4 months ago
  70. d36d6a9 bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243) by Victor Stinner · 4 years, 4 months ago
  71. 67969f5 Correct micro release number and add a couple of asserts. (GH-25224) by Mark Shannon · 4 years, 4 months ago
  72. 04732ca bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
  73. 5061622 bump the bytecode magic number (GH-25225) by Dennis Sweeney · 4 years, 4 months ago
  74. 57c6cb5 bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169) by Brett Cannon · 4 years, 4 months ago
  75. b37181e bpo-43683: Handle generator entry in bytecode (GH-25138) by Mark Shannon · 4 years, 4 months ago
  76. f84d5a1 bpo-42128: __match_args__ can't be a list anymore (GH-25203) by Brandt Bucher · 4 years, 4 months ago
  77. c368ce7 bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172) by Dennis Sweeney · 4 years, 4 months ago
  78. f97dc80 bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) by Brett Cannon · 4 years, 4 months ago
  79. 442ad74 bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) by Victor Stinner · 4 years, 4 months ago
  80. fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 4 months ago
  81. ad493ed bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) by Victor Stinner · 4 years, 4 months ago
  82. a7ff6df bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044) by Brett Cannon · 4 years, 4 months ago
  83. 09b90a0 bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) by Pablo Galindo · 4 years, 5 months ago
  84. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
  85. 1899087 bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) by Brett Cannon · 4 years, 5 months ago
  86. d41bddd Move big block of macros out of function to improve readability. (GH-25020) by Mark Shannon · 4 years, 5 months ago
  87. 4958f5d Only check evalbreaker after calls and on backwards egdes. Makes sure that __exit__ or __aexit__ is called in with statments in case of interrupt. (GH-18334) by Mark Shannon · 4 years, 5 months ago
  88. 9cb31d6 bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953) by Brett Cannon · 4 years, 5 months ago
  89. a02683a bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008) by Pablo Galindo · 4 years, 5 months ago
  90. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 4 years, 5 months ago
  91. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 4 years, 5 months ago
  92. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 5 months ago
  93. f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 4 years, 5 months ago
  94. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 4 years, 5 months ago
  95. 39f6436 Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964) by Victor Stinner · 4 years, 5 months ago
  96. 86883d4 bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955) by Dong-hee Na · 4 years, 5 months ago
  97. 88d9983 bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929) by junyixie · 4 years, 5 months ago
  98. 2fd16ef bpo-43517: Fix false positive in detection of circular imports (#24895) by Antoine Pitrou · 4 years, 5 months ago
  99. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 5 months ago
  100. eec8e61 bpo-43244: Remove the PyAST_Validate() function (GH-24911) by Victor Stinner · 4 years, 5 months ago