summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-145-8/+0
|
* gh-98790: When DLLs directory is missing on Windows, assume executable_dir ↵Steve Dower2022-11-021-0/+2
| | | | contains PYD files instead (GH-98936)
* 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 ↵Steve Dower2022-10-311-0/+2
| | | | (GH-98732)
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on ↵Steve Dower2022-10-281-0/+1
| | | | request (GH-98780)
* 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
| | | ouput -> output
* gh-98360: multiprocessing now spawns children on Windows with correct ↵Steve Dower2022-10-201-0/+4
| | | | argv[0] in virtual environments (GH-98462)
* gh-98414: py.exe launcher does not use defaults for -V:company/ option ↵Steve Dower2022-10-191-0/+3
| | | | (GH-98460)
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE ↵Serhiy Storchaka2022-10-031-0/+3
| | | | | | | converter (GH-97729) It affects function os.system() on Windows and Windows-specific modules winreg, _winapi, _overlapped, and _msi.
* gh-90989: Install Windows launcher per-user, and clarify some installer text ↵Steve Dower2022-09-301-0/+2
| | | | (GH-97655)
* 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 ↵Charlie Zhao2022-09-071-0/+2
| | | | for frozen modules (GH-96423)
* gh-89545: Updates platform module to use new internal _wmi module on Windows ↵Steve Dower2022-09-071-0/+1
| | | | to directly query OS properties (GH-96289)
* 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, ↵Steve Dower2022-09-051-0/+3
| | | | and adds What's New section (GH-96595)
* 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 ↵Steve Dower2022-08-041-0/+2
| | | | (GH-95631)
* gh-94399: Restore PATH search behaviour of py.exe launcher for ↵Steve Dower2022-08-031-0/+3
| | | | '/usr/bin/env' shebang lines (GH-95582)
* 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 ↵Raghunandan Bhat2022-07-281-0/+2
| | | | Windows instead of mapping to standard handles (#93203)
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names ↵Steve Dower2022-07-281-0/+3
| | | | (GH-95399)
* 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 ↵Steve Dower2022-07-161-0/+2
| | | | spaces in the path (GH-94903)
* 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
| | | | | | | | Closes #94018. Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
* 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 ↵AN Long2022-06-061-0/+3
| | | | case-folding (GH-32010)
* gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)Mori Bellamy2022-05-231-0/+1
| | | | | Fixes #91061 Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* 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
| | | | builds (GH-92985)
* 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 ↵Zachary Ware2022-04-021-0/+1
| | | | (GH-32241)
* 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
|
* bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)Mariusz Felisiak2022-03-151-0/+1
|
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ↵Steve Dower2022-03-071-0/+2
| | | | and CVE-2019-12900 (GH-31731)