summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Steve Dower2019-09-111-0/+1
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-101-0/+1
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Steve Dower2019-09-101-0/+2
* bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)neonene2019-09-091-0/+2
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Steve Dower2019-09-091-0/+2
* bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)Zackery Spytz2019-09-091-0/+1
* bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)Zackery Spytz2019-09-091-0/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-091-0/+2
* bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)Steve Dower2019-09-041-0/+1
* bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)Steve Dower2019-09-031-0/+2
* bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)Zackery Spytz2019-08-231-0/+1
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-212-0/+4
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-211-0/+1
* bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...shireenrao2019-08-171-0/+1
* bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...shireenrao2019-08-081-0/+1
* bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...Steve Dower2019-08-071-0/+1
* bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...Steve Dower2019-08-071-0/+1
* bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)Greg Bowser2019-08-021-0/+1
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Steve Dower2019-07-241-0/+2
* bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)Minmin Gong2019-07-131-0/+1
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miro Hrončok2019-07-011-0/+2
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-0/+1
* bpo-37380: subprocess: don't use _active on win (GH-14360)Ruslan Kuprieiev2019-06-281-0/+2
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)animalize2019-06-241-0/+1
* bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)Steve Dower2019-06-211-0/+1
* bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)Zackery Spytz2019-06-171-0/+2
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Paul Monson2019-06-121-0/+2
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-044-5/+0
* bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz2019-05-281-0/+1