summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23461: Normalise line endings when comparing old and new contents of ↵Steve Dower2015-02-141-2/+2
| | | | importlib.h
* Issue #23260: Update Windows installerSteve Dower2015-02-067-10/+36
|
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-312-2/+2
|
* Fixes python3_d.dll build so that functions are forwarded to python35_d.dllSteve Dower2015-01-311-3/+32
|
* Fixes sys.winver generation and removes dependency on user32.dllSteve Dower2015-01-153-6/+12
|
* Closes #23154: Fix unnecessary recompilation of OpenSSL on WindowsZachary Ware2015-01-043-12/+6
|
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-161-0/+4
|
* Make bdist_wininst build only on demandSteve Dower2014-12-164-169/+1
|
* Update Tcl/Tk to 8.6.3Zachary Ware2014-12-152-5/+5
| | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
* Allows nasm to be found on the system-wide path before using the version in ↵Steve Dower2014-12-131-3/+5
| | | | externals.
* Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist ↵Steve Dower2014-12-121-1/+1
| | | | in the project.
* Removes use of ValueOrDefault function that is not always available on the ↵Steve Dower2014-12-121-1/+2
| | | | buildbots.
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-2270-7867/+2285
| | | | which will be used for the official 3.5 release.
* Issue #22869: Add pylifecycle.c/.h files to pythoncore project.Steve Dower2014-11-212-0/+8
|
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-023-3/+4
|\
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-024-9/+10
| |
| * Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-012-1/+14
| |
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-014-7/+21
| |
* | 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 #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-172-2/+2
|\ \ | |/
| * Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
| |
| * Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
| |
* | Issue #21907: Partially revert changes to Windows buildbot scripts.Zachary Ware2014-10-131-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 Ware2014-08-072-2/+2
| |
* | Update prepare_ssl.py script to generate the .asm files.Zachary Ware2014-08-071-8/+31
| |
* | Issue #21907: Avoid using double quotes to check argument values.Zachary Ware2014-08-011-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 Ware2014-08-012-15/+22
| |
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-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 Ware2014-07-252-2/+2
| |
* | Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-254-7/+7
| |
* | Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/Victor Stinner2014-07-241-8/+8
| |
* | tetsVictor Stinner2014-07-241-8/+8
| |
* | 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-075-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 Natali2014-06-201-1/+1
|\ \ | |/
* | 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-062-2/+2
|\ \ | |/
| * Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1hZachary Ware2014-06-062-2/+2
| |
* | Issue #21665: Don't use 'OPTS=noxp' when compiling Tk.Zachary Ware2014-06-051-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 encodingZachary Ware2014-06-021-1/+1
| |
* | Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6
|\ \ | |/
| * MergeTim Golden2014-05-091-9/+9
| |\