- 3358f9a Post 3.10.18 by Pablo Galindo · 3 months ago
- 88663ef8 Python 3.10.18 by Pablo Galindo · 3 months ago v3.10.18
- 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
- 6322edd Post 3.10.17 by Pablo Galindo · 5 months ago
- 26ee8ca Python 3.10.17 by Pablo Galindo · 5 months ago v3.10.17
- 362fc98 Post 3.10.16 by Pablo Galindo · 9 months ago
- 8907786 Python 3.10.16 by Pablo Galindo · 9 months ago v3.10.16
- 0c5fc27 Post 3.10.15 by Pablo Galindo · 12 months ago
- ffee63f Python 3.10.15 by Pablo Galindo · 12 months ago v3.10.15
- 83518b3 Post 3.10.14 by Łukasz Langa · 1 year, 5 months ago
- 976ea78 Python 3.10.14 by Łukasz Langa · 1 year, 5 months ago v3.10.14
- 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
- fc382d3 Post 3.10.13 by Pablo Galindo · 2 years ago
- 4996560 Python 3.10.13 by Pablo Galindo · 2 years ago v3.10.13
- a23ff66 Post 3.10.12 by Pablo Galindo · 2 years, 3 months ago
- b4e48a4 Python 3.10.12 by Pablo Galindo · 2 years, 3 months ago v3.10.12
- 20f4222 Post 3.10.11 by Pablo Galindo · 2 years, 5 months ago
- 7d4cc5a Python 3.10.11 by Pablo Galindo · 2 years, 5 months ago v3.10.11
- d7c60e3 Post 3.10.10 by Pablo Galindo · 2 years, 7 months ago
- aad5f6a Python 3.10.10 by Pablo Galindo · 2 years, 7 months ago v3.10.10
- 3843973 Post 3.10.9 by Pablo Galindo · 2 years, 9 months ago
- 1dd9be6 Python 3.10.9 by Pablo Galindo · 2 years, 9 months ago v3.10.9
- af63fa0 Post 3.10.8 by Pablo Galindo · 2 years, 11 months ago
- aaaf517 Python 3.10.8 by Pablo Galindo · 2 years, 11 months ago v3.10.8
- 437032e gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) by Miss Islington (bot) · 3 years ago
- 0abc6a3 Post 3.10.7 by Pablo Galindo · 3 years ago
- 6cc6b13 Python 3.10.7 by Pablo Galindo · 3 years ago v3.10.7
- eace09e [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563) by Gregory P. Smith · 3 years ago
- 8f0fa4b [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501) by Gregory P. Smith · 3 years ago
- 83bde57 Fix typo in internal/pycore_atomic.h (GH-95939) by Miss Islington (bot) · 3 years, 1 month ago
- ee2f45a Post 3.10.6 by Pablo Galindo · 3 years, 1 month ago
- 9c7b4bd Python 3.10.6 by Pablo Galindo · 3 years, 1 month ago v3.10.6
- 968b238 [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792) by Miss Islington (bot) · 3 years, 2 months ago
- 1b7996c Post 3.10.5 by Pablo Galindo · 3 years, 3 months ago
- f377153 Python 3.10.5 by Pablo Galindo · 3 years, 3 months ago v3.10.5
- 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
- 4d37dc6 Post 3.10.4 by Pablo Galindo · 3 years, 5 months ago
- 9d38120 Python 3.10.4 by Pablo Galindo · 3 years, 5 months ago v3.10.4
- b7c6119 Post 3.10.3 by Pablo Galindo · 3 years, 6 months ago
- a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 6 months ago v3.10.3
- 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
- d5c4ccf Post 3.10.2 by Pablo Galindo · 3 years, 8 months ago
- a58ebcc Python 3.10.2 by Pablo Galindo · 3 years, 8 months ago v3.10.2
- 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
- 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 9 months ago
- bf1812e Post 3.10.1 by Pablo Galindo · 3 years, 9 months ago
- 2cd268a Python 3.10.1 by Pablo Galindo · 3 years, 9 months ago v3.10.1
- ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 3 years, 9 months ago
- cd85d91 bpo-45893: Add missing extern C to initconfig.h (GH-29761) by Miss Islington (bot) · 3 years, 9 months ago
- 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
- 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
- 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
- f679839 [3.10] Fix typos in the Include directory (GH-28745) (GH-28789) by Christian Clauss · 3 years, 11 months ago
- 1e328af Post 3.10.0 by Pablo Galindo · 3 years, 11 months ago
- 6145192 Merge tag 'v3.10.0' into 3.10 by Pablo Galindo · 3 years, 11 months ago
- b494f59 Python 3.10.0 by Pablo Galindo · 3 years, 11 months ago v3.10.0
- edf190b [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
- 93242d7 [3.10] Remove trailing spaces (GH-28709) by Serhiy Storchaka · 3 years, 11 months ago
- 80285ec closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636) by Miss Islington (bot) · 4 years ago
- b09a68a [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
- 2ca4ab8 [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 4 years ago
- ec4e2ec [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject() (GH-28594) by Serhiy Storchaka · 4 years ago
- 8c1e1da [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) by Łukasz Langa · 4 years ago
- 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
- 8afab2e Post 3.10.0rc2 by Pablo Galindo · 4 years ago
- 839d789 Python 3.10.0rc2 by Pablo Galindo · 4 years ago v3.10.0rc2
- 53257cf bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199) by Miss Islington (bot) · 4 years ago
- 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago
- cc115e5 Python 3.10.0rc1 by Pablo Galindo · 4 years, 1 month ago v3.10.0rc1
- 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 4 years, 1 month ago
- 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
- 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
- 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
- 2d055ce [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207) by Serhiy Storchaka · 4 years, 1 month ago
- bff66d0 Post 3.10.0b4 by Pablo Galindo · 4 years, 2 months ago
- 2ba4b20 Python 3.10.0b4 by Pablo Galindo · 4 years, 2 months ago v3.10.0b4
- cf73933 bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844) by Miss Islington (bot) · 4 years, 2 months ago
- 4f71b01 Post 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago
- 865714a Python 3.10.0b3 by Pablo Galindo · 4 years, 2 months ago v3.10.0b3
- c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 4 years, 3 months ago
- e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 4 years, 3 months ago
- 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 4 years, 3 months ago
- 3f592c3 Post 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago
- 3173141 Python 3.10.0b2 by Pablo Galindo · 4 years, 3 months ago v3.10.0b2
- 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
- 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
- 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
- 3739371 bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034) by Miss Islington (bot) · 4 years, 4 months ago
- 1d320fe Post 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago
- ba42175 Python 3.10.0b1 by Pablo Galindo · 4 years, 4 months ago v3.10.0b1
- 80a2a4e bpo-38530: Refactor and improve AttributeError suggestions (GH-25776) by Dennis Sweeney · 4 years, 4 months ago
- c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
- ad106c6 bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583) by Batuhan Taskaya · 4 years, 4 months ago
- 0ad1e03 bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) by Brandt Bucher · 4 years, 4 months ago
- 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
- 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 4 months ago
- 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 4 months ago
- 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 4 months ago
- 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 4 months ago
- 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago