1. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 16 years ago
  2. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
  3. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  4. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  5. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  6. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  7. 81ad6a1 Added new files to Windows project files by Christian Heimes · 16 years ago
  8. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 16 years ago
  9. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  10. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  11. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 16 years ago
  12. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
  13. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago[Renamed (80%) from PCbuild8/pythoncore/pythoncore.vcproj]
  14. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  15. f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
  16. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  17. ba52643 Remove the rgbimgmodule from PCBuild8 by Kristján Valur Jónsson · 17 years ago
  18. 19ac472 Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits. by Kristján Valur Jónsson · 17 years ago
  19. 7a0da19 Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64. by Kristján Valur Jónsson · 17 years ago