summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)Terry Jan Reedy2021-04-231-0/+1
* bpo-43538: Add extra arguments to os.startfile (GH-25538)Steve Dower2021-04-232-0/+1
* bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...Steve Dower2021-04-221-0/+2
* bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)Steve Dower2021-04-221-0/+3
* bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...Steve Dower2021-04-211-0/+2
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower2021-04-061-0/+2
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-051-2/+0
* bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)Erlend Egeberg Aasland2021-03-091-0/+2
* Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)Jason R. Coombs2021-03-041-1/+0
* bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)Adrian Vladu2021-03-041-0/+1
* Python 3.10.0a6Pablo Galindo2021-03-011-1/+0
* bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)Zackery Spytz2021-02-161-0/+1
* Python 3.10.0a5Pablo Galindo2021-02-022-2/+0
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Erlend Egeberg Aasland2021-01-051-0/+1
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-051-0/+1
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-072-3/+0
* bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)Steve Dower2020-11-161-0/+1
* bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)Zackery Spytz2020-11-161-0/+2
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-035-5/+0
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...Steve Dower2020-10-201-0/+1
* bpo-38324: Fix test__locale.py Windows failures (GH-20529)TIGirardi2020-10-201-0/+1
* bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)Steve Dower2020-10-191-0/+1
* bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...Ma Lin2020-10-181-0/+1
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Erlend Egeberg Aasland2020-10-081-0/+1
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-0514-22/+0
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Václav Slavík2020-09-141-0/+1
* bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)Steve Dower2020-09-041-0/+2
* bpo-41526: Fixed layout of final page of the installer (GH-21871)Steve Dower2020-08-131-0/+2
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Steve Dower2020-08-061-0/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Steve Dower2020-07-282-0/+3
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Steve Dower2020-07-201-0/+1
* bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195)Serhiy Storchaka2020-06-301-0/+2