Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 3 | -3/+4 |
|\ | |||||
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 4 | -9/+10 |
| | | |||||
| * | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 2 | -1/+14 |
| | | |||||
* | | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 4 | -7/+21 |
| | | |||||
* | | 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 #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -1/+1 |
| | | |||||
| * | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #21907: Partially revert changes to Windows buildbot scripts. | Zachary Ware | 2014-10-13 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets. | ||||
* | | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 2 | -2/+2 |
| | | |||||
* | | Update prepare_ssl.py script to generate the .asm files. | Zachary Ware | 2014-08-07 | 1 | -8/+31 |
| | | |||||
* | | Issue #21907: Avoid using double quotes to check argument values. | Zachary Ware | 2014-08-01 | 1 | -6/+6 |
| | | | | | | | | | | | | Double quotes in expanded variables can match literal double quotes, which makes for a big mess when passing in a quoted argument (like "/p:externalsDir=..\externals", for example). | ||||
* | | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. | Zachary Ware | 2014-08-01 | 2 | -15/+22 |
| | | |||||
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -8/+8 |
| | | | | | | | | A side effect is that Python depends to the WinSock library. | ||||
* | | Issue #18093: Give the Windows build _testembed.c's new location. | Zachary Ware | 2014-07-25 | 2 | -2/+2 |
| | | |||||
* | | Issue #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 4 | -7/+7 |
| | | |||||
* | | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ | Victor Stinner | 2014-07-24 | 1 | -8/+8 |
| | | |||||
* | | tets | Victor Stinner | 2014-07-24 | 1 | -8/+8 |
| | | |||||
* | | 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 | 5 | -34/+168 |
| | | | | | | | | | | | | 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. | Charles-François Natali | 2014-06-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | 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 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h | Zachary Ware | 2014-06-06 | 2 | -2/+2 |
| | | |||||
* | | Issue #21665: Don't use 'OPTS=noxp' when compiling Tk. | Zachary Ware | 2014-06-05 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | That option had been for Win2k compatibility (which was dropped with Python 3.3) and makes default ttk ugly on post-Win2k systems. | ||||
| * | Issue #21623: open pyproject.props with an explicit encoding | Zachary Ware | 2014-06-02 | 1 | -1/+1 |
| | | |||||
* | | Issue21452 Add missing backslash to build path for make_buildinfo | Tim Golden | 2014-05-09 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Merge | Tim Golden | 2014-05-09 | 1 | -9/+9 |
| |\ | |||||
| * | | Issue21452 Add missing backslash to build path for make_buildinfo | Tim Golden | 2014-05-09 | 1 | -6/+6 |
| | | | |||||
* | | | Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. ↵ | Tim Golden | 2014-05-09 | 1 | -9/+9 |
|\ \ \ | | |/ | |/| | | | | Initial patch by Gabi Davar | ||||
| * | | Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. ↵ | Tim Golden | 2014-05-09 | 1 | -9/+9 |
| |/ | | | | | | | Initial patch by Gabi Davar | ||||
* | | Issue #21141: The Windows build process no longer attempts to find Perl, | Zachary Ware | 2014-05-09 | 5 | -308/+283 |
| | | | | | | | | | | | | | | | | 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 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Update to 1.0.1g | Martin v. Löwis | 2014-05-01 | 2 | -2/+2 |
| | | |||||
| * | "Escape" a character in the middle of "warning" | Zachary Ware | 2014-04-23 | 1 | -8/+8 |
| | | | | | | | | This should stop Buildbot from falsely reporting a warning on Windows bots. | ||||
* | | Issue #19962: The Windows build process now creates "python.bat" | Zachary Ware | 2014-04-30 | 1 | -1/+161 |
| | | | | | | | | | | in the root of the source tree, which passes all arguments through to the most recently built interpreter. | ||||
* | | "Escape" a character in the middle of "warning" | Zachary Ware | 2014-04-23 | 1 | -8/+8 |
| | | | | | | | | This should stop Buildbot from falsely reporting a warning on Windows bots. | ||||
* | | 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 #21017: Enable Tix debug build on Windows | Zachary Ware | 2014-03-22 | 2 | -1/+3 |
| | | |||||
* | | Issue #15968: Temporarily revert change to PCbuild/rt.bat | Zachary Ware | 2014-03-22 | 1 | -1/+3 |
| | | | | | | | | | | to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed. |