Staging
v0.8.1
https://github.com/python/cpython
Revision 2c899ccffda92a7f3d4e7a01f14a666504db07b5 authored by Steve Dower on 19 June 2017, 18:32:34 UTC, committed by GitHub on 19 June 2017, 18:32:34 UTC
* Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat
Also fixes bdist_wininst.vcxproj to use correct version in generated name.
1 parent a601fcc
Raw File
Tip revision: 2c899ccffda92a7f3d4e7a01f14a666504db07b5 authored by Steve Dower on 19 June 2017, 18:32:34 UTC
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281)
Tip revision: 2c899cc
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top