summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-...Savannah Ostrowski2024-10-171-0/+2
* GH-99749: Add optional feature to suggest correct names (ArgumentParser) (GH-...Savannah Ostrowski2024-10-171-0/+1
* gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)Eric Snow2024-10-161-0/+6
* gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)Steve Dower2024-10-161-0/+2
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-161-0/+1
* gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)Sam Gross2024-10-161-0/+2
* gh-125444: Fix illegal instruction for older Arm architectures (#125574)Diego Russo2024-10-161-0/+1
* Merge remote-tracking branch 'upstream/main'Hugo van Kemenade2024-10-152-0/+2
|\
| * gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...Tian Gao2024-10-151-0/+1
| * gh-125115: Pass unknown pdb command line args to script instead of fail (#125...Tian Gao2024-10-151-0/+1
* | Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-15634-1423/+6604
|/
* gh-125206: Bug in ctypes with old libffi is fixed (#125322)Mikhail Efimov2024-10-151-0/+2
* gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124...Sam Gross2024-10-151-0/+1
* gh-100141: Allow pdb to deal with empty file (#125425)Tian Gao2024-10-151-0/+1
* gh-125422: Don't set the caller's f_trace if it's botframe (#125427)Tian Gao2024-10-151-0/+1
* gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...Petr Viktorin2024-10-151-0/+3
* gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)Sam Gross2024-10-151-0/+2
* gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...Thomas Grainger2024-10-141-0/+1
* gh-124944: Add socket.SO_ORIGINAL_DST (#124945)Steven Jin2024-10-141-0/+1
* gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...Kirill Podoprigora2024-10-141-1/+0
* gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)Thomas Grainger2024-10-141-0/+1
* gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...Wulian2024-10-141-0/+1
* gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)Serhiy Storchaka2024-10-141-0/+2