summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Improves handling of test markers for building Python without intefering ↵Steve Dower2015-10-313-6/+17
| | | | with actual installs.
* Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-112-0/+7
|
* Issue #25022: Merge with 3.4Zachary Ware2015-09-101-8/+0
|\
| * Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-101-8/+0
| | | | | | | | It was very much outdated, and the topic is better covered elsewhere.
* | Merge Python 3.5.0rc4 back to hg.python.org.Larry Hastings2015-09-094-11/+9
|\ \
| * | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-094-11/+9
| | | | | | | | | | | | to Windows installation.
| * | Fixes file that did not graft correctly.Steve Dower2015-08-191-2/+2
| | |
| * | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-196-13/+12
| | |
* | | Update PCbuild/readme.txtZachary Ware2015-09-081-39/+5
| | |
* | | Issue #25010: Merge with 3.4Zachary Ware2015-09-081-1/+1
|\ \ \ | | |/ | |/|
| * | Issue #25010: Fix path for .pyd example project.Zachary Ware2015-09-081-1/+1
| | | | | | | | | | | | Patch by Shaun Walbridge
* | | Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-042-11/+14
| | | | | | | | | | | | Don't download sources that won't be used.
* | | Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-042-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 Ware2015-09-041-1/+3
| | | | | | | | | | | | | | | This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
* | | Turn 'rem' comments into a real usage message in PCbuild/build.batZachary Ware2015-09-021-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 Dower2015-08-193-4/+4
| | | | | | | | | | | | Triggers clean on buildbots.
* | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-186-13/+12
| |/ |/|
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-283-3/+3
|\ \ | |/
| * Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-283-3/+3
| |
* | Allow intermediate build directory to be overridden.Steve Dower2015-07-273-6/+13
| |
* | Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-223-3/+3
|\ \ | |/
| * Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-223-3/+3
| |
* | Fixes argument handling in build.bat and HHC searchSteve Dower2015-07-211-14/+14
| |
* | Issue #24585: Enables build-to-build upgrades that preserve settings.Steve Dower2015-07-092-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 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.
* | Issue 24476: Statically links vcruntime140.dll and removes it from the installerSteve Dower2015-06-191-3/+5
| |
* | 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 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: xxlimited.c errors when building 32 and 64 bit on WindowsSteve Dower2015-06-031-1/+1
| |
* | 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
| |