Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.13
/
PCbuild
tag
7e74d6ba6468c9b1810a2534542062559c124396
tagger
Ned Deily <nad@python.org>
Tue Feb 16 01:31:03 2021
object
aa73e1722eb9835dc99fd8983885a141112ee4ab
Python 3.6.13
46cbf61
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21298) (#21354)
by Steve Dower
· 5 years ago
f050163
[3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410)
by Benjamin Peterson
· 6 years ago
309d720
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
by Steve Dower
· 7 years ago
f04cc5f
[3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)
by Jeremy Kloth
· 7 years ago
69d0372
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
by Miss Islington (bot)
· 7 years ago
eeca87c
bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776)
by Steve Dower
· 7 years ago
100db0b
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
by Miss Islington (bot)
· 7 years ago
c489a76
bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165)
by Miss Islington (bot)
· 7 years ago
0d8f83f
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
by Steve Dower
· 7 years ago
1672c2f
bpo-33184: Update Windows installer to OpenSSL 1.0.2o (GH-6464)
by Steve Dower
· 7 years ago
17ca4e1
[3.6] Improves the ability to build in CI (GH-5730)
by Steve Dower
· 8 years ago
ccf7f05
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
by Steve Dower
· 8 years ago
fe90efd
Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057)
by Zachary Ware
· 8 years ago
e2ba552
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
by Mariatta
· 8 years ago
c696119
bpo-31691: Specify where to find installer build instructions for Windows (#4427)
by native-api
· 8 years ago
0a6158c
bpo-31691: Specify where to find build instructions for the Windows installer (GH-4426) (#4431)
by Miss Islington (bot)
· 8 years ago
a6ffec2
[3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300)
by Miss Islington (bot)
· 8 years ago
f444356
bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285)
by Miss Islington (bot)
· 8 years ago
40708cc
bpo-31944: Fixes build and Modify button (GH-4278) (#4284)
by Miss Islington (bot)
· 8 years ago
051295a
[3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900) (#3902)
by Miss Islington (bot)
· 8 years ago
76006f2
[3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 (#3425)
by Steve Dower
· 8 years ago
fd645ec
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (GH-3311) (#3386)
by Steve Dower
· 8 years ago
34c6761
[3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. (GH-3391) (#3392)
by Miss Islington (bot)
· 8 years ago
83e37e1
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143)
by Victor Stinner
· 8 years ago
e99d3a5
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
by Steve Dower
· 8 years ago
d02c841
[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)
by Segev Finer
· 8 years ago
d32a059
[3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)
by Victor Stinner
· 8 years ago
06d6e3d
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2280)
by Steve Dower
· 8 years ago
04431c9
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (GH-2237)
by Zachary Ware
· 8 years ago
964c261
[3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)
by Zachary Ware
· 8 years ago
1ccbe60
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1222) (GH-1244)
by Steve Dower
· 8 years ago
e9213d9
bpo-27593: Revise git SCM build info. (#744) (#745)
by Ned Deily
· 8 years ago
16416c2
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
by Xiang Zhang
· 8 years ago
33d70d1
PCbuild: Add -q option to svn export (GH-537)
by INADA Naoki
· 8 years ago
793f822
Fixes git command (#451) (#452)
by Steve Dower
· 8 years ago
d3e1e9d
bpo-27593: Updates Windows build to use information from git (#262) (#450)
by Steve Dower
· 8 years ago
03f7cb0
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
by Zachary Ware
· 8 years ago
654da96
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
by Steve Dower
· 9 years ago
7ec8a18
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
by Steve Dower
· 9 years ago
10beb3c
Issue #28896: Disable WindowsRegistryFinder by default.
by Steve Dower
· 9 years ago
de6efdb
Ensures intermediate directory is created before accessing it.
by Steve Dower
· 9 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
f00ef72
Ensures intermediate directory is created before using it
by Steve Dower
· 9 years ago
1058109
Issue #28846: Various installer fixes
by Steve Dower
· 9 years ago
02a4018
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 9 years ago
4468bed
Issue #28573: Avoid setting up env too many times during build
by Steve Dower
· 9 years ago
1da055e
Makes test_underpth* tests more robust by copying the executable.
by Steve Dower
· 9 years ago
4510e6d
mark dtrace stubs as static inline; remove stubs
by Benjamin Peterson
· 9 years ago
a836362
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
by INADA Naoki
· 9 years ago
9f2ce25
Issue #28428: Rename _futures module to _asyncio.
by INADA Naoki
· 9 years ago
547d156
Issue #28208: Update Windows build to use SQLite 3.14.2.0
by Zachary Ware
· 9 years ago
c08bb6c
Issue #28248: Merge with 3.5
by Zachary Ware
· 9 years ago
fd28cbe
Issue #28248: Merge with 3.4
by Zachary Ware
· 9 years ago
068534a
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
by Zachary Ware
· 9 years ago
425ec15
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 9 years ago
9e4e38e
Issue #26801: Added C implementation of asyncio.Future.
by INADA Naoki
· 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
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
17a564e
Add file missed from backport
by Steve Dower
· 9 years ago
74f4af7
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 9 years ago
e7da2f8
Make PGO use usual build directory on Windows.
by Steve Dower
· 9 years ago
16c18a3
Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
by Zachary Ware
· 9 years ago
37d398e
compile dtrace stubs
by Benjamin Peterson
· 9 years ago
ad46443
Issue #24186: Reenable optimised OpenSSL function
by Steve Dower
· 9 years ago
4db86bc
Changes pyvenv.cfg trick into an actual sys.path file.
by Steve Dower
· 9 years ago
8c9d99f
Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible
by Zachary Ware
· 9 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 9 years ago
393b82e
Issue #16113: compile the module on Windows, too.
by Christian Heimes
· 9 years ago
121b948
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
by Christian Heimes
· 9 years ago
dd2afe9
Closes #20366: Build full text search support into SQLite on Windows
by Zachary Ware
· 9 years ago
c7d1cf4
Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang.
by Steve Dower
· 9 years ago
ebbc736
Fix get_externals.bat
by Zachary Ware
· 9 years ago
7c510a6
Issue #27883: Update sqlite to 3.14.1 on Windows
by Zachary Ware
· 9 years ago
1c2400c
Closes #27407: Merge with 3.5
by Zachary Ware
· 9 years ago
28c3184
Issue #27647: Update Windows build to Tcl/Tk 8.6.6
by Zachary Ware
· 9 years ago
81fb0e3
Merge from 3.5
by Steve Dower
· 9 years ago
6ed63f3
Fixes default intermediate directory when building on Windows.
by Steve Dower
· 9 years ago
edddc27
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
by Steve Dower
· 9 years ago
1db9222
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
by Steve Dower
· 9 years ago
bc3e9ca
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
by Steve Dower
· 9 years ago
df450d1
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
by Steve Dower
· 9 years ago
fb2125d
Merge from 3.5
by Steve Dower
· 9 years ago
6fd76bc
Fixes use of Py_IntDir and Py_OutDir to control build directories.
by Steve Dower
· 9 years ago
3823aab
Merge from 3.5
by Steve Dower
· 9 years ago
b7567c5
Fix building tcl/tk with only the VC build tools installed.
by Steve Dower
· 9 years ago
da27c1d
Merge from 3.5
by Steve Dower
· 9 years ago
945863a
Fixes build order and lingering intermediate files.
by Steve Dower
· 9 years ago
0475ffa
Issue #26930: Merge with 3.5
by Zachary Ware
· 9 years ago
42d4b9c
Issue #26930: Update Windows build to OpenSSL 1.0.2h
by Zachary Ware
· 9 years ago
f88d83b
Issue #26930: Update Windows build to OpenSSL 1.0.2h
by Zachary Ware
· 9 years ago
82029ac
Issue #27186: add Include/osmodule.h to the proper build rules
by Brett Cannon
· 9 years ago
b0f80b0
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
by Serhiy Storchaka
· 9 years ago
15d2d49
Closes #26706: Merge with 3.5
by Zachary Ware
· 9 years ago
7d82d03
Issue #26706: Update OpenSSL version in PCbuild/readme.txt
by Zachary Ware
· 9 years ago
a4d41b3
Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions.
by Steve Dower
· 9 years ago
a7a222f
Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions.
by Steve Dower
· 9 years ago
765c635
Adds version info to all signed binaries on Windows
by Steve Dower
· 9 years ago
b066058
Adds version info to all signed binaries on Windows.
by Steve Dower
· 9 years ago
8c08e0d
rt.bat: use -m test instead of Lib\test\regrtest.py
by Victor Stinner
· 9 years ago
Next »