summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.0rc1v3.9.0rc1Łukasz Langa2020-08-114-5/+0
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Miss Islington (bot)2020-08-061-0/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Miss Islington (bot)2020-07-282-0/+3
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Miss Islington (bot)2020-07-211-0/+1
* Python 3.9.0b4v3.9.0b4Łukasz Langa2020-07-023-5/+0
* bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)Miss Islington (bot)2020-06-251-0/+3
* bpo-37556 Extend help to include latest overrides (GH-14701)Miss Islington (bot)2020-06-151-0/+1
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Miss Islington (bot)2020-06-121-0/+1
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-082-3/+0
* [3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241)Miss Islington (bot)2020-05-221-0/+2
* bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)Miss Islington (bot)2020-05-191-0/+1
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-183-5/+0
* bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...Minmin Gong2020-05-181-0/+1
* bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)Kjell Braden2020-05-181-0/+3
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Steve Dower2020-05-051-0/+1
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-272-2/+0
* bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)Steve Dower2020-04-041-0/+1
* bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)Zackery Spytz2020-03-301-0/+1
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-236-12/+0
* bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)bobince2020-03-111-0/+2
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Steve Dower2020-03-111-0/+2
* bpo-38597: Never statically link extension initialization code on Windows (GH...Steve Dower2020-03-031-0/+4
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Erlend Egeberg Aasland2020-03-021-0/+1
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Steve Dower2020-02-291-0/+1
* Merge tag 'v3.9.0a4'Łukasz Langa2020-02-265-10/+0
|\
| * Python 3.9.0a4v3.9.0a4Łukasz Langa2020-02-255-10/+0
* | bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)Steve Dower2020-02-251-0/+2
|/
* bpo-39553: Delete HAVE_SXS protected code (GH-18356)Zackery Spytz2020-02-051-0/+1
* bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)Anthony Shaw2020-02-051-0/+1
* bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)Adam Meily2020-01-281-0/+1
* bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...Zackery Spytz2020-01-281-0/+2
* bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...Christoph Reiter2020-01-281-0/+5
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-182-2/+0
* bpo-39007: Add auditing events to functions in winreg (GH-17541)Steve Dower2019-12-091-0/+1
* bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...Steve Dower2019-11-201-0/+1
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-1942-58/+0
* bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)Steve Dower2019-11-151-0/+1
* bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...Steve Dower2019-10-281-0/+1
* bpo-38519: Internal include files missing on Windows (GH-16921)Zackery Spytz2019-10-281-0/+2
* bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)Steve Dower2019-10-161-0/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)James Abel2019-10-071-0/+1
* bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)Steve Dower2019-10-031-0/+1
* bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)Steve Dower2019-10-031-0/+1
* bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)Steve Dower2019-09-161-0/+1
* bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...Steve Dower2019-09-131-0/+1
* bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...Steve Dower2019-09-121-0/+2
* bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...Steve Dower2019-09-111-0/+1
* bpo-38114: Do not include pip.ini in Nuget package (GH-15964)Steve Dower2019-09-111-0/+1
* bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)Steve Dower2019-09-111-0/+2
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-111-0/+2