Python 3.10.8
  1. aaaf517 Python 3.10.8 by Pablo Galindo · 2 years, 10 months ago v3.10.8
  2. 437032e gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) by Miss Islington (bot) · 2 years, 11 months ago
  3. 0abc6a3 Post 3.10.7 by Pablo Galindo · 3 years ago
  4. 6cc6b13 Python 3.10.7 by Pablo Galindo · 3 years ago v3.10.7
  5. eace09e [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563) by Gregory P. Smith · 3 years ago
  6. 8f0fa4b [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) by Gregory P. Smith · 3 years ago
  7. 83bde57 Fix typo in internal/pycore_atomic.h (GH-95939) by Miss Islington (bot) · 3 years ago
  8. ee2f45a Post 3.10.6 by Pablo Galindo · 3 years, 1 month ago
  9. 9c7b4bd Python 3.10.6 by Pablo Galindo · 3 years, 1 month ago v3.10.6
  10. 968b238 [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) by Miss Islington (bot) · 3 years, 2 months ago
  11. 1b7996c Post 3.10.5 by Pablo Galindo · 3 years, 2 months ago
  12. f377153 Python 3.10.5 by Pablo Galindo · 3 years, 2 months ago v3.10.5
  13. a4bea26 gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146) by Miss Islington (bot) · 3 years, 3 months ago
  14. 4d37dc6 Post 3.10.4 by Pablo Galindo · 3 years, 5 months ago
  15. 9d38120 Python 3.10.4 by Pablo Galindo · 3 years, 5 months ago v3.10.4
  16. b7c6119 Post 3.10.3 by Pablo Galindo · 3 years, 5 months ago
  17. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 5 months ago v3.10.3
  18. 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 · 3 years, 6 months ago
  19. d5c4ccf Post 3.10.2 by Pablo Galindo · 3 years, 7 months ago
  20. a58ebcc Python 3.10.2 by Pablo Galindo · 3 years, 7 months ago v3.10.2
  21. 72c260c [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) by Victor Stinner · 3 years, 7 months ago
  22. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 8 months ago
  23. bf1812e Post 3.10.1 by Pablo Galindo · 3 years, 8 months ago
  24. 2cd268a Python 3.10.1 by Pablo Galindo · 3 years, 8 months ago v3.10.1
  25. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 3 years, 9 months ago
  26. cd85d91 bpo-45893: Add missing extern C to initconfig.h (GH-29761) by Miss Islington (bot) · 3 years, 9 months ago
  27. 904af3d [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661) by Łukasz Langa · 3 years, 9 months ago
  28. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 10 months ago
  29. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 10 months ago
  30. f679839 [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) by Christian Clauss · 3 years, 11 months ago
  31. 1e328af Post 3.10.0 by Pablo Galindo · 3 years, 11 months ago
  32. 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years, 11 months ago
  33. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 11 months ago v3.10.0
  34. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  35. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  36. 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 3 years, 11 months ago
  37. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 3 years, 11 months ago
  38. 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years, 11 months ago
  39. ec4e2ec [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 3 years, 11 months ago
  40. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
  41. 6b996d6 [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134) by Miss Islington (bot) · 4 years ago
  42. 8afab2e Post 3.10.0rc2 by Pablo Galindo · 4 years ago
  43. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
  44. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  45. 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago
  46. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago v3.10.0rc1
  47. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
  48. 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) · 4 years, 1 month ago
  49. a6670cd [3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (GH-27225) by Serhiy Storchaka · 4 years, 1 month ago
  50. 03aad30 [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219) by Miss Islington (bot) · 4 years, 1 month ago
  51. 2d055ce [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) by Serhiy Storchaka · 4 years, 1 month ago
  52. bff66d0 Post 3.10.0b4 by Pablo Galindo · 4 years, 1 month ago
  53. 2ba4b20 Python 3.10.0b4 by Pablo Galindo · 4 years, 1 month ago v3.10.0b4
  54. cf73933 bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844) by Miss Islington (bot) · 4 years, 2 months ago
  55. 4f71b01 Post 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago
  56. 865714a Python 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago v3.10.0b3
  57. c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 4 years, 2 months ago
  58. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 4 years, 2 months ago
  59. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 2 months ago
  60. 3f592c3 Post 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago
  61. 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
  62. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 4 years, 3 months ago
  63. 1fb6b9e bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313) by Miss Islington (bot) · 4 years, 3 months ago
  64. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
  65. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 3 months ago
  66. 1d320fe Post 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago
  67. ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
  68. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
  69. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  70. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
  71. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 4 months ago
  72. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
  73. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 4 months ago
  74. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 4 months ago
  75. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 4 months ago
  76. 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 4 months ago
  77. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago
  78. c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 4 years, 4 months ago
  79. 645ed62 bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) by Victor Stinner · 4 years, 4 months ago
  80. 5bd0619 bpo-43908: Document Static Types in the C API (GH-25710) by Victor Stinner · 4 years, 4 months ago
  81. 1e7b858 bpo-43892: Make match patterns explicit in the AST (GH-25585) by Nick Coghlan · 4 years, 4 months ago
  82. 3b52c8d bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) by Erlend Egeberg Aasland · 4 years, 4 months ago
  83. 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
  84. 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 4 years, 4 months ago
  85. f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 4 years, 4 months ago
  86. face87c bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744) by Serhiy Storchaka · 4 years, 4 months ago
  87. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 4 years, 4 months ago
  88. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 4 years, 4 months ago
  89. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 4 years, 4 months ago
  90. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 4 years, 4 months ago
  91. e7cc64e bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) by Petr Viktorin · 4 years, 4 months ago
  92. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 4 months ago
  93. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 4 years, 4 months ago
  94. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 4 years, 4 months ago
  95. 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 4 years, 4 months ago
  96. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 4 years, 4 months ago
  97. 54db51c bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) by Andrew V. Jones · 4 years, 4 months ago
  98. 9e7b207 bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) by Mark Shannon · 4 years, 4 months ago
  99. 53114ff bpo-43770: Refactor PyType_Ready() function (GH-25336) by Victor Stinner · 4 years, 4 months ago
  100. 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 4 months ago