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
/
PCbuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31523: Reliability improvements to the Windows build files (#3900)
Steve Dower
2017-10-05
1
-1/+1
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
1
-5/+5
*
bpo-31392: Update SSL build for 1.1.0 (#3448)
Steve Dower
2017-09-09
5
-31/+61
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
2
-0/+28
*
Updates PCBuild/readme.txt (#3418)
Steve Dower
2017-09-08
1
-76/+54
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
4
-72/+80
*
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
2017-09-07
5
-28/+41
*
Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391)
Steve Dower
2017-09-06
3
-2/+3
*
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...
Steve Dower
2017-09-06
4
-2/+22
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
2
-32/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
2
-0/+32
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner
2017-08-18
4
-3/+11
*
bpo-30814, bpo-30876: Add new import test files to projects. (#2851)
Serhiy Storchaka
2017-07-27
1
-0/+6
*
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer
2017-07-26
6
-7/+12
*
bpo-30450: Fix logic for retrying nuget.exe download (#2744)
Steve Dower
2017-07-18
1
-2/+19
*
bpo-30450: Fall back to git.exe if no Python is found. (#2739)
Steve Dower
2017-07-17
1
-0/+10
*
bpo-30450: Adds alternate download approach for nuget.exe (#2737)
Steve Dower
2017-07-17
2
-1/+41
*
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Steve Dower
2017-07-17
23
-1362/+416
*
bpo-30726: Also fix pyexpat.vcxproj (#2375)
Segev Finer
2017-06-28
1
-1/+1
*
bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)
Segev Finer
2017-06-23
1
-1/+1
*
bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)
Victor Stinner
2017-06-23
1
-2/+2
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
3
-22/+66
*
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
Segev Finer
2017-06-16
4
-1/+7
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
Zachary Ware
2017-06-16
3
-68/+142
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
10
-1446/+1446
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-0/+15
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
2
-4/+4
*
Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)
Steve Dower
2017-05-17
2
-1/+37
*
Adds lib.pyproj file to solution (#1633)
Steve Dower
2017-05-17
2
-2/+1815
*
PCbuild/build.bat: Add note about using msbuild response file. (#1551)
Charles
2017-05-12
1
-1/+6
*
PCbuild/build.bat: pass command line parameters when building PGO (#1510)
Charles
2017-05-09
1
-1/+1
*
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222)
Segev Finer
2017-04-20
1
-0/+34
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+0
*
bpo-27593: Revise git SCM build info. (#744)
Ned Deily
2017-03-21
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
2
-17/+11
*
PCbuild: Add -q option to svn export (GH-535)
INADA Naoki
2017-03-07
1
-1/+1
*
Fixes git command (#451)
Steve Dower
2017-03-04
1
-1/+1
*
bpo-27593: Updates Windows build to use information from git (#262)
Steve Dower
2017-03-04
2
-16/+16
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)
Zachary Ware
2017-03-03
3
-3/+3
*
bpo-29524: Add Objects/call.c file (#12)
Victor Stinner
2017-02-12
2
-1/+5
*
Backed out changeset f23fa1f7b68f
Victor Stinner
2017-02-10
1
-2/+1
*
Issue #29465: Add Objects/call.c file
Victor Stinner
2017-02-10
1
-1/+2
*
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower
2016-12-28
1
-3/+3
|
\
|
*
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower
2016-12-28
1
-3/+3
|
|
\
|
|
*
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Steve Dower
2016-12-28
1
-3/+3
*
|
|
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower
2016-12-12
2
-18/+29
|
\
\
\
|
|
/
/
|
*
|
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower
2016-12-12
2
-18/+29
*
|
|
Issue #28846: Various installer fixes
Steve Dower
2016-12-03
2
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Ensures intermediate directory is created before using it
Steve Dower
2016-12-03
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Ensures intermediate directory is created before accessing it.
Steve Dower
2016-12-03
1
-0/+1
[next]