cpython/Misc/NEWS.d/next/Windows
Steve Dower ed93a8852d
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025)
2019-09-12 18:16:50 +01:00
..
2019-04-10-21-13-26.bpo-36590.ZTaKcu.rst bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) 2019-08-02 13:29:52 -07:00
2019-05-05-05-23-34.bpo-28269.-MOHI7.rst bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) 2019-07-13 16:11:43 +03:00
2019-05-10-15-25-44.bpo-32587.-0g2O3.rst bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) 2019-09-09 02:26:15 -07:00
2019-06-11-15-41-34.bpo-36779.0TMw6f.rst bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) 2019-06-12 16:13:27 -07:00
2019-06-13-04-15-51.bpo-37267.Ygo5ef.rst bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) 2019-06-17 09:17:14 +02:00
2019-06-18-09-05-08.bpo-35360.tdqSmo.rst bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) 2019-06-24 16:22:14 -07:00
2019-06-20-12-50-32.bpo-37351.asTnVW.rst bpo-37351: Removes libpython38.a from standard Windows distribution (#14276) 2019-06-21 14:28:46 -07:00
2019-06-25-04-15-22.bpo-37380.tPxjuz.rst bpo-37380: subprocess: don't use _active on win (GH-14360) 2019-06-28 18:12:16 +02:00
2019-06-28-09-44-08.bpo-37369.1iVpxq.rst bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) 2019-06-29 10:34:11 -07:00
2019-06-28-18-10-29.bpo-37445.LsdYO6.rst bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) 2019-09-09 02:20:38 -07:00
2019-07-01-12-38-48.bpo-10945.s0YBHG.rst bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) 2019-07-01 14:12:40 +02:00
2019-07-24-14-36-28.bpo-37672.uKEVHN.rst bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) 2019-07-24 15:13:22 -07:00
2019-07-29-16-49-31.bpo-37702.Lj2f5e.rst bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) 2019-09-09 05:33:43 -07:00
2019-08-06-09-35-12.bpo-37734.EoJ9Nh.rst bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) 2019-08-07 10:49:40 -07:00
2019-08-06-13-54-12.bpo-37778.AY1XhH.rst bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) 2019-08-07 10:50:17 -07:00
2019-08-06-18-09-18.bpo-25172.Akreij.rst bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) 2019-08-08 21:02:49 +01:00
2019-08-08-18-05-27.bpo-36266.x4eZU3.rst bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) 2019-08-17 13:50:39 -07:00
2019-08-12-12-00-24.bpo-37834.VB2QVj.rst bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 2019-08-21 15:27:33 -07:00
2019-08-14-13-40-15.bpo-9949.zW45Ks.rst bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) 2019-08-21 13:43:06 -07:00
2019-08-21-12-58-18.bpo-1311.BoW1wU.rst bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 2019-08-21 15:27:33 -07:00
2019-08-22-09-04-44.bpo-37549.TpKI3M.rst bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) 2019-08-23 11:38:41 -07:00
2019-08-30-15-15-22.bpo-37705.2o4NWW.rst bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) 2019-09-09 02:35:08 -07:00
2019-09-03-11-47-37.bpo-38020.xFZ2j0.rst bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) 2019-09-03 12:50:51 -07:00
2019-09-04-14-01-08.bpo-38030._USdtk.rst bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) 2019-09-04 14:42:54 -07:00
2019-09-09-12-22-23.bpo-37283.8NvOkU.rst bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) 2019-09-09 05:15:07 -07:00
2019-09-10-14-17-25.bpo-38088.FOvWSM.rst bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) 2019-09-10 14:52:23 +01:00
2019-09-10-14-21-40.bpo-38087.--eIib.rst bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) 2019-09-10 14:52:48 +01:00
2019-09-11-10-22-01.bpo-38081.8JhzjD.rst bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) 2019-09-11 10:48:36 +01:00
2019-09-11-12-34-31.bpo-36634.xLaGgb.rst bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) 2019-09-11 15:41:21 +01:00
2019-09-11-14-42-04.bpo-36634.8Un8ih.rst bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) 2019-09-11 16:15:39 +01:00
2019-09-11-14-51-56.bpo-32592.jvQMD9.rst bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) 2019-09-11 17:03:37 +01:00
2019-09-11-15-24-04.bpo-38114.cc0E5E.rst bpo-38114: Do not include pip.ini in Nuget package (GH-15964) 2019-09-11 16:16:27 +01:00
2019-09-12-12-05-55.bpo-38133.yFeRGS.rst bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) 2019-09-12 18:16:50 +01:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Windows* section in this directory.

.. _blurb: https://pypi.org/project/blurb/