index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong
2019-02-03
1
-0/+1
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar
2019-02-02
1
-0/+1
*
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
Shiva Saxena
2019-02-02
1
-0/+2
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
1
-0/+1
*
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...
Tzu-ping Chung
2019-02-02
1
-0/+2
*
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api
2019-02-02
1
-0/+1
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
1
-0/+1
*
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
Steve Dower
2019-01-25
1
-0/+1
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
1
-0/+1
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
1
-0/+1
*
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...
Steve Dower
2019-01-08
1
-0/+2
*
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple tim...
Steve Dower
2018-12-27
1
-0/+1
*
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Steve Dower
2018-12-14
1
-0/+1
*
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
Steve Dower
2018-12-11
1
-0/+1
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
1
-0/+1
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-0/+2
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
1
-1/+0
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
1
-0/+1
*
bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)
Brendan Gerrity
2018-11-20
1
-0/+1
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
1
-0/+1
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
1
-0/+2
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
1
-1/+1
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
1
-0/+1
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Zackery Spytz
2018-09-25
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
1
-0/+1
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Erik Janssens
2018-09-05
1
-0/+1
*
bpo-34062: Add missing launcher argument and make behavior consistent between...
Brendan Gerrity
2018-08-31
1
-0/+1
*
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...
Steve Dower
2018-07-26
1
-0/+1
*
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Ammar Askar
2018-07-25
1
-0/+3
*
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Vinay Sajip
2018-07-20
1
-0/+4
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
ValeriyaSinevich
2018-07-19
1
-0/+2
*
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Zachary Ware
2018-07-02
1
-0/+3
*
bpo-31546: Fix input hook integration (GH-7978)
Thomas A Caswell
2018-06-28
1
-0/+3
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-0/+1
*
bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)
Steve Dower
2018-04-14
1
-0/+1
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Alexey Izbyshev
2018-03-08
1
-0/+1
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev
2018-03-01
1
-0/+2
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
1
-0/+1
*
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Steve Dower
2018-02-23
1
-0/+1
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
1
-0/+1
*
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
2018-02-20
1
-0/+1
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
1
-0/+2
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-0/+3
*
Update NEWS, docs, and patchlevel for 3.7.0b1
Ned Deily
2018-01-31
3
-5/+0
*
bpo-32588: Move _findvs into its own module and add missing _queue module to ...
Steve Dower
2018-01-18
1
-0/+2
*
Merge tag 'v3.7.0a4'
Ned Deily
2018-01-09
1
-2/+0
|
\
|
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
1
-2/+0
*
|
bpo-32507: Change Windows install to include app-local UCRT (#5119)
Steve Dower
2018-01-09
2
-0/+3
|
/
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-0/+2
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
4
-9/+0
[next]