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
*
Python 3.10.11
v3.10.11
Pablo Galindo
2023-04-04
2
-2/+0
*
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101...
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
Miss Islington (bot)
2023-02-08
1
-0/+1
*
Python 3.10.10
v3.10.10
Pablo Galindo
2023-02-07
3
-5/+0
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-0/+1
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)
Steve Dower
2023-01-10
1
-0/+1
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Miss Islington (bot)
2022-12-09
1
-0/+3
*
Python 3.10.9
v3.10.9
Pablo Galindo
2022-12-06
4
-7/+0
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Luke Garland
2022-12-02
1
-0/+2
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Miss Islington (bot)
2022-11-23
1
-0/+2
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Miss Islington (bot)
2022-11-01
1
-0/+2
*
[3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...
Erlend E. Aasland
2022-10-28
1
-0/+1
*
Python 3.10.8
v3.10.8
Pablo Galindo
2022-10-11
3
-5/+0
*
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-0/+3
*
gh-90989: Clarify some installer text (GH-97676)
Steve Dower
2022-09-30
1
-0/+1
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Miss Islington (bot)
2022-09-07
1
-0/+1
*
Python 3.10.6
v3.10.6
Pablo Galindo
2022-08-01
3
-7/+0
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)
Miss Islington (bot)
2022-06-28
1
-0/+2
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
Steve Dower
2022-06-10
1
-0/+3
*
Python 3.10.5
v3.10.5
Pablo Galindo
2022-06-06
4
-4/+0
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
Miss Islington (bot)
2022-05-19
1
-0/+1
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-10
1
-0/+1
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Steve Dower
2022-04-20
1
-0/+1
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Miss Islington (bot)
2022-04-02
1
-0/+1
*
Python 3.10.3
v3.10.3
Pablo Galindo
2022-03-16
3
-8/+0
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
1
-0/+2
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-07
1
-0/+2
*
bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...
Miss Islington (bot)
2022-02-07
1
-0/+4
*
Python 3.10.1
v3.10.1
Pablo Galindo
2021-12-06
6
-18/+0
*
bpo-45901: Fixes argument passing when invoking .py files directly through th...
Miss Islington (bot)
2021-11-26
1
-0/+4
*
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
Miss Islington (bot)
2021-11-24
1
-0/+4
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
1
-0/+1
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-06
1
-0/+3
*
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Steve Dower
2021-11-04
1
-0/+2
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
1
-0/+4
*
Python 3.10.0rc2
v3.10.0rc2
Pablo Galindo
2021-09-07
1
-1/+0
*
[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)...
Ćukasz Langa
2021-08-30
1
-0/+1
*
Python 3.10.0rc1
v3.10.0rc1
Pablo Galindo
2021-08-02
2
-4/+0
*
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Miss Islington (bot)
2021-07-28
1
-0/+3
*
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...
Miss Islington (bot)
2021-07-13
1
-0/+1
*
Python 3.10.0b4
v3.10.0b4
Pablo Galindo
2021-07-10
2
-3/+0
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Miss Islington (bot)
2021-07-08
1
-0/+2
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Miss Islington (bot)
2021-06-20
1
-0/+1
*
Python 3.10.0b2
v3.10.0b2
Pablo Galindo
2021-05-31
1
-1/+0
*
bpo-42686: Enable SQLite math functions in Windows build (GH-24053) (#25892)
Miss Islington (bot)
2021-05-04
1
-0/+1
*
Python 3.10.0b1
v3.10.0b1
Pablo Galindo
2021-05-03
9
-17/+0
*
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
2021-04-27
1
-0/+1
*
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
Ken Jin
2021-04-26
1
-0/+3
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
1
-0/+2
[next]