summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Make PGO use usual build directory on Windows.Steve Dower2016-09-122-2/+0
|
* Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-124-7/+225
|
* compile dtrace stubsBenjamin Peterson2016-09-102-2/+6
|
* Issue #24186: Reenable optimised OpenSSL functionSteve Dower2016-09-091-1/+1
|
* Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-1/+1
|
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-312-0/+4
| | | | Closes #17602: Adds a readline implementation for the Windows console
* Issue #16113: compile the module on Windows, too.Christian Heimes2016-09-072-0/+4
|
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-062-0/+12
|
* Closes #20366: Build full text search support into SQLite on WindowsZachary Ware2016-09-051-2/+2
|
* Issue #27756: Adds new icons for Python files and processes on Windows. ↵Steve Dower2016-09-051-1/+1
| | | | Designs by Cherry Wang.
* Fix get_externals.batZachary Ware2016-09-051-1/+1
|
* Issue #27883: Update sqlite to 3.14.1 on WindowsZachary Ware2016-09-052-2/+2
|
* Closes #27407: Merge with 3.5Zachary Ware2016-09-051-1/+6
|\
| * Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatibleZachary Ware2016-09-051-1/+6
| |
* | Issue #27647: Update Windows build to Tcl/Tk 8.6.6Zachary Ware2016-07-283-6/+6
| |
* | Merge from 3.5Steve Dower2016-07-251-1/+1
|\ \ | |/
| * Fixes default intermediate directory when building on Windows.Steve Dower2016-07-251-1/+1
| |
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-235-3/+157
|\ \ | |/ | | | | works correctly.
| * Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵Steve Dower2016-07-165-3/+157
| | | | | | | | works correctly.
* | Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
|\ \ | |/
| * Closes #27545: Remove pyshellext.vcxproj from pcbuild.projSteve Dower2016-07-181-2/+0
| |
* | Merge from 3.5Steve Dower2016-07-163-11/+41
|\ \ | |/
| * Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-163-11/+41
| |
* | Merge from 3.5Steve Dower2016-07-153-0/+6
|\ \ | |/
| * Fix building tcl/tk with only the VC build tools installed.Steve Dower2016-07-153-0/+6
| |
* | Merge from 3.5Steve Dower2016-07-142-7/+7
|\ \ | |/
| * Fixes build order and lingering intermediate files.Steve Dower2016-07-142-7/+7
| |
| * Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-153-3/+3
| |
* | Issue #26930: Merge with 3.5Zachary Ware2016-06-153-3/+3
|\ \
| * | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-153-3/+3
| |/
* | Issue #27186: add Include/osmodule.h to the proper build rulesBrett Cannon2016-06-122-2/+6
| |
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-242-0/+4
| | | | | | | | Patch by Demur Rumed.
* | Closes #26706: Merge with 3.5Zachary Ware2016-04-141-1/+1
|\ \ | |/
| * Issue #26706: Update OpenSSL version in PCbuild/readme.txtZachary Ware2016-04-141-1/+1
| | | | | | | | Thanks to Shaun Walbridge for noticing.
* | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵Steve Dower2016-04-131-0/+7
|\ \ | |/ | | | | old versions.
| * Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵Steve Dower2016-04-131-0/+7
| | | | | | | | old versions.
* | Adds version info to all signed binaries on WindowsSteve Dower2016-04-0631-13/+88
|\ \ | |/
| * Adds version info to all signed binaries on Windows.Steve Dower2016-04-0631-13/+88
| |
* | rt.bat: use -m test instead of Lib\test\regrtest.pyVictor Stinner2016-03-241-1/+1
| |
* | Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by ↵Steve Dower2016-03-121-4/+4
|\ \ | |/ | | | | Bjoern Thiel.
| * Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by ↵Steve Dower2016-03-121-4/+4
| | | | | | | | Bjoern Thiel.
* | Adds warning to prepare_ssl when nasm is not available.Steve Dower2016-03-081-0/+3
|\ \ | |/ | | | | Force clean externals on buildbots.
| * Adds warning to prepare_ssl when nasm is not available.Steve Dower2016-03-081-0/+3
| | | | | | | | Force clean of externals on buildbots.
* | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-083-4/+4
|\ \ | |/
| * Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-083-4/+4
| |
* | Issue #26268: Merge with 3.5Zachary Ware2016-02-227-121/+67
|\ \ | |/
| * Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-226-11/+12
| |
| * Issue #26268: Update the prepare_ssl.py scriptZachary Ware2016-02-221-110/+55
| | | | | | | | | | | | | | | | | | It can now handle OpenSSL versions 1.0.2e and greater, which don't include include files in include/. Note that sources prepared by this script no longer support the old project files for 2.7; you now have to have Perl available to use the old build_ssl.py script with sources from svn.python.org.
* | Updates build to use SHA256 hash when signing filesSteve Dower2016-02-081-1/+1
|\ \ | |/
| * Updates build to use SHA256 hash when signing files.Steve Dower2016-02-081-1/+1
| |