summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
Commit message (Expand)AuthorAgeFilesLines
* bpo-35890 : Fix some API calling consistency (GH-11742)Minmin Gong2019-02-031-0/+1
* bpo-29734: nt._getfinalpathname handle leak (GH-740)Mark Becwar2019-02-021-0/+1
* bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)Shiva Saxena2019-02-021-0/+2
* bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...Tony Roberts2019-02-021-0/+1
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Tzu-ping Chung2019-02-021-0/+2
* bpo-33316: PyThread_release_lock always fails (GH-6541)native-api2019-02-021-0/+1
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-301-0/+1
* bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)Steve Dower2019-01-251-0/+1
* bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)Steve Dower2019-01-251-0/+1
* bpo-35758: Fix building on ARM + MSVC (gh-11531)Minmin Gong2019-01-211-0/+1
* bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...Steve Dower2019-01-081-0/+2
* bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple tim...Steve Dower2018-12-271-0/+1
* bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)Steve Dower2018-12-141-0/+1
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Steve Dower2018-12-111-0/+1
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+1
* bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...Steve Dower2018-12-101-0/+2
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-1/+0
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+1
* bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)Brendan Gerrity2018-11-201-0/+1
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Steve Dower2018-10-271-0/+1
* bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Alexey Izbyshev2018-10-201-0/+2
* bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-061-1/+1
* bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)Joe Pamer2018-09-251-0/+1
* bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)Zackery Spytz2018-09-251-0/+1
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Vladimir Matveev2018-09-161-0/+1
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Erik Janssens2018-09-051-0/+1
* bpo-34062: Add missing launcher argument and make behavior consistent between...Brendan Gerrity2018-08-311-0/+1
* bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...Steve Dower2018-07-261-0/+1
* bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)Ammar Askar2018-07-251-0/+3
* bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)Vinay Sajip2018-07-201-0/+4
* bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...ValeriyaSinevich2018-07-191-0/+2
* bpo-34006: Revert line length limit for Windows help docs (GH-8051)Zachary Ware2018-07-021-0/+3
* bpo-31546: Fix input hook integration (GH-7978)Thomas A Caswell2018-06-281-0/+3
* bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)Steve Dower2018-06-041-0/+1
* bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)Steve Dower2018-04-141-0/+1
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Alexey Izbyshev2018-03-081-0/+1
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)Alexey Izbyshev2018-03-011-0/+2
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Serhiy Storchaka2018-02-241-0/+1
* bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)Steve Dower2018-02-231-0/+1
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+1
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)Steve Dower2018-02-201-0/+1
* bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...Segev Finer2018-02-131-0/+2
* bpo-29248: Fix os.readlink() on Windows (GH-5577)SSE42018-02-121-0/+3
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-313-5/+0
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-181-0/+2
* Merge tag 'v3.7.0a4'Ned Deily2018-01-091-2/+0
|\
| * Update docs for 3.7.0a4Ned Deily2018-01-091-2/+0
* | bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-092-0/+3
|/
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-0/+2
* Update NEWS and pydoc topics.Ned Deily2017-12-054-9/+0