summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid ...Steve Dower2015-05-141-1/+1
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-252-0/+8
* | Update Tcl/Tk to 8.6.4.Zachary Ware2015-04-142-3/+3
* | Actually build Tix.Zachary Ware2015-04-141-1/+1
* | 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
* | 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
* | 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
|\ \ | |/
| * Put the NASM pulled from svn.python.org at the front of the PATH.Zachary Ware2015-04-101-1/+2
| * 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
* | Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).Zachary Ware2015-04-081-0/+3
* | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-062-7/+7
* | 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 i...Steve Dower2015-02-141-2/+2
* | 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
* | Allows nasm to be found on the system-wide path before using the version in e...Steve Dower2014-12-131-3/+5
* | Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist in...Steve Dower2014-12-121-1/+1
* | Removes use of ValueOrDefault function that is not always available on the bu...Steve Dower2014-12-121-1/+2
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-2270-7867/+2285
* | 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
* | 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
* | 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
* | 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