summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)Eric Snow2024-05-251-0/+3
* gh-119548: Add a 'clear' command to the REPL (#119549)Pablo Galindo Salgado2024-05-251-0/+1
* gh-111999: Fix the signature of str.format_map() (#119540)Serhiy Storchaka2024-05-251-0/+1
* gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)Tim Peters2024-05-251-0/+1
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Nice Zombies2024-05-241-0/+1
* gh-69214: Fix fcntl.ioctl() request type (#119498)Victor Stinner2024-05-241-0/+3
* gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)Victor Stinner2024-05-231-0/+1
* gh-117398: Statically Allocate the Datetime C-API (GH-119472)Eric Snow2024-05-231-0/+3
* GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)Mark Shannon2024-05-231-0/+2
* Fix typos in what's new documentation (#119448)Xie Yanbo2024-05-236-9/+9
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Michael Vincent2024-05-221-0/+1
* gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...Josh {*()} Rosenberg2024-05-221-0/+4
* gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...Eric Snow2024-05-221-0/+3
* gh-118643: Fix AttributeError in the email module (GH-119099)Serhiy Storchaka2024-05-221-0/+2
* Fix typos in NEWS entries for 3.13 (GH-119374)Xie Yanbo2024-05-222-17/+17
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-221-0/+5
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-221-0/+2
* gh-60191: Implement ast.compare (#19211)Batuhan Taskaya2024-05-221-0/+2
* gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)Jelle Zijlstra2024-05-221-0/+2
* gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...Irit Katriel2024-05-211-0/+1
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Nice Zombies2024-05-211-0/+1
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-211-0/+1
* Fix typos in documentation (#119295)Xie Yanbo2024-05-217-9/+9
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-211-0/+2
* gh-113978: Ignore warnings on text completion inside REPL (#113979)Yan Yanchii2024-05-211-0/+1
* gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows b...Wulian2332024-05-211-0/+3
* gh-119050: Add XML support to libregrtest refleak checker (#119148)Victor Stinner2024-05-201-0/+2
* Docs: Ensure no warnings are found in the NEWS file before a given line numbe...Hugo van Kemenade2024-05-203-5/+5
* gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)Serhiy Storchaka2024-05-202-7/+8
* gh-92081: Fix for email.generator.Generator with whitespace between encoded w...Toshio Kuratomi2024-05-201-0/+1
* Amend NEWS category for gh-119196 (#119218)Erlend E. Aasland2024-05-201-0/+0
* gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#11...Erlend E. Aasland2024-05-201-0/+1
* gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)Roy Hyunjin Han2024-05-201-0/+6
* gh-118928: Remove unneeded sqlite3 NEWS entry (#119208)Erlend E. Aasland2024-05-201-2/+0
* gh-118928: sqlite3: correctly bail if sequences of params are used with named...Erlend E. Aasland2024-05-201-0/+2
* gh-119121: Fix and test `async.staggered.staggered_race` (#119173)Nikita Sobolev2024-05-201-0/+2
* gh-119105: difflib: improve recursion for degenerate cases (#119131)pulkin2024-05-191-0/+1
* GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)Barney Gale2024-05-191-0/+2
* gh-118750: Asymptotically faster `int(string)` (#118751)Tim Peters2024-05-191-0/+1
* GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)Barney Gale2024-05-181-0/+2
* gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)Donghee Na2024-05-181-0/+2
* Fix typos in documentation (#119092)Xie Yanbo2024-05-1710-15/+15
* gh-119049: Fix incorrect display of warning which is constructed by C API (GH...Kirill Podoprigora2024-05-161-0/+2
* GH-118943: Fix a race condition when generating jit_stencils.h (GH-118957)Brandt Bucher2024-05-161-0/+3
* Docs: fix typos in documentation (gh-118941)Xie Yanbo2024-05-159-15/+15
* gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782)Serhiy Storchaka2024-05-151-0/+1
* GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)Barney Gale2024-05-141-0/+1
* GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...Barney Gale2024-05-141-0/+5
* gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...Erlend E. Aasland2024-05-141-0/+2
* gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...Serhiy Storchaka2024-05-141-0/+2