summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* [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-041-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-301-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-222-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
* [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-271...Miss Islington (bot)2021-07-181-3/+4
* [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980...Serhiy Storchaka2021-07-171-0/+3
* Post 3.10.0b4Pablo Galindo2021-07-101-1/+1
* Python 3.10.0b4v3.10.0b4Pablo Galindo2021-07-101-2/+2
* bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808...Miss Islington (bot)2021-06-221-1/+1
* Post 3.10.0b3Pablo Galindo2021-06-171-1/+1
* Python 3.10.0b3v3.10.0b3Pablo Galindo2021-06-171-2/+2
* [3.10] Add more const modifiers. (GH-26691). (GH-26692)Serhiy Storchaka2021-06-121-3/+3
* bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)Miss Islington (bot)2021-06-111-1/+3
* bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Miss Islington (bot)2021-06-101-1/+10
* Post 3.10.0b2Pablo Galindo2021-05-311-1/+1
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-2/+2
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...Miss Islington (bot)2021-05-252-3/+4
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...Miss Islington (bot)2021-05-221-0/+1
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)Miss Islington (bot)2021-05-221-1/+1
* bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)Miss Islington (bot)2021-05-131-61/+5
* Post 3.10.0b1Pablo Galindo2021-05-031-1/+1
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-031-3/+3
* bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)Dennis Sweeney2021-05-031-0/+2
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-032-4/+21
* bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)Batuhan Taskaya2021-05-031-1/+1
* bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)Brandt Bucher2021-05-021-0/+1
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-011-3/+1
* bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)Jakub Kulík2021-04-301-0/+12
* bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner2021-04-302-0/+10
* bpo-43977: Use tp_flags for collection matching (GH-25723)Mark Shannon2021-04-302-4/+7
* bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)Steve Dower2021-04-301-1/+1
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-301-0/+1