summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...Bénédikt Tran2024-10-271-0/+2
* gh-124295: Add translation tests for argparse (GH-124803)Tomas R.2024-10-271-0/+1
* gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...Bénédikt Tran2024-10-271-0/+3
* gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)devdanzin2024-10-271-0/+2
* gh-126012: Add `__class_getitem__` to `memoryview` (#126013)Brian Schubert2024-10-271-0/+2
* gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)Zhikang Yan2024-10-271-0/+2
* gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)devdanzin2024-10-271-0/+1
* gh-125593: Use colors to highlight error locations in tracebacks from excepti...Bogdan Romanyuk2024-10-271-0/+1
* gh-89640: properly detect float word ordering on Linux (#125571)Erlend E. Aasland2024-10-261-0/+2
* gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...Bénédikt Tran2024-10-251-0/+2
* GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)Kumar Aditya2024-10-251-0/+1
* gh-121654: Add PyType_Freeze() function (#122457)Victor Stinner2024-10-251-0/+2
* Increase minimum Android API level to 24 (#125946)Malcolm Smith2024-10-251-0/+1
* gh-125942: Android: set stdout to `errors="backslashreplace"` (#125943)Malcolm Smith2024-10-251-0/+2
* gh-125940: Android: support 16 KB pages (#125941)Malcolm Smith2024-10-241-0/+2
* gh-125245: Fix race condition when importing `collections.abc` (#125415)Sam Gross2024-10-241-0/+2
* gh-123930: Better error for "from imports" when script shadows module (#123929)Shantanu2024-10-241-0/+4
* gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...Javad Shafique2024-10-241-0/+1
* gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)Sam Gross2024-10-241-0/+2
* gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)Sam Gross2024-10-241-0/+2
* GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)Mark Shannon2024-10-241-0/+3
* gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...Jelle Zijlstra2024-10-231-0/+3
* gh-125884: Support breakpoint on functions with annotations (#125892)Tian Gao2024-10-231-0/+1
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-231-0/+1
* gh-80958: unittest: discovery support for namespace packages as start directo...Jacob Walls2024-10-231-0/+1
* gh-125259: Fix error notes removal in enum initialization (GH-125647)Mario Šaško2024-10-221-0/+1
* gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...Ethan Furman2024-10-221-0/+1
* gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)Mikhail Efimov2024-10-221-0/+2
* gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)Serhiy Storchaka2024-10-221-0/+7
* gh-124651: Quote template strings in `venv` activation scripts (GH-124712)Y52024-10-211-0/+1
* gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...Serhiy Storchaka2024-10-211-0/+2
* gh-125767: Fix pickling and copying of super objects (GH-125781)Serhiy Storchaka2024-10-211-0/+2
* gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...Tian Gao2024-10-211-0/+1
* gh-125608: Trigger dictionary watchers when inline values change (#125611)Sam Gross2024-10-211-0/+3
* gh-125519: Improve traceback if `importlib.reload()` is called with a non-mod...Alex Waygood2024-10-211-0/+2
* gh-125378: Trigger a repeat for the full multi-line statement for empty line ...Tian Gao2024-10-191-0/+1
* gh-124984: Enhance `ssl` thread safety (#124993)Peter Bierma2024-10-191-0/+1
* gh-125398: Convert paths in venv activate script when using Git Bash under Wi...Julien2024-10-191-0/+1
* gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)Serhiy Storchaka2024-10-191-0/+1
* GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)Adam Turner2024-10-191-0/+2
* gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...Pablo Galindo Salgado2024-10-181-0/+2
* gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...Nice Zombies2024-10-181-0/+1
* gh-125682: Reject non-ASCII digits in the Python implementation of JSON decod...Nice Zombies2024-10-181-0/+2
* gh-125600: Only show stale code warning on source code display commands (#125...Tian Gao2024-10-181-0/+1
* gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)Sam Gross2024-10-171-0/+4
* gh-118986: expose `socket.IPV6_RECVERR` (#118987)chrysn2024-10-171-0/+1
* gh-125017: Fix crash on premature access to classmethod/staticmethod annotati...Jelle Zijlstra2024-10-171-0/+2
* gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins...George Pittock2024-10-171-0/+1
* gh-52551: Fix encoding issues in strftime() (GH-125193)Serhiy Storchaka2024-10-171-0/+8
* gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457)Wulian2024-10-171-0/+1