summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Collapse)AuthorAgeFilesLines
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-121-0/+1
| | | Also ensure we always display a debug message or error for RC_INTERNAL_ERROR
* gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)Erlend E. Aasland2024-02-061-0/+1
|
* gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)Zachary Ware2024-02-051-0/+1
|
* gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)Zachary Ware2024-02-011-0/+1
|
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft ↵Vincent Cunningham2024-01-251-0/+1
| | | | Store (GH-114358)
* gh-112984 Update Windows build and installer for free-threaded builds ↵Steve Dower2024-01-171-0/+1
| | | | (GH-113129)
* Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-1711-25/+0
|
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ↵Steve Dower2024-01-161-0/+3
| | | | | junction (GH-114089) This avoids impact on later parts of the application which may be able to do things they otherwise shouldn't.
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Steve Dower2024-01-121-0/+2
|
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Zackery Spytz2024-01-111-0/+2
| | | Co-authored-by: Erlend E. Aasland <erlend@python.org>
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)AN Long2024-01-091-0/+2
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)Inada Naoki2023-12-281-0/+2
|
* gh-111973: Update Windows installer to use SQLite 3.44.2 (#113281)Erlend E. Aasland2023-12-191-0/+1
|
* gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128)Victor Stinner2023-12-151-0/+5
| | | | | | On Windows, Process.terminate() no longer sets the returncode attribute to always call WaitForSingleObject() in Process.wait(). Previously, sometimes the process was still running after TerminateProcess() even if GetExitCodeProcess() is not STILL_ACTIVE.
* gh-86179: Implement realpath() on Windows for getpath.py calculations ↵Steve Dower2023-12-131-0/+1
| | | | (GH-113033)
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-131-0/+3
|
* gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ↵Steve Dower2023-12-111-0/+2
| | | | targeted upstream fix (GH-112973)
* gh-112278: Disable WMI queries on Windows after they time out (GH-112658)AN Long2023-12-071-0/+2
|
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-223-4/+0
|
* gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)AN Long2023-11-131-0/+2
|
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)zcxsythenew2023-10-261-0/+1
|
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Tamás Hegedűs2023-10-201-0/+1
|
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-1313-31/+0
|
* gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of ↵Steve Dower2023-10-091-0/+2
| | | | DLLs to bundle (GH-110470)
* gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)jtranquilli2023-10-061-0/+1
| | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend@python.org>
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-051-0/+2
| | | | | | | * Use `FindFirstFile` Win32 API to fix a bug where `ntpath.realpath()` breaks out of traversing a series of paths where a (handled) `ERROR_ACCESS_DENIED` or `ERROR_SHARING_VIOLATION` occurs. * Update docs to reflect that `ntpath.realpath()` eliminates MS-DOS style names.
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that ↵Steve Dower2023-10-021-0/+3
| | | | active virtual environments are preferred (GH-108101)
* gh-109991: Remove obsolete NEWS entries for OpenSSL 3.0.10 (GH-110055)Zachary Ware2023-09-281-1/+0
|
* gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110054)Zachary Ware2023-09-281-0/+1
|
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-052-1/+1
| | | Also clean up some intermediate NEWS entries about previous versions.
* gh-106242: Make ntpath.realpath errors consistent with abspath when there ↵Steve Dower2023-08-221-0/+4
| | | | | | | | | | | | | are embedded nulls (GH-108248) * gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls * Update 2023-08-22-00-36-57.gh-issue-106242.q24ITw.rst mention Windows and the former incorrect ValueError. --------- Co-authored-by: Gregory P. Smith <greg@krypto.org>
* gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)Serhiy Storchaka2023-08-111-0/+1
| | | | | | | | | * Strings with length from 2**31-1 to 2**32-2 always caused MemoryError, it doesn't matter how much memory is available. * Strings with length exactly 2**32-1 caused OSError. * Strings longer than 2**32-1 characters were truncated due to integer overflow bug. * Strings containing the null character were truncated at the first null character. Now strings longer than 2**31-1 characters caused OverflowError and the null character is allowed.
* gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)Steve Dower2023-07-121-0/+1
|
* gh-105436: The environment block should end with two null wchar_t values ↵Dora2032023-06-121-0/+2
| | | | (GH-105495)
* gh-105146: Update links at end of Windows installer (uninstall/repair) ↵Steve Dower2023-05-311-0/+2
| | | | (GH-105147)
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-301-0/+3
|
* gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)Steve Dower2023-05-291-0/+5
|
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a ↵Steve Dower2023-05-291-0/+3
| | | | Windows Dev Drive (GH-104805)
* gh-104820: Fixes os.stat on Windows to better handle file systems that do ↵Steve Dower2023-05-241-0/+2
| | | | not support FileIdInformation (GH-104892)
* 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
| | | | | | | gh-82814: Adds `errno.EACCES` to the list of ignored errors on `_copyxattr`. EPERM and EACCES are different constants but in general should be treated the same. News entry authored by: Gregory P. Smith <greg@krypto.org>
* gh-103088: Fix virtual environment activate script not working in Cygwin ↵Stanislav Syekirin2023-04-121-0/+1
| | | | (GH-103470)
* gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)Stanislav Syekirin2023-04-111-0/+1
|
* GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)AN Long2023-04-071-0/+2
|
* Python 3.12.0a7v3.12.0a7Thomas Wouters2023-04-042-3/+0
|
* gh-99726: Improves correctness of stat results for Windows, and uses faster ↵Steve Dower2023-03-161-0/+2
| | | | | API when available (GH-102149) This deprecates `st_ctime` fields on Windows, with the intent to change them to contain the correct value in 3.14. For now, they should keep returning the creation time as they always have.
* gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)Jamoo7212023-03-161-0/+1
|
* Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-078-11/+0
|