Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -0/+1 |
| | |||||
* | Merge with 3.4 | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
|\ | |||||
| * | Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
| | | | | | | | | | | | | Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere. | ||||
* | | Issue #21017: Enable Tix debug build on Windows | Zachary Ware | 2014-03-22 | 2 | -1/+3 |
| | | |||||
* | | Issue #15968: Temporarily revert change to PCbuild/rt.bat | Zachary Ware | 2014-03-22 | 1 | -1/+3 |
| | | | | | | | | | | to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed. | ||||
* | | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build | Zachary Ware | 2014-03-22 | 13 | -136/+670 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64 | ||||
* | | Merge with 3.4 | Zachary Ware | 2014-03-19 | 1 | -4/+7 |
|\ \ | |/ | |||||
| * | Use the correct VS edition names in PCbuild/readme.txt | Zachary Ware | 2014-03-19 | 1 | -4/+7 |
| | | |||||
* | | Merge xxlimited compile warning fix from 3.4 | Zachary Ware | 2014-03-19 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. | Zachary Ware | 2014-03-19 | 1 | -3/+3 |
| | | |||||
* | | Merge PCbuild/pcbuild.sln cleanup from 3.4 | Zachary Ware | 2014-03-19 | 1 | -32/+14 |
|\ \ | |/ | |||||
| * | Clean up PCbuild/pcbuild.sln a bit: | Zachary Ware | 2014-03-19 | 1 | -32/+14 |
| | | | | | | | | | | | | - Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate) | ||||
* | | Bump Windows build to 3.5 | Zachary Ware | 2014-03-17 | 4 | -12/+12 |
|/ | |||||
* | Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. | Zachary Ware | 2014-03-06 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | | | | | pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. Merge with 3.3. | ||||
| * | Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. | Zachary Ware | 2014-03-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. | ||||
* | | Issue #20465: Update Windows installer to SQLite 3.8.3.1. | Martin v. Löwis | 2014-03-02 | 2 | -2/+2 |
| | | |||||
* | | Issue #20609: Merge with 3.3. | Zachary Ware | 2014-02-18 | 1 | -8/+40 |
|\ \ | |/ | |||||
| * | Issue #20609: Fix building 64-bit binaries on 32-bit Windows. | Zachary Ware | 2014-02-18 | 1 | -8/+40 |
| | | |||||
| * | Filter namespaceobject's files properly in the pythoncore VS project. | Zachary Ware | 2013-12-11 | 1 | -2/+6 |
| | | |||||
* | | Drop reference to pythoncore, to avoid linking python34.dll | Martin v. Löwis | 2014-01-04 | 1 | -5/+0 |
| | | |||||
* | | Revert accidental deletion of _overlapped. | Martin v. Löwis | 2014-01-03 | 1 | -0/+2 |
| | | |||||
* | | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 4 | -236/+0 |
| | | | | | | | | Patch by Christian Heimes, with modifications. | ||||
* | | Properly filter some recent additions in the Windows build files. | Zachary Ware | 2013-12-11 | 3 | -2/+44 |
| | | |||||
* | | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the | Zachary Ware | 2013-11-26 | 1 | -0/+48 |
|\ \ | |/ | | | | | | | pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running. | ||||
| * | Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the | Zachary Ware | 2013-11-26 | 1 | -0/+48 |
| | | | | | | | | | | pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running. | ||||
* | | Add _opcode to Windows build env | Christian Heimes | 2013-11-24 | 1 | -0/+1 |
| | | |||||
* | | Update Tcl/Tk to 8.6.1. | Martin v. Löwis | 2013-11-23 | 3 | -9/+9 |
| | | |||||
* | | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -1/+4 |
| | | |||||
* | | Update xz to 5.0.5. | Martin v. Löwis | 2013-11-22 | 2 | -4/+4 |
| | | |||||
* | | Update SQLite to 3.8.1 on Windows. | Martin v. Löwis | 2013-11-22 | 2 | -2/+2 |
| | | |||||
* | | Issue #16632: Enable DEP and ASLR on Windows. | Christian Heimes | 2013-11-20 | 1 | -3/+2 |
| | | |||||
* | | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 2 | -0/+8 |
| | | | | | | | | Python now uses SipHash24 on all major platforms. | ||||
* | | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH ↵ | Christian Heimes | 2013-11-19 | 1 | -6/+6 |
|\ \ | |/ | | | | | for nmake.exe correctly. | ||||
| * | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH ↵ | Christian Heimes | 2013-11-19 | 1 | -6/+6 |
| | | | | | | | | for nmake.exe correctly. | ||||
| * | Issue #19391: Clean up PCbuild/readme.txt | Zachary Ware | 2013-11-04 | 1 | -48/+26 |
| | | |||||
| * | Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. | Tim Golden | 2013-11-03 | 1 | -8/+8 |
| | | |||||
| * | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. | Tim Golden | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | #19439: Update PCbuild/readme.txt with new sub-project | Zachary Ware | 2013-11-06 | 1 | -0/+3 |
| | | |||||
* | | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 3 | -0/+201 |
| | | | | | | | | Patch by Zachary Ware | ||||
* | | Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware. | Tim Golden | 2013-11-01 | 1 | -8/+8 |
| | | |||||
* | | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. | Tim Golden | 2013-10-27 | 1 | -1/+1 |
| | | |||||
* | | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 2 | -0/+12 |
| | | |||||
* | | Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) | Tim Golden | 2013-10-25 | 1 | -259/+262 |
| | | |||||
* | | Update more configurations in pcbuild.sln. | Richard Oudkerk | 2013-10-18 | 1 | -0/+6 |
| | | |||||
* | | Update pcbuild.sln to build _overlapped. | Richard Oudkerk | 2013-10-18 | 1 | -16/+10 |
| | | |||||
* | | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 2 | -0/+236 |
| | | |||||
* | | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #19130: mention historic VS 2008 build dir, too | Christian Heimes | 2013-09-29 | 1 | -0/+2 |
| | | |||||
* | | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 | Christian Heimes | 2013-09-29 | 1 | -4/+4 |
| | |