mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge with 3.5.
This commit is contained in:
commit
fc632e3912
11 changed files with 24 additions and 0 deletions
0
Lib/pydoc.py
Executable file → Normal file
0
Lib/pydoc.py
Executable file → Normal file
2
Lib/site-packages/README
Normal file
2
Lib/site-packages/README
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
This directory exists so that 3rd party packages can be installed
|
||||||
|
here. Read the source for site.py for more details.
|
0
Lib/test/regrtest.py
Executable file → Normal file
0
Lib/test/regrtest.py
Executable file → Normal file
0
Lib/timeit.py
Executable file → Normal file
0
Lib/timeit.py
Executable file → Normal file
0
Parser/asdl_c.py
Executable file → Normal file
0
Parser/asdl_c.py
Executable file → Normal file
5
Tools/buildbot/build-amd64.bat
Normal file
5
Tools/buildbot/build-amd64.bat
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@rem Formerly used by the buildbot "compile" step.
|
||||||
|
@echo This script is no longer used and may be removed in the future.
|
||||||
|
@echo To get the same effect as this script, use
|
||||||
|
@echo PCbuild\build.bat -d -e -k -p x64
|
||||||
|
call "%~dp0build.bat" -p x64 %*
|
5
Tools/buildbot/clean-amd64.bat
Normal file
5
Tools/buildbot/clean-amd64.bat
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@rem Formerly used by the buildbot "clean" step.
|
||||||
|
@echo This script is no longer used and may be removed in the future.
|
||||||
|
@echo To get the same effect as this script, use `clean.bat` from this
|
||||||
|
@echo directory and pass `-p x64` as two arguments.
|
||||||
|
call "%~dp0clean.bat" -p x64 %*
|
3
Tools/buildbot/external-amd64.bat
Normal file
3
Tools/buildbot/external-amd64.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo This script is no longer used and may be removed in the future.
|
||||||
|
@echo Please use PCbuild\get_externals.bat instead.
|
||||||
|
@"%~dp0..\..\PCbuild\get_externals.bat" %*
|
3
Tools/buildbot/external.bat
Normal file
3
Tools/buildbot/external.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo This script is no longer used and may be removed in the future.
|
||||||
|
@echo Please use PCbuild\get_externals.bat instead.
|
||||||
|
@"%~dp0..\..\PCbuild\get_externals.bat" %*
|
6
Tools/buildbot/test-amd64.bat
Normal file
6
Tools/buildbot/test-amd64.bat
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
@rem Formerly used by the buildbot "test" step.
|
||||||
|
@echo This script is no longer used and may be removed in the future.
|
||||||
|
@echo To get the same effect as this script, use
|
||||||
|
@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
|
||||||
|
@echo or use `test.bat` in this directory and pass `-x64` as an argument.
|
||||||
|
call "%~dp0test.bat" -x64 %*
|
0
configure
vendored
Executable file → Normal file
0
configure
vendored
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue