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-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (...
Ray Donnelly
2021-07-28
1
-0/+3
*
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...
Konstantin-Glukhov
2021-07-13
1
-0/+1
*
bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH...
Steve Dower
2021-07-08
1
-0/+2
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Ryan Hileman
2021-06-07
1
-0/+1
*
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
Ned Deily
2021-05-08
9
-17/+0
*
bpo-42686: Enable SQLite math functions in Windows build (#24053)
Erlend Egeberg Aasland
2021-05-04
1
-0/+1
*
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
*
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
Terry Jan Reedy
2021-04-23
1
-0/+1
*
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower
2021-04-23
2
-0/+1
*
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...
Steve Dower
2021-04-22
1
-0/+2
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Steve Dower
2021-04-22
1
-0/+3
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Steve Dower
2021-04-21
1
-0/+2
*
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
Steve Dower
2021-04-06
1
-0/+2
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
1
-2/+0
*
bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)
Erlend Egeberg Aasland
2021-03-09
1
-0/+2
*
Revert "bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)" (#24753)
Jason R. Coombs
2021-03-04
1
-1/+0
*
bpo-42405: fix C extensions build on Windows ARM64 (GH-23399)
Adrian Vladu
2021-03-04
1
-0/+1
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
1
-1/+0
*
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
Zackery Spytz
2021-02-16
1
-0/+1
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
2
-2/+0
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Erlend Egeberg Aasland
2021-01-05
1
-0/+1
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
1
-0/+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
2
-3/+0
*
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Steve Dower
2020-11-16
1
-0/+1
*
bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
Zackery Spytz
2020-11-16
1
-0/+2
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
5
-5/+0
*
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...
Steve Dower
2020-10-20
1
-0/+1
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
2020-10-20
1
-0/+1
*
bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
Steve Dower
2020-10-19
1
-0/+1
*
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...
Ma Lin
2020-10-18
1
-0/+1
*
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Erlend Egeberg Aasland
2020-10-08
1
-0/+1
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
14
-22/+0
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Václav Slavík
2020-09-14
1
-0/+1
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-04
1
-0/+2
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Steve Dower
2020-08-13
1
-0/+2
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Steve Dower
2020-08-06
1
-0/+1
*
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Steve Dower
2020-07-28
2
-0/+3
*
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Steve Dower
2020-07-20
1
-0/+1
*
bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195)
Serhiy Storchaka
2020-06-30
1
-0/+2
*
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
Serhiy Storchaka
2020-06-25
1
-0/+3
*
bpo-41039: Simplify python3.dll build (GH-20989)
Nikita Nemkin
2020-06-23
1
-0/+2
*
bpo-37556 Extend help to include latest overrides (GH-14701)
Steve (Gadget) Barnes
2020-06-12
1
-0/+1
*
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-12
1
-0/+1
*
bpo-39631: Adds NEWS entry (GH-20227)
Steve Dower
2020-05-19
1
-0/+2
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong
2020-05-19
1
-0/+1
*
Consolidate 3.9.0b1 NEWS in the master branch
Łukasz Langa
2020-05-19
3
-5/+0
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Minmin Gong
2020-05-18
1
-0/+1
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-0/+3
[next]