Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line Now perl path with spaces can be used. ........ r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line Updated PC/VC6 openssl build script. (for openssl-1.0.0a) ........ r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line Updated readme.txt about OpenSSL. ........ r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) ........ | ||||
* | Cosmetic fix to use print function. | Hirokazu Yamamoto | 2010-10-01 | 1 | -1/+1 |
| | |||||
* | Recorded rollback of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-21 | 1 | -4/+4 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k | ||||
* | Recorded merge of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-19 | 1 | -4/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) ........ | ||||
* | Make script work with 2.5. | Martin v. Löwis | 2010-01-02 | 1 | -0/+1 |
| | |||||
* | Drop 2.4 compatibility. | Martin v. Löwis | 2009-12-21 | 1 | -5/+2 |
| | |||||
* | Port build_ssl.py to 2.4; support HOST_PYTHON variable | Martin v. Löwis | 2008-02-29 | 1 | -4/+12 |
| | |||||
* | Renamed PCBuild9 directory to PCBuild | Christian Heimes | 2007-12-31 | 1 | -0/+250 |
| | |||||
* | Moved PCbuild directory to PC/VS7.1 | Christian Heimes | 2007-12-31 | 1 | -181/+0 |
| | |||||
* | Specify the bufferoverflowU.lib to the makefile on the command line | Thomas Heller | 2007-06-12 | 1 | -1/+1 |
| | | | | (for ReleaseAMD64 builds). | ||||
* | Merge 53501 and 53502 from 25 branch: | Martin v. Löwis | 2007-01-20 | 1 | -0/+2 |
| | | | | Add /GS- for AMD64 and Itanium builds where missing. | ||||
* | Merge 51340 and 51341 from 2.5 branch: | Martin v. Löwis | 2006-08-17 | 1 | -4/+7 |
| | | | | | Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure. | ||||
* | Build _hashlib on Windows. Build OpenSSL with masm assembler code. | Martin v. Löwis | 2006-08-16 | 1 | -40/+28 |
| | | | | Fixes #1535502. | ||||
* | Fix Debug build of _ssl. | Martin v. Löwis | 2006-07-14 | 1 | -4/+4 |
| | |||||
* | Extend build_ssl to Win64, using VSExtComp. | Martin v. Löwis | 2006-07-14 | 1 | -36/+61 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | Don't make all the OpenSSL executables, just the library we need. | Mark Hammond | 2002-12-03 | 1 | -1/+21 |
| | | | | Contributed by David Bolen. | ||||
* | Add _ssl build process for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+143 |