summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+1
|\
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-6/+7
| |
| * Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-1/+3
| |
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-4/+4
| |
* | Merge with 3.4Zachary Ware2014-10-261-1/+1
|\ \ | |/
| * Update OpenSSL version in PCbuild\readme.txtZachary Ware2014-10-261-1/+1
| |
* | Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches.Zachary Ware2014-10-261-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.4Zachary Ware2014-07-071-2/+5
|\ \ | |/
| * Issue #17846: Clarify note about Solution Folders.Zachary Ware2014-07-071-2/+5
| | | | | | | | Initial patch by Kathleen Weaver.
* | Merge with 3.4Zachary Ware2014-07-071-1/+1
|\ \ | |/
| * Fix MSVC edition mismatch.Zachary Ware2014-07-071-1/+1
| |
* | Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-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.4Zachary Ware2014-06-131-3/+0
|\ \ | |/
| * Per Martin [1], PGO is no longer used for official releases.Zachary Ware2014-06-131-3/+0
| | | | | | | | [1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html
* | Issue #21745: Merge with 3.4Zachary Ware2014-06-131-0/+3
|\ \ | |/
| * Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errorsZachary Ware2014-06-131-0/+3
| |
* | Issue #21671: Merge with 3.4Zachary Ware2014-06-061-1/+1
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-061-1/+1
| |
* | Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-091-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.4Martin v. Löwis2014-05-011-1/+1
|\ \ | |/
| * Update to 1.0.1gMartin v. Löwis2014-05-011-1/+1
| |
* | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.Zachary Ware2014-03-291-0/+1
| |
* | Merge with 3.4Zachary Ware2014-03-291-2/+1
|\ \ | |/
| * Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.Zachary Ware2014-03-291-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 buildZachary Ware2014-03-221-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.4Zachary Ware2014-03-191-4/+7
|\ \ | |/
| * Use the correct VS edition names in PCbuild/readme.txtZachary Ware2014-03-191-4/+7
| |
| * Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+1
| |
* | Bump Windows build to 3.5Zachary Ware2014-03-171-1/+1
| |
* | Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+1
|/
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-1/+0
| | | | Patch by Christian Heimes, with modifications.
* Update Tcl/Tk to 8.6.1.Martin v. Löwis2013-11-231-2/+2
|
* Update xz to 5.0.5.Martin v. Löwis2013-11-221-3/+3
|
* Update SQLite to 3.8.1 on Windows.Martin v. Löwis2013-11-221-1/+1
|
* #19439: Update PCbuild/readme.txt with new sub-projectZachary Ware2013-11-061-0/+3
|
* Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)Tim Golden2013-10-251-259/+262
|
* Issue #19130: mention historic VS 2008 build dir, tooChristian Heimes2013-09-291-0/+2
|\
| * Issue #19130: mention historic VS 2008 build dir, tooChristian Heimes2013-09-291-0/+2
| |
* | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
|\ \ | |/
| * Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
| |
* | #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
| |
* | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵Christian Heimes2013-06-141-2/+5
|\ \ | |/ | | | | on Windows
| * Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵Christian Heimes2013-06-141-2/+5
| | | | | | | | on Windows
* | merge with 3.3Georg Brandl2013-05-121-1/+1
|\ \ | |/
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-1/+1
| |
* | #17425: merge 3.3Martin v. Löwis2013-03-241-1/+1
|\ \ | |/
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-1/+1
| |
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-1/+1
|/
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-12/+6
| | | | | use "references" to link to dependent projects. Update readme and batch files.