1. 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
  2. 3ce7675 Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH. by Trent Nelson · 16 years ago
  3. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago[Renamed from PCbuild9/python.vcproj]
  4. 1867994 The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. by Christian Heimes · 17 years ago
  5. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 17 years ago
  6. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago