summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fixVictor Stinner2013-07-071-1/+1
| | | | | a stack overflow in the marshal module (fix a crash in test_marshal). Patch written by Jeremy Kloth.
* Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-231-5/+1
| | | | | | | | | As stated in PEP 11, 3.4 removes code on Windows platforms where COMSPEC points to command.com. The w9xpopen project in Visual Studio was added to support that case, and there was a special case in subprocess to cover that situation. This change removes the w9xpopen project from the Visual Studio solution and removes any references to the w9xpopen executable.
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-191-8/+0
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* changeset: 76969:0cbe1099226dBrian Curtin2012-05-131-0/+4
| | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+372