aboutsummaryrefslogtreecommitdiff
path: root/Include
AgeCommit message (Expand)Author
2022-03-16Python 3.10.3upstream-v3.10.3Pablo Galindo
2022-02-08[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...Pablo Galindo Salgado
2022-01-14Post 3.10.2Pablo Galindo
2022-01-13Python 3.10.2upstream-v3.10.2Pablo Galindo
2022-01-06[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...Victor Stinner
2021-12-12bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...Miss Islington (bot)
2021-12-06Post 3.10.1Pablo Galindo
2021-12-06Python 3.10.1upstream-v3.10.1Pablo Galindo
2021-11-25bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)Victor Stinner
2021-11-24bpo-45893: Add missing extern C to initconfig.h (GH-29761)Miss Islington (bot)
2021-11-20[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...Łukasz Langa
2021-10-14[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka
2021-10-14[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)
2021-10-07[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)Christian Clauss
2021-10-04Post 3.10.0Pablo Galindo
2021-10-04Merge tag 'v3.10.0' into 3.10Pablo Galindo
2021-10-04Python 3.10.0upstream-v3.10.0Pablo Galindo
2021-10-04[3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka
2021-10-03[3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka
2021-09-30closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Miss Islington (bot)
2021-09-29[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa
2021-09-29[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka
2021-09-28[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka
2021-09-22[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa
2021-09-08[3.10] bpo-45083: Include the exception class qualname when formatting an exc...Miss Islington (bot)
2021-09-07Post 3.10.0rc2Pablo Galindo
2021-09-07Python 3.10.0rc2upstream-v3.10.0rc2Pablo Galindo
2021-09-07bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...Miss Islington (bot)
2021-08-02Post 3.10.0rc1Pablo Galindo
2021-08-02Python 3.10.0rc1upstream-v3.10.0rc1Pablo Galindo
2021-07-29bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)
2021-07-23bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...Miss Islington (bot)
2021-07-18[3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (G...Serhiy Storchaka
2021-07-18[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-271...Miss Islington (bot)
2021-07-17[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980...Serhiy Storchaka
2021-07-10Post 3.10.0b4Pablo Galindo
2021-07-10Python 3.10.0b4upstream-v3.10.0b4Pablo Galindo
2021-06-22bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808...Miss Islington (bot)
2021-06-17Post 3.10.0b3Pablo Galindo
2021-06-17Python 3.10.0b3upstream-v3.10.0b3Pablo Galindo
2021-06-12[3.10] Add more const modifiers. (GH-26691). (GH-26692)Serhiy Storchaka
2021-06-11bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)Miss Islington (bot)
2021-06-10bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Miss Islington (bot)
2021-05-31Post 3.10.0b2Pablo Galindo
2021-05-31Python 3.10.0b2upstream-v3.10.0b2Pablo Galindo
2021-05-25bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)
2021-05-22bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...Miss Islington (bot)
2021-05-22bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)Miss Islington (bot)
2021-05-13bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)Miss Islington (bot)
2021-05-03Post 3.10.0b1Pablo Galindo