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.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
3
-6/+0
*
[3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#10...
Miss Islington (bot)
2023-09-05
1
-0/+1
*
[3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...
Miss Islington (bot)
2023-08-22
1
-0/+4
*
[3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)
Serhiy Storchaka
2023-08-16
1
-0/+1
*
Python 3.12.0rc1
v3.12.0rc1
Thomas Wouters
2023-08-05
1
-1/+0
*
[3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680)
Miss Islington (bot)
2023-07-12
1
-0/+1
*
Python 3.12.0b3
v3.12.0b3
Thomas Wouters
2023-06-19
1
-2/+0
*
[3.12] gh-105436: The environment block should end with two null wchar_t valu...
Miss Islington (bot)
2023-06-12
1
-0/+2
*
Python 3.12.0b2
v3.12.0b2
Thomas Wouters
2023-06-06
5
-15/+0
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Miss Islington (bot)
2023-05-31
1
-0/+2
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-30
1
-0/+3
*
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Miss Islington (bot)
2023-05-29
1
-0/+5
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Miss Islington (bot)
2023-05-29
1
-0/+2
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-29
1
-0/+3
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
6
-9/+0
*
gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)
Erlend E. Aasland
2023-05-18
1
-0/+1
*
gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)
Mariusz Felisiak
2023-05-02
1
-0/+1
*
gh-82814: fix shutil access error on WSL (#103790)
Allan Lago
2023-04-25
1
-0/+3
*
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...
Stanislav Syekirin
2023-04-12
1
-0/+1
*
gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)
Stanislav Syekirin
2023-04-11
1
-0/+1
*
GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)
AN Long
2023-04-07
1
-0/+2
*
Python 3.12.0a7
v3.12.0a7
Thomas Wouters
2023-04-04
2
-3/+0
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-0/+2
*
gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
Jamoo721
2023-03-16
1
-0/+1
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
8
-11/+0
*
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...
Max Bachmann
2023-03-01
1
-0/+2
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
2
-0/+2
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Steve Dower
2023-02-13
1
-0/+1
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Steve Dower
2023-02-10
1
-0/+1
*
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
Erlend E. Aasland
2023-02-10
1
-0/+1
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+3
*
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension ...
David Hewitt
2023-02-08
1
-0/+1
*
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
7
-15/+0
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Steve Dower
2023-02-06
1
-0/+2
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Steve Dower
2023-02-01
1
-0/+3
*
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Steve Dower
2023-01-26
1
-0/+1
*
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...
Martin Boisvert
2023-01-24
1
-0/+3
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore
2023-01-17
1
-0/+1
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
1
-0/+3
*
gh-100247: Fix py.exe launcher not using entire shebang command for finding c...
Steve Dower
2023-01-13
1
-0/+2
*
Python 3.12.0a4
v3.12.0a4
Thomas Wouters
2023-01-10
6
-12/+0
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
Steve Dower
2023-01-09
1
-0/+1
*
gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...
C.A.M. Gerlach
2023-01-09
1
-0/+2
*
gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__
Ateeq Sharfuddin
2022-12-15
1
-0/+3
*
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail
2022-12-12
1
-0/+1
*
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...
DarioDaF
2022-12-10
1
-0/+2
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Shreyan Avigyan
2022-12-09
1
-0/+3
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
4
-7/+0
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-0/+2
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Steve Dower
2022-11-23
1
-0/+2
[next]