summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.14v3.8.14Łukasz Langa2022-09-061-5/+0
* [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...Łukasz Langa2022-05-241-0/+5
* Python 3.8.13Łukasz Langa2022-03-151-1/+0
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)Miss Islington (bot)2022-03-021-0/+1
* Python 3.8.12v3.8.12Łukasz Langa2021-08-303-4/+0
* [3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...Łukasz Langa2021-08-111-0/+2
* bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)Irit Katriel2021-08-101-0/+1
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Miss Islington (bot)2021-08-071-0/+1
* Python 3.8.11v3.8.11Łukasz Langa2021-06-281-2/+0
* bpo-44070: No longer eagerly makes import filenames absolute, except for exte...Steve Dower2021-05-121-0/+2
* Python 3.8.10v3.8.10Łukasz Langa2021-05-032-3/+0
* bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)Miss Islington (bot)2021-04-261-0/+1
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-091-0/+2
* Python 3.8.9v3.8.9Łukasz Langa2021-04-023-9/+0
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-291-0/+3
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...Miss Islington (bot)2021-03-291-0/+4
* [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Antoine Pitrou2021-03-061-0/+2
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-161-8/+0
* bpo-42819, readline: Disable bracketed paste (GH-24108)Miss Islington (bot)2021-02-151-0/+8
* Python 3.8.7v3.8.7Łukasz Langa2020-12-212-29/+0
* bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-2...Victor Stinner2020-12-081-0/+3
* Merge tag 'v3.8.7rc1' into 3.8Łukasz Langa2020-12-086-14/+0
|\
| * Python 3.8.7rc1v3.8.7rc1Łukasz Langa2020-12-076-14/+0
* | bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)Brandt Bucher2020-12-071-0/+26
|/
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...Victor Stinner2020-11-171-0/+4
* bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...Miss Skeleton (bot)2020-10-291-0/+2
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-221-0/+1
* bpo-41984: GC track all user classes (GH-22701/GH-22707)Miss Skeleton (bot)2020-10-151-0/+2
* bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Miss Skeleton (bot)2020-10-151-0/+3
* [3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...Serhiy Storchaka2020-10-041-0/+2
* Python 3.8.6v3.8.6Łukasz Langa2020-09-231-1/+0
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Miss Islington (bot)2020-09-091-0/+1
* Python 3.8.6rc1v3.8.6rc1Łukasz Langa2020-09-073-5/+0
* [3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (...Miss Islington (bot)2020-09-041-0/+2
* [3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...Pablo Galindo2020-09-011-0/+2
* closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)Miss Islington (bot)2020-07-291-0/+1
* Python 3.8.5v3.8.5Łukasz Langa2020-07-201-3/+0
* bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)Miss Islington (bot)2020-07-181-0/+3
* Python 3.8.4v3.8.4Łukasz Langa2020-07-135-11/+0
* bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...Miss Islington (bot)2020-07-101-0/+2
* bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)Tony Solomonik2020-07-091-0/+2
* bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-2...Miss Islington (bot)2020-07-091-0/+1
* bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)Miss Islington (bot)2020-07-061-0/+4
* bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...scoder2020-07-051-0/+2
* Python 3.8.4rc1v3.8.4rc1Łukasz Langa2020-06-298-17/+0
* [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...Guido van Rossum2020-06-281-0/+3
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Miss Islington (bot)2020-06-241-0/+2
* bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...Miss Islington (bot)2020-06-221-0/+4
* bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...Miss Islington (bot)2020-06-221-0/+1
* bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)Miss Islington (bot)2020-06-131-0/+1