Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0. | Steve Dower | 2016-03-17 | 3 | -3/+3 |
| | |||||
* | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 3 | -3/+3 |
| | |||||
* | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 6 | -8/+9 |
| | |||||
* | Issue #25934: Default to /fp:strict for ICC builds | Zachary Ware | 2016-01-30 | 2 | -0/+5 |
| | |||||
* | Issue #25824: Fixes sys.winver to not include any architecture suffix. | Steve Dower | 2016-01-16 | 1 | -1/+0 |
| | |||||
* | Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat | Zachary Ware | 2016-01-12 | 3 | -49/+62 |
| | |||||
* | Issue #25022: Remove PC/example_nt/ | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
| | | | | It was very much outdated, and the topic is better covered elsewhere. | ||||
* | Update PCbuild/readme.txt | Zachary Ware | 2015-09-08 | 1 | -178/+226 |
| | | | | It now better matches 3.5+ and the new reality of 2.7's PCbuild dir. | ||||
* | Issue #24986: Save some bandwidth from svn.python.org | Zachary Ware | 2015-09-04 | 2 | -11/+14 |
| | | | | Don't download sources that won't be used. | ||||
* | Issue #24986: Allow building Python without external libraries on Windows | Zachary Ware | 2015-09-04 | 2 | -5/+37 |
| | | | | | | | | | | This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given). | ||||
* | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 1 | -2/+4 |
| | | | | | This makes it possible to pass more than 7 tests by name through Tools\buildbot\test.bat | ||||
* | Turn 'rem' comments into a real usage message in PCbuild/build.bat | Zachary Ware | 2015-09-02 | 1 | -26/+46 |
| | | | | Also fixes quoting to match 3.5+ | ||||
* | Set a default BasePlatformToolset to allow the ICC buildbot to build. | Zachary Ware | 2015-07-28 | 2 | -3/+7 |
| | |||||
* | Issue #24603: Update Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 3 | -3/+3 |
| | |||||
* | Fixes OpenSSL directory reference | Steve Dower | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 103 | -16906/+6702 |
| | | | | | | | The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files. | ||||
* | Close #23963: Fix building with original OpenSSL sources. | Zachary Ware | 2015-07-16 | 1 | -8/+5 |
| | | | | Backport of bcf93e3766e8. | ||||
* | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 3 | -3/+3 |
| | |||||
* | Update PCbuild/readme.txt | Zachary Ware | 2015-06-16 | 1 | -33/+10 |
| | | | | | It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot. | ||||
* | Clean up/refactor the batch scripts used for building on Windows. | Zachary Ware | 2015-06-09 | 4 | -19/+212 |
| | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible. | ||||
* | Force the Windows readme to CRLF | Zachary Ware | 2015-04-13 | 1 | -283/+283 |
| | |||||
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 7 | -150/+150 |
| | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | Issue #18402: Also look for 64 bit Perl in build_ssl.py. | Zachary Ware | 2015-04-13 | 1 | -1/+5 |
| | | | | It's still not necessary to build, but may be useful to some. | ||||
* | Put the NASM pulled from svn.python.org at the front of the PATH. | Zachary Ware | 2015-04-10 | 1 | -1/+2 |
| | | | | | | This will prevent failures from the version of NASM installed on buildbots, if the ability to override the version used is desired again later, we can figure out a way to opt in. | ||||
* | Issue #23686: Update Windows build to use OpenSSL 1.0.2a | Zachary Ware | 2015-04-08 | 2 | -2/+2 |
| | |||||
* | Fix up PCbuild/readme.txt a bit. | Zachary Ware | 2015-01-15 | 1 | -7/+4 |
| | | | | | | | Removes an incorrect assertion (that the build script will choose the latest OpenSSL sources it can find), fixes NASM's homepage, and rewords the section about NASM to make it more clear that you don't have to install your own. | ||||
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 4 | -38/+8 |
| | |||||
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 2 | -1/+14 |
| | |||||
* | Update OpenSSL version in PCbuild\readme.txt | Zachary Ware | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | #22398 Tools/msi enhancements for 2.7 | Steve Dower | 2014-09-12 | 1 | -1/+1 |
| | | | | | | Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name. | ||||
* | - Issue #22381: Update zlib to 1.2.8. | doko@ubuntu.com | 2014-09-11 | 1 | -2/+14 |
| | | | | Update zlib file names for the PC installers | ||||
* | link _ssl to crypt32.lib on windoze | Benjamin Peterson | 2014-08-20 | 1 | -8/+8 |
| | |||||
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 2 | -2/+2 |
| | |||||
* | openssl requires nasm (#21462) | Benjamin Peterson | 2014-05-31 | 1 | -2/+2 |
| | |||||
* | Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds | Steve Dower | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Issue #19391: Clean up PCbuild/readme.txt | Zachary Ware | 2013-11-04 | 1 | -42/+20 |
| | |||||
* | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. | Ezio Melotti | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | Issue #17425: Build against openssl 0.9.8y on Windows. | Martin v. Loewis | 2013-03-22 | 2 | -2/+2 |
| | |||||
* | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Use SSL directory from properties file. | Martin v. Löwis | 2012-05-18 | 1 | -32/+8 |
| | |||||
* | Upgrade openssl to 0.9.8x. | Martin v. Löwis | 2012-05-15 | 2 | -2/+2 |
| | |||||
* | Upgrade to bzip2 1.0.6. | Martin v. Löwis | 2012-05-14 | 3 | -8/+8 |
| | |||||
* | fix for real this time... | Benjamin Peterson | 2012-02-21 | 1 | -1823/+5 |
| | |||||
* | belately resolve conflicts here | Benjamin Peterson | 2012-02-21 | 1 | -2/+0 |
| | |||||
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -0/+1824 |
|\ | |||||
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner. |