1. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  2. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  3. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
  4. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  5. 280ca08 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
  6. 7867208 Merged revisions 59371-59375 via svnmerge from by Christian Heimes · 17 years ago
  7. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  8. 46fb994 Update build instructions Tcl/Tk to use 8.4.12, and python9.mak. by Martin v. Löwis · 17 years ago
  9. 60d388d Reverted two commit accidents by Christian Heimes · 17 years ago
  10. 68e3686 Fixed quoting and paths in the sqlite project file by Christian Heimes · 17 years ago
  11. 43f827b These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 17 years ago
  12. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  13. d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 17 years ago
  14. 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 17 years ago
  15. b078925 Added a simple helper script to build the dependencies of _tkinter. by Christian Heimes · 17 years ago
  16. 3d9b5a5 Updated readme.txt by Christian Heimes · 17 years ago
  17. e39439e Fixed a newline problem by Christian Heimes · 17 years ago
  18. ad3562e Paul had the great idea to add /DNO_TCL to the pre-build step. by Christian Heimes · 17 years ago
  19. 0eb2102 Implemented request from Marc-Andre Lemburg by Christian Heimes · 17 years ago
  20. 62a8ee1 Added code to pre-generate makefiles and assembly files to build_ssl.py by Christian Heimes · 17 years ago
  21. faddf1f Revert change of bz2.vcproj by Christian Heimes · 17 years ago
  22. c139a9b Fixed PGO builds by Christian Heimes · 17 years ago
  23. 831c476 when building with VC 2008, turn off unicode as default mode for the win32 API. by Amaury Forgeot d'Arc · 17 years ago
  24. 81c951c Removed character set = unicode as requested by Amaury by Christian Heimes · 17 years ago
  25. 1076a20 Patch +1478 from Joseph Armbruster by Christian Heimes · 17 years ago
  26. 81e8ab5 For unknown reasons "Save All" doesn't save the vsprops files. by Christian Heimes · 17 years ago
  27. 9519eb9 Fixes for #1473 and #1476 by Christian Heimes · 17 years ago
  28. bfd4985 Added configurations and files for profile guided optimization (PGO). by Christian Heimes · 17 years ago
  29. ad32deb Report #1473 Drop _EXPORTS macros in PCbuild9 by Christian Heimes · 17 years ago
  30. 82f013b Fixed build order of the _ssl project. The openssl project needs to come first because the makefile puts the header files in the right place. by Christian Heimes · 17 years ago
  31. 97e8029 I've spend some time to automate more steps of the build process. Now bzip2, bsddb, sqlite and openssl are automatically build by prelink steps. by Christian Heimes · 17 years ago
  32. 8a48c4c Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU. by Christian Heimes · 17 years ago
  33. 81ca7c7 Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default. by Christian Heimes · 17 years ago
  34. bce52be Fixed some build issues and updated docs. by Christian Heimes · 17 years ago
  35. ad14d11 Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and partly hand crafted with some idea from PCbuild8. I've recreated all the extension module projects. by Christian Heimes · 17 years ago