http://web2py.com/examples/static/web2py_src.zip
you can access
http://web2py.com/examples/static/1.74.5/web2py_src.zip
and you will be able to download a specific version. I do not store
all previous versions but I store the last 10 or so.
Massimo
It's to help me keep track of what version I've downloaded. On my
server, I unzip and rename the web2py to web2py_version, so that I can
keep the prior version in case I encounter problems with the new
version, and I simply create a symbolic link to the desired version.
Use this: (on Linux desktop)
wget -O web2py_src-1.74.5.zip http://web2py.com/examples/static/1.74.5/web2py_src.zip
Regards
Anand