summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.11v3.10.11Pablo Galindo2023-04-042-2/+0
* [3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...Erlend E. Aasland2023-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.10.10v3.10.10Pablo Galindo2023-02-073-5/+0
* gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)Miss Islington (bot)2023-01-171-0/+1
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)Steve Dower2023-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.10.9v3.10.9Pablo Galindo2022-12-064-7/+0
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Luke Garland2022-12-021-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-98689: Update Windows builds to zlib v1.2.13 (GH-98968)Miss Islington (bot)2022-11-011-0/+2
* [3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...Erlend E. Aasland2022-10-281-0/+1
* Python 3.10.8v3.10.8Pablo Galindo2022-10-113-5/+0
* [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-031-0/+3
* gh-90989: Clarify some installer text (GH-97676)Steve Dower2022-09-301-0/+1
* gh-96577: Fixes buffer overrun in _msi module (GH-96633)Miss Islington (bot)2022-09-071-0/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-013-7/+0
* gh-90844: Allow virtual environments to correctly launch when they have space...Miss Islington (bot)2022-07-161-0/+2
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)Miss Islington (bot)2022-06-281-0/+2
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...Steve Dower2022-06-101-0/+3
* Python 3.10.5v3.10.5Pablo Galindo2022-06-064-4/+0
* gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...Miss Islington (bot)2022-05-191-0/+1
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-101-0/+1
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Steve Dower2022-04-201-0/+1
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-021-0/+1
* Python 3.10.3v3.10.3Pablo Galindo2022-03-163-8/+0
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-071-0/+2
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-071-0/+2
* bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Miss Islington (bot)2022-02-071-0/+4
* Python 3.10.1v3.10.1Pablo Galindo2021-12-066-18/+0
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Miss Islington (bot)2021-11-261-0/+4
* bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)Miss Islington (bot)2021-11-241-0/+4
* bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower2021-11-091-0/+1
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Steve Dower2021-11-061-0/+3
* bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)Steve Dower2021-11-041-0/+2
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-071-0/+4
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-071-1/+0
* [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...Ɓukasz Langa2021-08-301-0/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-022-4/+0
* bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...Miss Islington (bot)2021-07-281-0/+3
* bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...Miss Islington (bot)2021-07-131-0/+1
* Python 3.10.0b4v3.10.0b4Pablo Galindo2021-07-102-3/+0
* bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...Miss Islington (bot)2021-07-081-0/+2
* bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...Miss Islington (bot)2021-06-201-0/+1
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-1/+0
* bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)Miss Islington (bot)2021-05-041-0/+1
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-039-17/+0
* bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland2021-04-271-0/+1
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)Ken Jin2021-04-261-0/+3
* bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...Segev Finer2021-04-231-0/+2