1. 3358f9a Post 3.10.18 by Pablo Galindo · 3 months ago
  2. 88663ef8 Python 3.10.18 by Pablo Galindo · 3 months ago v3.10.18
  3. ab9893c [3.10] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (GH-134345) by Serhiy Storchaka · 3 months ago
  4. 6322edd Post 3.10.17 by Pablo Galindo · 5 months ago
  5. 26ee8ca Python 3.10.17 by Pablo Galindo · 5 months ago v3.10.17
  6. 362fc98 Post 3.10.16 by Pablo Galindo · 9 months ago
  7. 8907786 Python 3.10.16 by Pablo Galindo · 9 months ago v3.10.16
  8. 0c5fc27 Post 3.10.15 by Pablo Galindo · 12 months ago
  9. ffee63f Python 3.10.15 by Pablo Galindo · 12 months ago v3.10.15
  10. 83518b3 Post 3.10.14 by Łukasz Langa · 1 year, 5 months ago
  11. 976ea78 Python 3.10.14 by Łukasz Langa · 1 year, 5 months ago v3.10.14
  12. 516a6d4 [3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116270) by Sebastian Pipping · 1 year, 6 months ago
  13. fc382d3 Post 3.10.13 by Pablo Galindo · 2 years ago
  14. 4996560 Python 3.10.13 by Pablo Galindo · 2 years ago v3.10.13
  15. a23ff66 Post 3.10.12 by Pablo Galindo · 2 years, 3 months ago
  16. b4e48a4 Python 3.10.12 by Pablo Galindo · 2 years, 3 months ago v3.10.12
  17. 20f4222 Post 3.10.11 by Pablo Galindo · 2 years, 5 months ago
  18. 7d4cc5a Python 3.10.11 by Pablo Galindo · 2 years, 5 months ago v3.10.11
  19. d7c60e3 Post 3.10.10 by Pablo Galindo · 2 years, 7 months ago
  20. aad5f6a Python 3.10.10 by Pablo Galindo · 2 years, 7 months ago v3.10.10
  21. 3843973 Post 3.10.9 by Pablo Galindo · 2 years, 9 months ago
  22. 1dd9be6 Python 3.10.9 by Pablo Galindo · 2 years, 9 months ago v3.10.9
  23. af63fa0 Post 3.10.8 by Pablo Galindo · 2 years, 11 months ago
  24. aaaf517 Python 3.10.8 by Pablo Galindo · 2 years, 11 months ago v3.10.8
  25. 437032e gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) by Miss Islington (bot) · 3 years ago
  26. 0abc6a3 Post 3.10.7 by Pablo Galindo · 3 years ago
  27. 6cc6b13 Python 3.10.7 by Pablo Galindo · 3 years ago v3.10.7
  28. eace09e [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563) by Gregory P. Smith · 3 years ago
  29. 8f0fa4b [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) by Gregory P. Smith · 3 years ago
  30. 83bde57 Fix typo in internal/pycore_atomic.h (GH-95939) by Miss Islington (bot) · 3 years, 1 month ago
  31. ee2f45a Post 3.10.6 by Pablo Galindo · 3 years, 1 month ago
  32. 9c7b4bd Python 3.10.6 by Pablo Galindo · 3 years, 1 month ago v3.10.6
  33. 968b238 [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) by Miss Islington (bot) · 3 years, 2 months ago
  34. 1b7996c Post 3.10.5 by Pablo Galindo · 3 years, 3 months ago
  35. f377153 Python 3.10.5 by Pablo Galindo · 3 years, 3 months ago v3.10.5
  36. 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
  37. 4d37dc6 Post 3.10.4 by Pablo Galindo · 3 years, 5 months ago
  38. 9d38120 Python 3.10.4 by Pablo Galindo · 3 years, 5 months ago v3.10.4
  39. b7c6119 Post 3.10.3 by Pablo Galindo · 3 years, 6 months ago
  40. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 6 months ago v3.10.3
  41. 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, 7 months ago
  42. d5c4ccf Post 3.10.2 by Pablo Galindo · 3 years, 8 months ago
  43. a58ebcc Python 3.10.2 by Pablo Galindo · 3 years, 8 months ago v3.10.2
  44. 72c260c [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) by Victor Stinner · 3 years, 8 months ago
  45. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 9 months ago
  46. bf1812e Post 3.10.1 by Pablo Galindo · 3 years, 9 months ago
  47. 2cd268a Python 3.10.1 by Pablo Galindo · 3 years, 9 months ago v3.10.1
  48. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 3 years, 9 months ago
  49. cd85d91 bpo-45893: Add missing extern C to initconfig.h (GH-29761) by Miss Islington (bot) · 3 years, 9 months ago
  50. 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
  51. 4641afe [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) by Serhiy Storchaka · 3 years, 11 months ago
  52. 0bff4cc [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) by Miss Islington (bot) · 3 years, 11 months ago
  53. f679839 [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) by Christian Clauss · 3 years, 11 months ago
  54. 1e328af Post 3.10.0 by Pablo Galindo · 3 years, 11 months ago
  55. 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years, 11 months ago
  56. b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 11 months ago v3.10.0
  57. edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  58. 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
  59. 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 4 years ago
  60. b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
  61. 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 4 years ago
  62. ec4e2ec [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 4 years ago
  63. 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
  64. 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
  65. 8afab2e Post 3.10.0rc2 by Pablo Galindo · 4 years ago
  66. 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
  67. 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
  68. 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago
  69. cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago v3.10.0rc1
  70. 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
  71. 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
  72. 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
  73. 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
  74. 2d055ce [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) by Serhiy Storchaka · 4 years, 1 month ago
  75. bff66d0 Post 3.10.0b4 by Pablo Galindo · 4 years, 2 months ago
  76. 2ba4b20 Python 3.10.0b4 by Pablo Galindo · 4 years, 2 months ago v3.10.0b4
  77. cf73933 bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844) by Miss Islington (bot) · 4 years, 2 months ago
  78. 4f71b01 Post 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago
  79. 865714a Python 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago v3.10.0b3
  80. c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 4 years, 3 months ago
  81. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 4 years, 3 months ago
  82. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 3 months ago
  83. 3f592c3 Post 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago
  84. 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
  85. 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
  86. 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
  87. 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
  88. 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 4 months ago
  89. 1d320fe Post 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago
  90. ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
  91. 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
  92. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  93. ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
  94. 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 4 months ago
  95. 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
  96. 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 4 months ago
  97. 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 4 months ago
  98. 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 4 months ago
  99. 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 4 months ago
  100. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago