Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.7
/
Tools
/
msi
tag
c5357fa77308a959a11a6a2771fa4b1c7dc44a62
tagger
Ned Deily <nad@python.org>
Wed Jun 28 01:40:37 2023
object
0f56adb8d74e703974811620559d96c999334547
Final head of the former 3.7 branch
4a1d65f
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31925)
by Miss Islington (bot)
· 3 years, 6 months ago
9747627
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31730)
by Steve Dower
· 3 years, 6 months ago
076da79
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
by Miss Islington (bot)
· 5 years ago
eede148
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
by Steve Dower
· 5 years ago
561c597
[3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18232)
by Steve Dower
· 6 years ago
379b55b
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
by Miss Skeleton (bot)
· 6 years ago
d3b8a6b
bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759)
by Miss Islington (bot)
· 6 years ago
43b97ae
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
by Steve Dower
· 6 years ago
c05c116
Allow Windows layout builds to fully skip code signing (GH-12808)
by Miss Islington (bot)
· 6 years ago
65445f6
bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)
by Miss Islington (bot)
· 6 years ago
4f6854a
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
by Miss Islington (bot)
· 7 years ago
81eda28
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
by Miss Islington (bot)
· 7 years ago
dd3b04e
Enable signing Windows builds with SHA1 environment variable (GH-11279)
by Miss Islington (bot)
· 7 years ago
0e4ad88
bpo-34977: Add Windows App Store package (GH-11027)
by Steve Dower
· 7 years ago
b264c60
[3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 7 years ago
783b794
Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)
by Victor Stinner
· 7 years ago
2532091
[3.7] bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 7 years ago
b02774f
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
by Victor Stinner
· 7 years ago
e2cf819
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Miss Islington (bot)
· 7 years ago
a73e790
Fixes tests requiring extra environment values on Windows (GH-9462)
by Steve Dower
· 7 years ago
bf8e9d1
bpo-34217: Use lowercase for windows headers (GH-8472)
by Miss Islington (bot)
· 7 years ago
0126b7d
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
by Miss Islington (bot)
· 7 years ago
cefbd01
Minor improvements to the Windows build/release process (GH-5935)
by Miss Islington (bot)
· 8 years ago
f23746a
bpo-32436: Implement PEP 567 (#5027)
by Yury Selivanov
· 8 years ago
2507e29
bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
by Steve Dower
· 8 years ago
d135f20
bpo-32507: Change Windows install to include app-local UCRT (#5119)
by Steve Dower
· 8 years ago
9ab11b3
Allows non-critical upload steps to fail (#4742)
by Steve Dower
· 8 years ago
0d2a908
bpo-31944: Fixes build and Modify button (#4278)
by Steve Dower
· 8 years ago
2084b30
bpo-31523: Reliability improvements to the Windows build files (#3900)
by Steve Dower
· 8 years ago
efb560e
bpo-31662: Fix typos in uploadrelease.bat script
by Anselm Kruis
· 8 years ago
f1502d0
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
by Stefan Grönke
· 8 years ago
b84bcc4
bpo-31392: Update SSL build for 1.1.0 (#3448)
by Steve Dower
· 8 years ago
5fcd5e6
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
by Steve Dower
· 8 years ago
f085191
Fix build batch files (#2750)
by Steve Dower
· 8 years ago
68d663c
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
by Steve Dower
· 8 years ago
40a23e8
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252)
by Steve Dower
· 8 years ago
51599e2
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
by Zachary Ware
· 8 years ago
6b6e687
bpo-27425: Be more explicit in .gitattributes (GH-840)
by Zachary Ware
· 8 years ago
d6debb2
bpo-29919: Remove unused imports found by pyflakes (#137)
by Victor Stinner
· 8 years ago
3286123
Takes vcruntime140.dll from the correct source. (#679)
by Steve Dower
· 8 years ago
f6e6101
Fixes the upload script to purge the CDN correctly and display success output. (#466)
by Steve Dower
· 8 years ago
a0c07d2
bpo-27593: Updates Windows build to use information from git (#262)
by Steve Dower
· 8 years ago
1aceb02
bpo-29624: Adds purge step and layout test after uploading files. (#258)
by Steve Dower
· 9 years ago
52a7e92
bpo-29579: Removes readme.txt from the installer. (#160)
by Steve Dower
· 9 years ago
d947e4d
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 9 years ago
f007b49
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 9 years ago
5288477
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 9 years ago
8bfba84
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 9 years ago
b227227
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 9 years ago
e711cc0
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 9 years ago
9cc113a
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
1058109
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
d2140cc
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 9 years ago
2a94301
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 9 years ago
f0888cd
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 9 years ago
bbf32e1
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 9 years ago
02a4018
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 9 years ago
9ee351f
Issue #28573: Fixes issue with nested if blocks
by Steve Dower
· 9 years ago
de40e12
Issue #28573: Fixes issue with nested if blocks
by Steve Dower
· 9 years ago
7ed2398
Fixes incorrect merge
by Steve Dower
· 9 years ago
e044dfa
Issue #28573: Avoid setting up env too many times during build
by Steve Dower
· 9 years ago
4468bed
Issue #28573: Avoid setting up env too many times during build
by Steve Dower
· 9 years ago
4782ab3
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
by Steve Dower
· 9 years ago
27c22f9
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
by Steve Dower
· 9 years ago
fcb5c64
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 9 years ago
d14ae16
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 9 years ago
43ab355
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 9 years ago
26d4d76
Merge from 3.6
by Steve Dower
· 9 years ago
31c80e8
Revert incorrect file merge from 3.5.
by Steve Dower
· 9 years ago
43d2b26
Merge from 3.5
by Steve Dower
· 9 years ago
fcf622e
Updates release build to collect symbols and binaries, and create nuget package.
by Steve Dower
· 9 years ago
66fe8fe
Fix launcher.msi from rebuilding during release build.
by Steve Dower
· 9 years ago
ec1f28a
Fix launcher.msi from rebuilding during release build.
by Steve Dower
· 9 years ago
15d3d8b
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 9 years ago
425ec15
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 9 years ago
4a8ff9e
Issue #28217: Adds _testconsole module to test console input.
by Steve Dower
· 9 years ago
312cef7
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
by Steve Dower
· 9 years ago
3e7d93d
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
7652853
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
fb4a96a
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
e8ef95e
Fixes bad merge for issue #28110
by Steve Dower
· 9 years ago
7e3dfd1
Fixes bad merge for issue #28110
by Steve Dower
· 9 years ago
f4fc1d1
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
7358efa
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
1c75c18
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
64566db
Merge with 3.6
by Steve Dower
· 9 years ago
ed51b26
Issue #28137: Renames Windows path file to ._pth
by Steve Dower
· 9 years ago
13b97e3
Remove pybench microbenchmark
by Victor Stinner
· 9 years ago
41fca9d
Updates zip and nuget builds for Windows.
by Steve Dower
· 9 years ago
e7da2f8
Make PGO use usual build directory on Windows.
by Steve Dower
· 9 years ago
c4b53af
Issue #28046: Remove platform-specific directories from sys.path
by Zachary Ware
· 9 years ago
d6c580c
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 9 years ago
c87ae80
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 9 years ago
2a1f30f
Prevent PGO build for x86 releases.
by Steve Dower
· 9 years ago
fa526bd
Closes #27314: Fixes launcher installer upgrade table.
by Steve Dower
· 9 years ago
2fadfc0
Issue #26619: Improves error message when installing on out-of-date Windows Server
by Steve Dower
· 9 years ago
7a35b1c
Issue #26619: Improves error message when installing on out-of-date Windows Server
by Steve Dower
· 9 years ago
4db86bc
Changes pyvenv.cfg trick into an actual sys.path file.
by Steve Dower
· 9 years ago
beb0f1d
Adds MAX_PATH button to the installer.
by Steve Dower
· 9 years ago
Next »