summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post 3.10.8Pablo Galindo2022-10-111-1/+1
* Python 3.10.8v3.10.8Pablo Galindo2022-10-111-2/+2
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-251-2/+2
* Post 3.10.7Pablo Galindo2022-09-061-1/+1
* Python 3.10.7v3.10.7Pablo Galindo2022-09-051-2/+2
* [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...Gregory P. Smith2022-09-041-2/+2
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-023-0/+39
* Fix typo in internal/pycore_atomic.h (GH-95939)Miss Islington (bot)2022-08-131-1/+1
* Post 3.10.6Pablo Galindo2022-08-021-1/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-011-2/+2
* [3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)...Miss Islington (bot)2022-06-161-0/+3
* Post 3.10.5Pablo Galindo2022-06-061-1/+1
* Python 3.10.5v3.10.5Pablo Galindo2022-06-061-2/+2
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...Miss Islington (bot)2022-05-241-1/+13
* Post 3.10.4Pablo Galindo2022-03-241-1/+1
* Python 3.10.4v3.10.4Pablo Galindo2022-03-231-2/+2
* Post 3.10.3Pablo Galindo2022-03-161-1/+1
* Python 3.10.3v3.10.3Pablo Galindo2022-03-161-2/+2
* [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...Pablo Galindo Salgado2022-02-082-1/+5
* Post 3.10.2Pablo Galindo2022-01-141-1/+1
* Python 3.10.2v3.10.2Pablo Galindo2022-01-131-2/+2
* [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...Victor Stinner2022-01-061-9/+3
* bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...Miss Islington (bot)2021-12-121-2/+9
* Post 3.10.1Pablo Galindo2021-12-061-1/+1
* Python 3.10.1v3.10.1Pablo Galindo2021-12-061-2/+2
* bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)Victor Stinner2021-11-252-4/+1
* bpo-45893: Add missing extern C to initconfig.h (GH-29761)Miss Islington (bot)2021-11-241-0/+6
* [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...Łukasz Langa2021-11-201-0/+6
* [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-141-0/+9
* [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-141-1/+9
* [3.10] Fix typos in the Include directory (GH-28745) (GH-28789)Christian Clauss2021-10-076-7/+7
* Post 3.10.0Pablo Galindo2021-10-041-1/+1
* Merge tag 'v3.10.0' into 3.10Pablo Galindo2021-10-041-3/+3
|\
| * Python 3.10.0v3.10.0Pablo Galindo2021-10-041-3/+3
| * [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-031-1/+1
| * [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-292-2/+2
| * [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka2021-09-291-0/+3
* | [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-031-1/+1
* | closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Miss Islington (bot)2021-09-291-13/+0
* | [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka2021-09-281-0/+3
* | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-212-2/+2
* | [3.10] bpo-45083: Include the exception class qualname when formatting an exc...Miss Islington (bot)2021-09-081-0/+2
|/
* Post 3.10.0rc2Pablo Galindo2021-09-071-1/+1
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-071-2/+2
* bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...Miss Islington (bot)2021-09-071-2/+2
* Post 3.10.0rc1Pablo Galindo2021-08-021-1/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-021-3/+3
* bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)Miss Islington (bot)2021-07-291-0/+47
* bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...Miss Islington (bot)2021-07-231-14/+12
* [3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (G...Serhiy Storchaka2021-07-181-3/+3