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-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily
2020-01-28
1
-0/+1
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Zackery Spytz
2020-01-28
1
-0/+2
*
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...
Christoph Reiter
2020-01-28
1
-0/+5
*
Python 3.9.0a2
v3.9.0a2
Łukasz Langa
2019-12-18
2
-2/+0
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower
2019-12-09
1
-0/+1
*
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-...
Steve Dower
2019-11-20
1
-0/+1
*
Python 3.9.0a1
v3.9.0a1
Łukasz Langa
2019-11-19
42
-58/+0
*
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower
2019-11-15
1
-0/+1
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Steve Dower
2019-10-28
1
-0/+1
*
bpo-38519: Internal include files missing on Windows (GH-16921)
Zackery Spytz
2019-10-28
1
-0/+2
*
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
Steve Dower
2019-10-16
1
-0/+1
*
bpo-38344: Fix syntax in activate.bat (GH-16533)
James Abel
2019-10-07
1
-0/+1
*
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
Steve Dower
2019-10-03
1
-0/+1
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Steve Dower
2019-10-03
1
-0/+1
*
bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)
Steve Dower
2019-09-16
1
-0/+1
*
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en...
Steve Dower
2019-09-13
1
-0/+1
*
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...
Steve Dower
2019-09-12
1
-0/+2
*
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...
Steve Dower
2019-09-11
1
-0/+1
*
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
Steve Dower
2019-09-11
1
-0/+1
*
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
Steve Dower
2019-09-11
1
-0/+2
*
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...
Steve Dower
2019-09-11
1
-0/+2
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
1
-0/+1
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
1
-0/+1
*
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...
Steve Dower
2019-09-10
1
-0/+2
*
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
[prev]
[next]