summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...Max Bachmann2023-03-011-0/+2
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-162-0/+2
* gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Steve Dower2023-02-131-0/+1
* gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)Steve Dower2023-02-101-0/+1
* gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)Erlend E. Aasland2023-02-101-0/+1
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-081-0/+3
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...David Hewitt2023-02-081-0/+1
* Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-077-15/+0
* gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...Steve Dower2023-02-061-0/+2
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-011-0/+3
* gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)Steve Dower2023-01-261-0/+1
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Martin Boisvert2023-01-241-0/+3
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Paul Moore2023-01-171-0/+1
* gh-100320: Fix path calculations on Windows when python.exe is moved outside ...Steve Dower2023-01-161-0/+3
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-0/+2
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-106-12/+0
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Steve Dower2023-01-091-0/+1
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...C.A.M. Gerlach2023-01-091-0/+2
* gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__Ateeq Sharfuddin2022-12-151-0/+3
* gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)GalaxySnail2022-12-121-0/+1
* gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...DarioDaF2022-12-101-0/+2
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Shreyan Avigyan2022-12-091-0/+3
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-064-7/+0
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Zackery Spytz2022-11-251-0/+2
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Steve Dower2022-11-231-0/+2
* gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)Steve Dower2022-11-211-0/+1
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Steve Dower2022-11-181-0/+2
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-145-8/+0
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...Steve Dower2022-11-021-0/+2
* gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Zachary Ware2022-11-011-0/+2
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-0/+2
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Steve Dower2022-10-281-0/+1
* gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)Erlend E. Aasland2022-10-251-0/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-2429-56/+0
* Fix typo in news entry (#98361)Ikko Ashimine2022-10-221-1/+1
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Steve Dower2022-10-201-0/+4
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-191-0/+3
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-031-0/+3
* gh-90989: Install Windows launcher per-user, and clarify some installer text ...Steve Dower2022-09-301-0/+2
* gh-97649: The Tools directory is no longer installed on Windows (GH-97653)Steve Dower2022-09-301-0/+1
* gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)Steve Dower2022-09-231-0/+1
* gh-94781: Fix Windows projects not cleaning intermediate and output files for...Charlie Zhao2022-09-071-0/+2
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-071-0/+1
* gh-96577: Fixes buffer overrun in _msi module (GH-96633)Steve Dower2022-09-071-0/+1
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+3
* gh-95733: Allow installing Store package on older Windows versions (GH-95862)Steve Dower2022-08-101-0/+2
* gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)Erlend Egeberg Aasland2022-08-041-0/+2
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Steve Dower2022-08-041-0/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+3
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)neonene2022-08-011-0/+1