summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115080)Miss Islington (bot)2024-02-061-0/+1
* [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048)Zachary Ware2024-02-061-0/+1
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...Miss Islington (bot)2024-01-251-0/+1
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...Steve Dower2024-01-161-0/+3
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Steve Dower2024-01-111-0/+2
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-111-0/+2
* [3.11] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...Miss Islington (bot)2023-12-151-0/+5
* Python 3.11.7v3.11.7Pablo Galindo2023-12-043-4/+0
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-0/+1
* [3.11] gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) (#1...Erlend E. Aasland2023-10-101-0/+1
* [3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-091-0/+2
* Python 3.11.6v3.11.6Pablo Galindo2023-10-022-2/+0
* [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059)Zachary Ware2023-09-291-0/+1
* [3.11] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108932)Zachary Ware2023-09-051-0/+1
* Python 3.11.5v3.11.5Pablo Galindo2023-08-244-8/+0
* [3.11] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-221-0/+4
* [3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875)Serhiy Storchaka2023-08-121-0/+1
* [3.11] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (GH-10...Zachary Ware2023-07-171-0/+1
* [3.11] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-0/+2
* Python 3.11.4v3.11.4Pablo Galindo2023-06-064-6/+0
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-311-0/+2
* [3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#1...Erlend E. Aasland2023-05-181-0/+1
* [3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999) (#104085)Erlend E. Aasland2023-05-021-0/+1
* [3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-10...Miss Islington (bot)2023-04-071-0/+2
* Python 3.11.3v3.11.3Pablo Galindo2023-04-044-4/+0
* gh-101849: Add upgrade codes for old versions of launcher that ended up with ...Miss Islington (bot)2023-02-131-0/+1
* [3.11] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...Erlend E. Aasland2023-02-101-0/+1
* gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)Miss Islington (bot)2023-02-101-0/+1
* gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...Miss Islington (bot)2023-02-081-0/+1
* Python 3.11.2v3.11.2Pablo Galindo2023-02-078-18/+0
* gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...Miss Islington (bot)2023-02-061-0/+2
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)2023-02-011-0/+3
* gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)2023-01-241-0/+3
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-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...Miss Islington (bot)2023-01-131-0/+2
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Miss Islington (bot)2023-01-101-0/+1
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Miss Islington (bot)2022-12-091-0/+3
* Python 3.11.1v3.11.1Pablo Galindo2022-12-0612-21/+0
* [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#9...Luke Garland2022-12-051-0/+2
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Miss Islington (bot)2022-11-231-0/+2
* gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)Miss Islington (bot)2022-11-211-0/+1
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Miss Islington (bot)2022-11-181-0/+2
* 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)Miss Islington (bot)2022-11-011-0/+2
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-311-0/+2
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)2022-10-281-0/+1
* gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)Miss Islington (bot)2022-10-251-0/+1
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-243-8/+0
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Miss Islington (bot)2022-10-201-0/+4