1. 78f85fc Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. by Amaury Forgeot d'Arc · 12 years ago
  2. 90f00ea Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 13 years ago
  3. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 13 years ago
  4. 419670a Recorded merge of revisions 86113 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  5. 5ac006d Capsule-related changes: by Larry Hastings · 14 years ago
  6. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  7. 117a899 Add dtoa.c and dtoa.h to the relevant project files. by Mark Dickinson · 15 years ago
  8. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  9. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  10. 957320a Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  11. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  12. 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 16 years ago
  13. ea00ed3 Follows to python's version change (VC6) by Hirokazu Yamamoto · 16 years ago
  14. eea8eda Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  15. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  16. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  17. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  18. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  19. 81ad6a1 Added new files to Windows project files by Christian Heimes · 16 years ago
  20. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 16 years ago
  21. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  22. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  23. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 16 years ago
  24. aee643b Reverted last transaction. It's the wrong branch. by Christian Heimes · 17 years ago
  25. 306179b And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 17 years ago
  26. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  27. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  28. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  29. d56827c Add AST files to VC6 build. by Raymond Hettinger · 19 years ago
  30. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  31. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  32. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
  33. 919637a Add _subprocess.c by Martin v. Löwis · 20 years ago
  34. 6ce6ef3 Remove rotor and xreadlines from VC 6 build. by Raymond Hettinger · 20 years ago
  35. efdc16f Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  36. 07e5dc8 Teach VC6 project file about the new cjkcodecs structure. by Hye-Shik Chang · 20 years ago
  37. 2242fe8 Teach MSVC 6 about pystrtod.c. by Tim Peters · 20 years ago
  38. 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
  39. 19a02ec Add genobject.c to the MSVC++ 6.0 build. by Raymond Hettinger · 20 years ago
  40. e898d19 Complete perky's name change patch. by Raymond Hettinger · 20 years ago
  41. 6024722 Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so by Thomas Heller · 20 years ago
  42. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  43. a70e6d8 Added the cjkcodecs files to the MSVC 6 build. by Tim Peters · 21 years ago
  44. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  45. 28df74f Getting closer (but not yet there) to being able to compile under VC6 by Tim Peters · 21 years ago
  46. ff8505d Tons of changes to get this closer to being buildable from this directory; by Tim Peters · 21 years ago
  47. 203eec4 Move VC6 project files here. by Martin v. Löwis · 21 years ago