Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build | Steve Dower | 2015-10-11 | 2 | -0/+7 |
|\ | |||||
| * | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build | Steve Dower | 2015-10-11 | 2 | -0/+7 |
| | | |||||
* | | Closes #25022: Merge with 3.5 | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | Issue #25022: Merge with 3.4 | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
| |\ | |||||
| | * | Issue #25022: Remove PC/example_nt/ | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
| | | | | | | | | | | | | It was very much outdated, and the topic is better covered elsewhere. | ||||
* | | | Merge from 3.5. | Larry Hastings | 2015-09-09 | 4 | -11/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge Python 3.5.0rc4 back to hg.python.org. | Larry Hastings | 2015-09-09 | 4 | -11/+9 |
| |\ \ | |||||
| | * | | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 4 | -11/+9 |
| | | | | | | | | | | | | | | | | to Windows installation. | ||||
| | * | | Fixes file that did not graft correctly. | Steve Dower | 2015-08-19 | 1 | -2/+2 |
| | | | | |||||
| | * | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-19 | 6 | -13/+12 |
| | | | | |||||
* | | | | Update PCbuild/readme.txt (merge from 3.5) | Zachary Ware | 2015-09-08 | 1 | -40/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update PCbuild/readme.txt | Zachary Ware | 2015-09-08 | 1 | -39/+5 |
| | | | | |||||
* | | | | Closes #25010: Merge with 3.5 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25010: Merge with 3.4 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #25010: Fix path for .pyd example project. | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Patch by Shaun Walbridge | ||||
* | | | | Issue #24986: Merge with 3.5 | Zachary Ware | 2015-09-04 | 2 | -11/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24986: Save some bandwidth from svn.python.org | Zachary Ware | 2015-09-04 | 2 | -11/+14 |
| | | | | | | | | | | | | | | | | Don't download sources that won't be used. | ||||
* | | | | Merge 3.5 | Serhiy Storchaka | 2015-09-04 | 3 | -7/+35 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24986: Allow building Python without external libraries on Windows | Zachary Ware | 2015-09-04 | 2 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given). | ||||
| * | | | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-04 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat | ||||
* | | | | Merge with 3.5 | Zachary Ware | 2015-09-02 | 1 | -15/+36 |
|\ \ \ \ | |/ / / | |||||
| * | | | Turn 'rem' comments into a real usage message in PCbuild/build.bat | Zachary Ware | 2015-09-02 | 1 | -15/+36 |
| | | | | | | | | | | | | | | | | | | | | Also fixes error in 'kill' target (already fixed in 2.7, somehow the fix didn't make it to this branch). | ||||
* | | | | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. | Steve Dower | 2015-08-19 | 3 | -4/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | Triggers clean on buildbots. | ||||
| * | | | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. | Steve Dower | 2015-08-19 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | Triggers clean on buildbots. | ||||
* | | | | Merge with 3.5 | Steve Dower | 2015-08-18 | 6 | -13/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-18 | 6 | -13/+12 |
| | |/ | |/| | |||||
* | | | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 3 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 3 | -3/+3 |
| | | | |||||
* | | | Merge with 3.5 | Steve Dower | 2015-07-27 | 3 | -6/+13 |
|\ \ \ | |/ / | |||||
| * | | Allow intermediate build directory to be overridden. | Steve Dower | 2015-07-27 | 3 | -6/+13 |
| | | | |||||
* | | | Issue #24603: Merge with 3.5 | Zachary Ware | 2015-07-22 | 3 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 3 | -3/+3 |
| | | | |||||
* | | | Fixes argument handling in build.bat and HHC search | Steve Dower | 2015-07-21 | 1 | -14/+14 |
|\ \ \ | |/ / | |||||
| * | | Fixes argument handling in build.bat and HHC search | Steve Dower | 2015-07-21 | 1 | -14/+14 |
| | | | |||||
* | | | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 2 | -12/+54 |
|\ \ \ | |/ / | | | | | | | | | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier. | ||||
| * | | Issue #24585: Enables build-to-build upgrades that preserve settings. | Steve Dower | 2015-07-09 | 2 | -12/+54 |
| | | | | | | | | | | | | | | | | | | Rather than using Burn "Persisted" variables we now add registry keys for each added feature. These can be detected by the installer regardless of which version installed them, and we use this for Modify and Upgrade. In particular, Upgrades can't access the Persisted variables, but can find well-known registry keys. There are also some changes to the bootstrap app to properly handle upgrades. Finally, a few minor improvements to the Windows build to keep things tidier. | ||||
* | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 3 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 3 | -3/+3 |
| | | | |||||
* | | | Fixes warnings when building python3.dll due to the .def file accumulating ↵ | Steve Dower | 2015-07-03 | 2 | -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 Dower | 2015-07-03 | 2 | -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 installer | Steve Dower | 2015-06-19 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue 24476: Statically links vcruntime140.dll and removes it from the installer | Steve Dower | 2015-06-19 | 1 | -3/+5 |
| | | | |||||
* | | | Merge PCbuild/readme.txt update from 3.5 | Zachary Ware | 2015-06-17 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4's PCbuild/readme.txt update. | Zachary Ware | 2015-06-17 | 1 | -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.txt | Zachary Ware | 2015-06-17 | 1 | -40/+8 |
| | | | | | | | | | | | | | | | It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot. | ||||
* | | | Merge with 3.5 | Zachary Ware | 2015-06-10 | 1 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge forward extras beyond #21907 backport. | Zachary Ware | 2015-06-10 | 1 | -0/+9 |
| |\ \ | | |/ |