Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -1/+1 |
|\ | |||||
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -6/+7 |
| | | |||||
| * | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -1/+3 |
| | | |||||
* | | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -4/+4 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2014-10-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update OpenSSL version in PCbuild\readme.txt | Zachary Ware | 2014-10-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches. | Zachary Ware | 2014-10-26 | 1 | -0/+13 |
| | | | | | | | | | | | | Specifically, that they can be passed at the end of a build.bat invocation. Initial patch by Shorya Raj. | ||||
* | | Issue #17846: Merge with 3.4 | Zachary Ware | 2014-07-07 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #17846: Clarify note about Solution Folders. | Zachary Ware | 2014-07-07 | 1 | -2/+5 |
| | | | | | | | | Initial patch by Kathleen Weaver. | ||||
* | | Merge with 3.4 | Zachary Ware | 2014-07-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix MSVC edition mismatch. | Zachary Ware | 2014-07-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #21907: Improved the batch scripts provided for building Python. | Zachary Ware | 2014-07-07 | 1 | -17/+40 |
| | | | | | | | | | | | | The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible. | ||||
* | | Merge with 3.4 | Zachary Ware | 2014-06-13 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Per Martin [1], PGO is no longer used for official releases. | Zachary Ware | 2014-06-13 | 1 | -3/+0 |
| | | | | | | | | [1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html | ||||
* | | Issue #21745: Merge with 3.4 | Zachary Ware | 2014-06-13 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors | Zachary Ware | 2014-06-13 | 1 | -0/+3 |
| | | |||||
* | | Issue #21671: Merge with 3.4 | Zachary Ware | 2014-06-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #21141: The Windows build process no longer attempts to find Perl, | Zachary Ware | 2014-05-09 | 1 | -23/+12 |
| | | | | | | | | | | | | | | | | instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build. | ||||
* | | Merge with 3.4 | Martin v. Löwis | 2014-05-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update to 1.0.1g | Martin v. Löwis | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -0/+1 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
| | | | | | | | | | | | | Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere. | ||||
* | | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build | Zachary Ware | 2014-03-22 | 1 | -25/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64 | ||||
* | | Merge with 3.4 | Zachary Ware | 2014-03-19 | 1 | -4/+7 |
|\ \ | |/ | |||||
| * | Use the correct VS edition names in PCbuild/readme.txt | Zachary Ware | 2014-03-19 | 1 | -4/+7 |
| | | |||||
| * | Issue #20465: Update Windows installer to SQLite 3.8.3.1. | Martin v. Löwis | 2014-03-02 | 1 | -1/+1 |
| | | |||||
* | | Bump Windows build to 3.5 | Zachary Ware | 2014-03-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #20465: Update Windows installer to SQLite 3.8.3.1. | Martin v. Löwis | 2014-03-02 | 1 | -1/+1 |
|/ | |||||
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 1 | -1/+0 |
| | | | | Patch by Christian Heimes, with modifications. | ||||
* | Update Tcl/Tk to 8.6.1. | Martin v. Löwis | 2013-11-23 | 1 | -2/+2 |
| | |||||
* | Update xz to 5.0.5. | Martin v. Löwis | 2013-11-22 | 1 | -3/+3 |
| | |||||
* | Update SQLite to 3.8.1 on Windows. | Martin v. Löwis | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | #19439: Update PCbuild/readme.txt with new sub-project | Zachary Ware | 2013-11-06 | 1 | -0/+3 |
| | |||||
* | Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) | Tim Golden | 2013-10-25 | 1 | -259/+262 |
| | |||||
* | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 |
|\ | |||||
| * | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 |
| | | |||||
* | | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 1 | -4/+4 |
| | | |||||
* | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵ | Christian Heimes | 2013-06-14 | 1 | -2/+5 |
|\ \ | |/ | | | | | on Windows | ||||
| * | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵ | Christian Heimes | 2013-06-14 | 1 | -2/+5 |
| | | | | | | | | on Windows | ||||
* | | merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
| | | |||||
* | | #17425: merge 3.3 | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #17425: Build with openssl 1.0.1d on Windows. | Martin v. Löwis | 2013-03-24 | 1 | -1/+1 |
| | | |||||
* | | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 1 | -1/+1 |
|/ | |||||
* | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 1 | -12/+6 |
| | | | | | use "references" to link to dependent projects. Update readme and batch files. |