Staging
v0.5.1
https://github.com/python/cpython
Revision d03928614f20e29d3f9a934e2c85bc09c8df3ae8 authored by Alexandre Vassalotti on 24 October 2008, 01:32:40 UTC, committed by Alexandre Vassalotti on 24 October 2008, 01:32:40 UTC
Add "Restricting Globals" section.
Remove useless 'verbose' flag in the example dbpickle.py.
1 parent 62073e0
Raw File
Tip revision: d03928614f20e29d3f9a934e2c85bc09c8df3ae8 authored by Alexandre Vassalotti on 24 October 2008, 01:32:40 UTC
More improvements to pickle's documentation.
Tip revision: d039286
build-amd64.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external-amd64.bat
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmd /c Tools\buildbot\clean-amd64.bat
vcbuild /useenv PCbuild\kill_python.vcproj "Debug|x64" && PCbuild\amd64\kill_python_d.exe
vcbuild PCbuild\pcbuild.sln "Debug|x64"
back to top