summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* gh-118973: Add _tkinter to freethreaded MSI (GH-126768)Steve Dower2024-11-151-0/+3
* gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)Steve Dower2024-11-081-0/+2
* gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)Steve Dower2024-11-051-0/+1
* gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...Steve Dower2024-10-301-0/+2
* gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)Christian Ullrich2024-10-291-0/+2
* gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)Sam Gross2024-10-241-0/+2
* gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)Steve Dower2024-10-161-0/+2
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-1516-20/+0
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-301-0/+1
* gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)Tony Roberts2024-09-271-0/+1
* gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449)Zachary Ware2024-09-252-1/+1
* gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-231-0/+1
* gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different d...adang13452024-09-101-0/+1
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-051-0/+1
* gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673)Zachary Ware2024-09-041-0/+1
* gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...Lucas Esposito2024-08-071-0/+1
* gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...pukkandan2024-08-071-0/+2
* gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)Jonathan Protzenko2024-08-041-0/+1
* gh-119679: Ensures correct import libraries are included in Windows install p...Steve Dower2024-06-031-0/+1
* gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)Steve Dower2024-05-311-0/+1
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-0/+1
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Steve Dower2024-05-291-0/+3
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-291-0/+1
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Michael Vincent2024-05-221-0/+1
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Dobatymo2024-05-101-0/+2
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-087-14/+0
* gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)Erlend E. Aasland2024-05-031-0/+1
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+2
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-291-0/+1
* gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...Henrik Tunedal2024-04-281-0/+2
* gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...Steve Dower2024-04-241-0/+2
* gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)Mariusz Felisiak2024-04-161-0/+1
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-0/+5
* Python 3.13.0a6v3.13.0a6Thomas Wouters2024-04-096-15/+0
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Steve Dower2024-04-031-0/+5
* gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)Erik Soma2024-03-231-0/+1
* gh-116773: Ensure overlapped objects on Windows are not deallocated too early...jkriegshauser2024-03-201-0/+1
* gh-115119: Switch Windows build to mpdecimal external (GH-115182)Zachary Ware2024-03-181-0/+3
* gh-116195: Implements a fast path for nt.getppid (GH-116205)vxiiduu2024-03-141-0/+1
* gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)Victor Stinner2024-03-141-0/+4
* Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-124-13/+0
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-011-0/+6
* gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows (GH...Steve Dower2024-02-281-0/+1
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-261-0/+3
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Steve Dower2024-02-191-0/+3
* Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-157-7/+0
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+1
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-121-0/+1
* gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)Erlend E. Aasland2024-02-061-0/+1
* gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)Zachary Ware2024-02-051-0/+1