summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-033-3/+3
|\ \ \ | |/ /
| * | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-033-3/+3
| |\ \ | | |/
| | * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-033-3/+3
| | |
* | | Fixes warnings when building python3.dll due to the .def file accumulating ↵Steve Dower2015-07-032-2/+3
|\ \ \ | |/ / | | | | | | | | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe.
| * | Fixes warnings when building python3.dll due to the .def file accumulating ↵Steve Dower2015-07-032-2/+3
| | | | | | | | | | | | | | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe.
* | | Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-3/+5
|\ \ \ | |/ /
| * | Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-3/+5
| | |
* | | Merge PCbuild/readme.txt update from 3.5Zachary Ware2015-06-171-2/+3
|\ \ \ | |/ /
| * | Merge 3.4's PCbuild/readme.txt update.Zachary Ware2015-06-171-2/+3
| |\ \ | | |/ | | | | | | | | | All the new information in 3.4's readme.txt was already here, but the wrong name was used to refer to the script. Also reworded the sentence.
| | * Update PCbuild/readme.txtZachary Ware2015-06-171-40/+8
| | | | | | | | | | | | | | | It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot.
* | | Merge with 3.5Zachary Ware2015-06-101-0/+9
|\ \ \ | |/ /
| * | Merge forward extras beyond #21907 backport.Zachary Ware2015-06-101-0/+9
| |\ \ | | |/
| | * Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-104-23/+211
| | | | | | | | | | | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
* | | Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI.Steve Dower2015-06-031-1/+1
| | |
* | | Issue #24376: xxlimited.c errors when building 32 and 64 bit on WindowsSteve Dower2015-06-031-1/+1
|\ \ \ | |/ /
| * | Issue #24376: xxlimited.c errors when building 32 and 64 bit on WindowsSteve Dower2015-06-031-1/+1
| | |
* | | Merge from 3.5.Eric Snow2015-05-301-0/+2
|\ \ \ | |/ /
| * | Issue #16991: Add odictobject.h on Windows.Eric Snow2015-05-301-0/+2
| | |
| * | Reverting my previous commit.Yury Selivanov2015-05-301-2/+2
|/ / | | | | | | Something went horribly wrong when I was doing `hg rebase`.
* | Update Windows build for 3.6Zachary Ware2015-05-281-2/+2
| |
* | Issue #24268: Adds PCBuild project to build _testmultiphase module.Steve Dower2015-05-244-1/+119
| |
* | Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-221-0/+1
| | | | | | | | | | The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms.
* | Updates PCBuild.sln to open with VS 2015 by default.Steve Dower2015-05-201-2/+2
| |
* | Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid ↵Steve Dower2015-05-141-1/+1
| | | | | | | | crashing.
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-252-0/+8
| | | | | | | | | | | | | | Also updates a few internal implementations of the same thing to use the new built-in code. Contributed by Arnon Yaari.
* | Update Tcl/Tk to 8.6.4.Zachary Ware2015-04-142-3/+3
| | | | | | | | The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.
* | Actually build Tix.Zachary Ware2015-04-141-1/+1
| | | | | | | | It's been absent from all alpha releases, which apparently nobody has noticed.
* | Merge with 3.4Zachary Ware2015-04-131-341/+341
|\ \ | |/
| * Force the Windows readme to CRLFZachary Ware2015-04-131-354/+354
| |
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-139-301/+301
|\ \ | |/
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-137-155/+155
| | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* | Closes #18402: Merge with 3.4Zachary Ware2015-04-131-1/+5
|\ \ | |/
| * 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.
* | Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-124-10/+27
| |
* | Merge with 3.4.Zachary Ware2015-04-101-1/+1
|\ \ | |/ | | | | | | The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building.
| * 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.2a.Zachary Ware2015-04-082-2/+2
| |
| * Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
| |
* | Fix prepare_ssl.py scriptZachary Ware2015-04-091-3/+3
| | | | | | | | | | Builds using prepared sources that had Perl available anyway were broken by the previous fix to this script (oops).
* | Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).Zachary Ware2015-04-081-0/+3
| | | | | | | | | | | | | | This change affects the makefiles checked into svn.python.org, which the 3.5 build no longer uses. 3.4 and 2.7 both still use those makefiles, but their build_ssl.py scripts don't require an update; if the script is running the 'fix_makefiles' method it already has Perl available anyway.
* | Issue #23524: Replace _PyVerify_fd function with calling ↵Steve Dower2015-03-062-7/+7
| | | | | | | | _set_thread_local_invalid_parameter_handler on every thread.
* | Back-out wcstok deprecation suppression and updates calls to use wcstok_s.Steve Dower2015-02-261-1/+1
| |
* | Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.Steve Dower2015-02-261-1/+1
| |
* | 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
| |