1. a342a49 Python 3.10.3 by Pablo Galindo · 2 years, 6 months ago
  2. 5b58db7 [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213) by Pablo Galindo Salgado · 2 years, 7 months ago
  3. d5c4ccf Post 3.10.2 by Pablo Galindo · 2 years, 8 months ago
  4. a58ebcc Python 3.10.2 by Pablo Galindo · 2 years, 8 months ago
  5. 72c260c [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) by Victor Stinner · 2 years, 9 months ago
  6. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 2 years, 9 months ago
  7. bf1812e Post 3.10.1 by Pablo Galindo · 2 years, 10 months ago
  8. 2cd268a Python 3.10.1 by Pablo Galindo · 2 years, 10 months ago
  9. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 2 years, 10 months ago
  10. cd85d91 bpo-45893: Add missing extern C to initconfig.h (GH-29761) by Miss Islington (bot) · 2 years, 10 months ago
  11. 904af3d [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661) by Łukasz Langa · 2 years, 10 months ago
  12. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years ago
  13. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years ago
  14. f679839 [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) by Christian Clauss · 3 years ago
  15. 1e328af Post 3.10.0 by Pablo Galindo · 3 years ago
  16. 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years ago
  17. b494f59 Python 3.10.0 by Pablo Galindo · 3 years ago
  18. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years ago
  19. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years ago
  20. 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 3 years ago
  21. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years ago
  22. 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years ago
  23. ec4e2ec [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years ago
  24. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years ago
  25. 6b996d6 [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134) by Miss Islington (bot) · 3 years ago
  26. 8afab2e Post 3.10.0rc2 by Pablo Galindo · 3 years ago
  27. 839d789 Python 3.10.0rc2 by Pablo Galindo · 3 years ago
  28. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 3 years ago
  29. 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 3 years, 2 months ago
  30. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 3 years, 2 months ago
  31. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 3 years, 2 months ago
  32. 632e8a6 bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) by Miss Islington (bot) · 3 years, 2 months ago
  33. a6670cd [3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (GH-27225) by Serhiy Storchaka · 3 years, 2 months ago
  34. 03aad30 [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219) by Miss Islington (bot) · 3 years, 2 months ago
  35. 2d055ce [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) by Serhiy Storchaka · 3 years, 2 months ago
  36. bff66d0 Post 3.10.0b4 by Pablo Galindo · 3 years, 2 months ago
  37. 2ba4b20 Python 3.10.0b4 by Pablo Galindo · 3 years, 2 months ago
  38. cf73933 bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844) by Miss Islington (bot) · 3 years, 3 months ago
  39. 4f71b01 Post 3.10.0b3 by Pablo Galindo · 3 years, 3 months ago
  40. 865714a Python 3.10.0b3 by Pablo Galindo · 3 years, 3 months ago
  41. c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 3 years, 3 months ago
  42. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 3 years, 3 months ago
  43. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 3 years, 3 months ago
  44. 3f592c3 Post 3.10.0b2 by Pablo Galindo · 3 years, 4 months ago
  45. 3173141 Python 3.10.0b2 by Pablo Galindo · 3 years, 4 months ago
  46. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 3 years, 4 months ago
  47. 1fb6b9e bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313) by Miss Islington (bot) · 3 years, 4 months ago
  48. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 3 years, 4 months ago
  49. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 3 years, 4 months ago
  50. 1d320fe Post 3.10.0b1 by Pablo Galindo · 3 years, 5 months ago
  51. ba42175 Python 3.10.0b1 by Pablo Galindo · 3 years, 5 months ago
  52. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 3 years, 5 months ago
  53. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 3 years, 5 months ago
  54. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 3 years, 5 months ago
  55. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 3 years, 5 months ago
  56. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 3 years, 5 months ago
  57. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 3 years, 5 months ago
  58. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 3 years, 5 months ago
  59. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 3 years, 5 months ago
  60. 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 3 years, 5 months ago
  61. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 3 years, 5 months ago
  62. c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 3 years, 5 months ago
  63. 645ed62 bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) by Victor Stinner · 3 years, 5 months ago
  64. 5bd0619 bpo-43908: Document Static Types in the C API (GH-25710) by Victor Stinner · 3 years, 5 months ago
  65. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 3 years, 5 months ago
  66. 3b52c8d bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) by Erlend Egeberg Aasland · 3 years, 5 months ago
  67. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 3 years, 5 months ago
  68. 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 3 years, 5 months ago
  69. f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 3 years, 5 months ago
  70. face87c bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744) by Serhiy Storchaka · 3 years, 5 months ago
  71. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 5 months ago
  72. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 3 years, 5 months ago
  73. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 3 years, 5 months ago
  74. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 3 years, 5 months ago
  75. e7cc64e bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) by Petr Viktorin · 3 years, 5 months ago
  76. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 3 years, 5 months ago
  77. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 3 years, 5 months ago
  78. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 3 years, 5 months ago
  79. 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 3 years, 5 months ago
  80. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 3 years, 5 months ago
  81. 54db51c bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) by Andrew V. Jones · 3 years, 5 months ago
  82. 9e7b207 bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) by Mark Shannon · 3 years, 5 months ago
  83. 53114ff bpo-43770: Refactor PyType_Ready() function (GH-25336) by Victor Stinner · 3 years, 5 months ago
  84. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 3 years, 5 months ago
  85. 75a06f0 bpo-43798: Add source location attributes to alias (GH-25324) by Matthew Suozzo · 3 years, 5 months ago
  86. b98eba5 bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) by Victor Stinner · 3 years, 6 months ago
  87. d27f8d2 bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) by Victor Stinner · 3 years, 6 months ago
  88. d36d6a9 bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243) by Victor Stinner · 3 years, 6 months ago
  89. b37181e bpo-43683: Handle generator entry in bytecode (GH-25138) by Mark Shannon · 3 years, 6 months ago
  90. 04eecf7 Post 3.10.0a7 by Pablo Galindo · 3 years, 6 months ago
  91. 53e5529 Python 3.10.0a7 by Pablo Galindo · 3 years, 6 months ago
  92. 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 3 years, 6 months ago
  93. 442ad74 bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) by Victor Stinner · 3 years, 6 months ago
  94. 2ac0515 bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135) by Victor Stinner · 3 years, 6 months ago
  95. 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 3 years, 6 months ago
  96. 929c903 bpo-43416: Add Include/README.rst (GH-24884) by Erlend Egeberg Aasland · 3 years, 6 months ago
  97. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 3 years, 6 months ago
  98. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 3 years, 6 months ago
  99. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 3 years, 6 months ago
  100. f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 3 years, 6 months ago