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-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene
2019-09-09
1
-0/+2
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Steve Dower
2019-09-09
1
-0/+2
*
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-0/+2
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
1
-0/+1
*
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Steve Dower
2019-09-03
1
-0/+2
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+1
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
2
-0/+4
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-0/+1
*
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...
shireenrao
2019-08-17
1
-0/+1
*
bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...
shireenrao
2019-08-08
1
-0/+1
*
bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...
Steve Dower
2019-08-07
1
-0/+1
*
bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...
Steve Dower
2019-08-07
1
-0/+1
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-0/+1
*
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
Steve Dower
2019-07-24
1
-0/+2
*
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Minmin Gong
2019-07-13
1
-0/+1
*
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miro Hrončok
2019-07-01
1
-0/+2
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-0/+1
*
bpo-37380: subprocess: don't use _active on win (GH-14360)
Ruslan Kuprieiev
2019-06-28
1
-0/+2
*
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
animalize
2019-06-24
1
-0/+1
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
1
-0/+1
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
1
-0/+2
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Paul Monson
2019-06-12
1
-0/+2
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
4
-5/+0
*
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
|
\
[next]