summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* [3.9] Remove trailing spaces (GH-28710)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.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)Łukasz Langa2021-09-221-1/+1
* [3.9] bpo-45083: Include the exception class qualname when formatting an exce...Miss Islington (bot)2021-09-031-0/+3
* Post 3.9.7Łukasz Langa2021-08-301-1/+1
* Python 3.9.7v3.9.7Łukasz Langa2021-08-301-2/+2
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Miss Islington (bot)2021-07-151-1/+1
* Post 3.9.6Łukasz Langa2021-06-281-1/+1
* Python 3.9.6v3.9.6Łukasz Langa2021-06-281-2/+2
* bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Miss Islington (bot)2021-06-101-1/+10
* [3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...Jakub Kulík2021-05-211-0/+12
* Post 3.9.5Łukasz Langa2021-05-031-1/+1
* Python 3.9.5v3.9.5Łukasz Langa2021-05-031-2/+2
* bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387)Miss Islington (bot)2021-04-131-0/+6
* Post 3.9.4Łukasz Langa2021-04-041-1/+1
* Python 3.9.4v3.9.4Łukasz Langa2021-04-041-2/+2
* [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...Gregory P. Smith2021-04-042-1/+18
* Post 3.9.3Łukasz Langa2021-04-021-1/+1
* Python 3.9.3v3.9.3Łukasz Langa2021-04-021-2/+2
* bpo-42500: Fix recursion in or after except (GH-23568) (#24501)Mark Shannon2021-03-022-18/+1
* Post 3.9.2Łukasz Langa2021-02-191-1/+1
* Python 3.9.2v3.9.2Łukasz Langa2021-02-191-3/+3
* Post 3.9.2rc1Łukasz Langa2021-02-161-1/+1
* Python 3.9.2rc1v3.9.2rc1Łukasz Langa2021-02-161-4/+4
* bpo-35295: Remove outdated comment. (GH-24453)Miss Islington (bot)2021-02-051-7/+0
* bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...Miss Islington (bot)2021-01-311-1/+1
* [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...Miss Islington (bot)2021-01-051-3/+3
* bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734)Victor Stinner2020-12-141-0/+2
* Post 3.9.1Łukasz Langa2020-12-081-1/+1
* Python 3.9.1v3.9.1Łukasz Langa2020-12-071-3/+3
* Post 3.9.1rc1Łukasz Langa2020-11-261-1/+1
* Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-241-4/+4
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)Victor Stinner2020-11-171-0/+1
* bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)Victor Stinner2020-11-132-9/+18
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Miss Skeleton (bot)2020-10-102-8/+7
* Post 3.9.0Łukasz Langa2020-10-051-1/+1
* Python 3.9.0v3.9.0Łukasz Langa2020-10-051-3/+3
* Fix a compiler warning in pycore_pylifecycle.h (GH-22331)Pablo Galindo2020-10-041-1/+1
* bpo-41875: Use __builtin_unreachable when possible (GH-22433)Miss Islington (bot)2020-10-041-1/+3
* Post 3.9.0rc2Łukasz Langa2020-09-171-1/+1
* Python 3.9.0rc2v3.9.0rc2Łukasz Langa2020-09-161-2/+2
* [3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)Pablo Galindo2020-09-151-0/+1
* bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)Victor Stinner2020-09-011-4/+6
* Post 3.9.0rc1Łukasz Langa2020-08-111-1/+1
* Python 3.9.0rc1v3.9.0rc1Łukasz Langa2020-08-111-3/+3
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Miss Islington (bot)2020-08-071-2/+8
* bpo-41366: Fix clang warning for sign conversion (GH-21592)Miss Islington (bot)2020-07-231-1/+1
* Post 3.9.0b5Łukasz Langa2020-07-201-1/+1
* Python 3.9.0b5v3.9.0b5Łukasz Langa2020-07-201-2/+2
* Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...Miss Islington (bot)2020-07-081-2/+10