summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...Raghunandan Bhat2022-07-281-0/+2
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-281-0/+3
* gh-95285: py.exe launcher fails with short argv0 (GH-95295)Steve Dower2022-07-261-0/+2
* gh-90844: Allow virtual environments to correctly launch when they have space...Steve Dower2022-07-161-0/+2
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-161-0/+1
* gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)Robin Plumey2022-06-281-0/+1
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Steve Dower2022-06-151-0/+2
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...AN Long2022-06-061-0/+3
* gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)Mori Bellamy2022-05-231-0/+1
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-191-0/+3
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...David Machaj2022-05-191-0/+1
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)Oleg Iarygin2022-05-171-0/+2
* bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)Zackery Spytz2022-05-171-0/+1
* bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)Mariusz Felisiak2022-05-091-0/+1
* Python 3.11.0b1Pablo Galindo2022-05-065-6/+0
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-021-0/+1
* bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)Mariusz Felisiak2022-05-021-0/+1
* bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)Mariusz Felisiak2022-04-251-0/+1
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Ma Lin2022-04-191-0/+1
* bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower2022-04-061-0/+2
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-057-15/+0
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Zachary Ware2022-04-021-0/+1
* bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)Steve Dower2022-03-301-0/+1
* bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower2022-03-281-0/+6
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-221-0/+2