summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0.Steve Dower2016-03-173-3/+3
|
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-083-3/+3
|
* Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-226-8/+9
|
* Issue #25934: Default to /fp:strict for ICC buildsZachary Ware2016-01-302-0/+5
|
* Issue #25824: Fixes sys.winver to not include any architecture suffix.Steve Dower2016-01-161-1/+0
|
* Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.batZachary Ware2016-01-123-49/+62
|
* Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-101-8/+0
| | | | It was very much outdated, and the topic is better covered elsewhere.
* Update PCbuild/readme.txtZachary Ware2015-09-081-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.orgZachary Ware2015-09-042-11/+14
| | | | Don't download sources that won't be used.
* Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-042-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 Ware2015-09-041-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.batZachary Ware2015-09-021-26/+46
| | | | Also fixes quoting to match 3.5+
* Set a default BasePlatformToolset to allow the ICC buildbot to build.Zachary Ware2015-07-282-3/+7
|
* Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-223-3/+3
|
* Fixes OpenSSL directory referenceSteve Dower2015-07-191-1/+1
|
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-16103-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 Ware2015-07-161-8/+5
| | | | Backport of bcf93e3766e8.
* Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-033-3/+3
|
* Update PCbuild/readme.txtZachary Ware2015-06-161-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 Ware2015-06-094-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 CRLFZachary Ware2015-04-131-283/+283
|
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-137-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 Ware2015-04-131-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 Ware2015-04-101-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.2aZachary Ware2015-04-082-2/+2
|
* Fix up PCbuild/readme.txt a bit.Zachary Ware2015-01-151-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.1lSteve Dower2015-01-311-1/+1
|
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-024-38/+8
|
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-012-1/+14
|
* Update OpenSSL version in PCbuild\readme.txtZachary Ware2014-10-261-1/+1
|
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|
* #22398 Tools/msi enhancements for 2.7Steve Dower2014-09-121-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.com2014-09-111-2/+14
| | | | Update zlib file names for the PC installers
* link _ssl to crypt32.lib on windozeBenjamin Peterson2014-08-201-8/+8
|
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
|
* Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-062-2/+2
|
* openssl requires nasm (#21462)Benjamin Peterson2014-05-311-2/+2
|
* Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows buildsSteve Dower2014-05-301-1/+1
|
* Issue #19391: Clean up PCbuild/readme.txtZachary Ware2013-11-041-42/+20
|
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
|
* #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.Ezio Melotti2013-05-051-2/+2
|
* Issue #17425: Build against openssl 0.9.8y on Windows.Martin v. Loewis2013-03-222-2/+2
|
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-1/+1
|
* Use SSL directory from properties file.Martin v. Löwis2012-05-181-32/+8
|
* Upgrade openssl to 0.9.8x.Martin v. Löwis2012-05-152-2/+2
|
* Upgrade to bzip2 1.0.6.Martin v. Löwis2012-05-143-8/+8
|
* fix for real this time...Benjamin Peterson2012-02-211-1823/+5
|
* belately resolve conflicts hereBenjamin Peterson2012-02-211-2/+0
|
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-0/+1824
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-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.