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.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
5
-8/+0
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
1
-0/+2
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Zachary Ware
2022-11-01
1
-0/+2
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
1
-0/+2
*
gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...
Steve Dower
2022-10-28
1
-0/+1
*
gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)
Erlend E. Aasland
2022-10-25
1
-0/+1
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
29
-56/+0
*
Fix typo in news entry (#98361)
Ikko Ashimine
2022-10-22
1
-1/+1
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Steve Dower
2022-10-20
1
-0/+4
*
gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...
Steve Dower
2022-10-19
1
-0/+3
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-0/+3
*
gh-90989: Install Windows launcher per-user, and clarify some installer text ...
Steve Dower
2022-09-30
1
-0/+2
*
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Steve Dower
2022-09-30
1
-0/+1
*
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Steve Dower
2022-09-23
1
-0/+1
*
gh-94781: Fix Windows projects not cleaning intermediate and output files for...
Charlie Zhao
2022-09-07
1
-0/+2
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
1
-0/+1
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Steve Dower
2022-09-07
1
-0/+1
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+3
*
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Steve Dower
2022-08-10
1
-0/+2
*
gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)
Erlend Egeberg Aasland
2022-08-04
1
-0/+2
*
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...
Steve Dower
2022-08-04
1
-0/+2
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Steve Dower
2022-08-03
1
-0/+3
*
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
neonene
2022-08-01
1
-0/+1
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-0/+2
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Steve Dower
2022-07-28
1
-0/+3
*
gh-95285: py.exe launcher fails with short argv0 (GH-95295)
Steve Dower
2022-07-26
1
-0/+2
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Steve Dower
2022-07-16
1
-0/+2
*
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
Paul Moore
2022-07-16
1
-0/+1
*
gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)
Robin Plumey
2022-06-28
1
-0/+1
*
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
Steve Dower
2022-06-15
1
-0/+2
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
1
-0/+3
*
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Mori Bellamy
2022-05-23
1
-0/+1
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
1
-0/+3
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
David Machaj
2022-05-19
1
-0/+1
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin
2022-05-17
1
-0/+2
*
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Zackery Spytz
2022-05-17
1
-0/+1
*
bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)
Mariusz Felisiak
2022-05-09
1
-0/+1
*
Python 3.11.0b1
Pablo Galindo
2022-05-06
5
-6/+0
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
1
-0/+1
*
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
Mariusz Felisiak
2022-05-02
1
-0/+1
*
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
Mariusz Felisiak
2022-04-25
1
-0/+1
*
bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)
Ma Lin
2022-04-19
1
-0/+1
*
bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)
Steve Dower
2022-04-06
1
-0/+2
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
7
-15/+0
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Zachary Ware
2022-04-02
1
-0/+1
*
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
Steve Dower
2022-03-30
1
-0/+1
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-0/+6
*
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Steve Dower
2022-03-22
1
-0/+2
*
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
Mariusz Felisiak
2022-03-15
1
-0/+1
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
1
-0/+2
[next]