summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)Miss Islington (bot)2020-07-061-1/+5
* Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)Miss Islington (bot)2020-07-051-2/+2
* Post 3.9.0b4Łukasz Langa2020-07-031-1/+1
* Python 3.9.0b4v3.9.0b4Łukasz Langa2020-07-021-2/+2
* [3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)Lysandros Nikolaou2020-06-221-0/+3
* [3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH...Pablo Galindo2020-06-211-7/+15
* [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)Lysandros Nikolaou2020-06-211-8/+7
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-181-22/+23
* bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)Miss Islington (bot)2020-06-171-0/+20
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Miss Islington (bot)2020-06-151-15/+2
* Post 3.9.0b3Łukasz Langa2020-06-091-1/+1
* Python 3.9.0b3v3.9.0b3Łukasz Langa2020-06-091-2/+2
* Post 3.9.0b2Łukasz Langa2020-06-091-1/+1
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-081-2/+2
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Victor Stinner2020-06-081-0/+1
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)Victor Stinner2020-06-082-1/+17
* bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)Miss Islington (bot)2020-06-071-0/+5
* [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)Victor Stinner2020-06-031-1/+18
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)Victor Stinner2020-06-031-0/+3
* bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)Miss Islington (bot)2020-06-021-2/+2
* bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)Miss Islington (bot)2020-05-221-1/+1
* [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...Victor Stinner2020-05-194-21/+0
* Post 3.9.0b1Łukasz Langa2020-05-191-1/+1
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-181-3/+3
* bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)Chris Jerdonek2020-05-181-0/+17
* Update code comment re: location of struct _is. (GH-20067)Chris Jerdonek2020-05-151-1/+1
* bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)Victor Stinner2020-05-141-11/+12
* bpo-40521: Add PyInterpreterState.unicode (GH-20081)Victor Stinner2020-05-131-8/+14
* bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)Victor Stinner2020-05-132-3/+1
* bpo-40609: _Py_hashtable_t values become void* (GH-20065)Victor Stinner2020-05-131-67/+21
* bpo-40609: _tracemalloc allocates traces (GH-20064)Victor Stinner2020-05-131-10/+0