summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.4v3.12.4Thomas Wouters2024-06-065-11/+0
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-301-0/+1
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Steve Dower2024-05-291-0/+3
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Miss Islington (bot)2024-04-291-0/+1
* [3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445) (...Mariusz Felisiak2024-04-171-0/+1
* gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to...Steve Dower2024-04-151-0/+5
* Python 3.12.3v3.12.3Thomas Wouters2024-04-097-18/+0
* gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...Miss Islington (bot)2024-04-031-0/+5
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-251-0/+1
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-0/+1
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Miss Islington (bot)2024-03-051-0/+6
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Miss Islington (bot)2024-02-191-0/+3
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Miss Islington (bot)2024-02-121-0/+1
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2024-02-061-0/+1
|\
| * [3.12] gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065) (#1...Erlend E. Aasland2024-02-061-0/+1
* | Python 3.12.2v3.12.2Thomas Wouters2024-02-068-17/+0
|/
* [3.12] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115076)Miss Islington (bot)2024-02-061-0/+1
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047)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...Miss Islington (bot)2024-01-161-0/+3
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-121-0/+2
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Miss Islington (bot)2024-01-111-0/+2
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-101-0/+2
* [3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...Miss Islington (bot)2023-12-151-0/+5
* Python 3.12.1v3.12.1Thomas Wouters2023-12-075-7/+0
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)Miss Islington (bot)2023-11-131-0/+2
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)Miss Islington (bot)2023-10-261-0/+1
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-0/+1
* [3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-091-0/+2
* [3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (...Miss Islington (bot)2023-10-091-0/+1
* Python 3.12.0v3.12.0Thomas Wouters2023-10-021-1/+0
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054) (#11...Miss Islington (bot)2023-10-021-0/+1
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-053-6/+0
* [3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#10...Miss Islington (bot)2023-09-051-0/+1
* [3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...Miss Islington (bot)2023-08-221-0/+4
* [3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)Serhiy Storchaka2023-08-161-0/+1
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-051-1/+0
* [3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680)Miss Islington (bot)2023-07-121-0/+1
* Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-191-2/+0
* [3.12] gh-105436: The environment block should end with two null wchar_t valu...Miss Islington (bot)2023-06-121-0/+2
* Python 3.12.0b2v3.12.0b2Thomas Wouters2023-06-065-15/+0
* gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...Miss Islington (bot)2023-05-311-0/+2
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Miss Islington (bot)2023-05-301-0/+3
* gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)Miss Islington (bot)2023-05-291-0/+5
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Miss Islington (bot)2023-05-291-0/+2
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Miss Islington (bot)2023-05-291-0/+3
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-226-9/+0
* gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)Erlend E. Aasland2023-05-181-0/+1
* gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)Mariusz Felisiak2023-05-021-0/+1
* gh-82814: fix shutil access error on WSL (#103790)Allan Lago2023-04-251-0/+3