1. c2dfd8c Update version number to 2.7. by Martin v. Löwis · 16 years ago
  2. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  3. cc0f2b2 Switch to SQLite 3.5.9. by Martin v. Löwis · 16 years ago
  4. a4514c3 Switch to bzip2 1.0.5. by Martin v. Löwis · 16 years ago
  5. 7630731 Switch to Tcl/Tk 8.5. by Martin v. Löwis · 16 years ago
  6. 5f54340 Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. by Trent Nelson · 16 years ago
  7. 05a9664 Refine the Visual Studio 2008 build solution in order to improve how we deal with external components, as well as fixing outstanding issues with Windows x64 build support. Introduce two new .vcproj files, _bsddb44.vcproj and sqlite3.vcproj, which replace the previous pre-link event scripts for _bsddb and _sqlite3 respectively. The new project files inherit from our property files as if they were any other Python module. This has numerous benefits. First, the components get built with exactly the same compiler flags and settings as the rest of Python. Second, it makes it much easier to debug problems in the external components when they're part of the build system. Third, they'll benefit from profile guided optimisation in the release builds, just like the rest of Python core. by Trent Nelson · 16 years ago
  8. b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 17 years ago
  9. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago[Renamed from PCbuild9/pyproject.vsprops]
  10. 8affb5f Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1) by Christian Heimes · 17 years ago
  11. 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
  12. f8761e5 Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. by Christian Heimes · 17 years ago
  13. 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
  14. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 17 years ago
  15. 8b01140 Backport of changes to PCbuild9 from the py3k branch by Christian Heimes · 17 years ago
  16. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago