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-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-0/+1
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-0/+2
*
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421)
Erik Janssens
2019-05-21
1
-0/+1
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
1
-0/+1
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
12
-50/+0
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-0/+3
*
bpo-36649: Remove trailing spaces for registry keys when installed via the St...
Steve Dower
2019-04-17
1
-0/+1
*
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
Paul Monson
2019-04-12
1
-0/+4
*
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
Lorenz Mende
2019-04-10
1
-0/+2
*
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Vidar Tonaas Fauske
2019-04-09
1
-0/+2
*
bpo-34060: Report system load when running test suite for Windows (GH-8357)
Ammar Askar
2019-04-09
1
-0/+2
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Paul Moore
2019-03-30
1
-0/+1
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+2
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
1
-0/+2
*
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
kctherookie
2019-03-28
1
-0/+3
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-0/+27
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower
2019-03-27
1
-0/+1
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
3
-5/+0
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
1
-0/+2
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
1
-0/+2
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
1
-0/+1
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
5
-7/+0
*
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson
2019-02-14
1
-0/+1
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
1
-0/+2
*
Merge tag 'v3.8.0a1'
Łukasz Langa
2019-02-04
40
-59/+0
|
\
|
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
40
-59/+0
*
|
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
2
-0/+2
*
|
bpo-35692: pathlib no longer raises when checking file and directory existenc...
Steve Dower
2019-02-04
1
-0/+2
|
/
*
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
[next]