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. 921387b Recorded merge of revisions 86117 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  4. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  5. 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
  6. 117a899 Add dtoa.c and dtoa.h to the relevant project files. by Mark Dickinson · 15 years ago
  7. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  8. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  9. 957320a Fixed compile error on windows. by Hirokazu Yamamoto · 15 years ago
  10. 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
  11. ed2f423 Bumped up 2.6 to 2.7 by Christian Heimes · 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. 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 16 years ago
  14. b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
  15. 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
  16. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  17. 81ad6a1 Added new files to Windows project files by Christian Heimes · 16 years ago
  18. 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 16 years ago
  19. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  20. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 16 years ago
  21. e7fa408 Compilation was broken on Windows since the introduction of Advanced String Formatting. by Amaury Forgeot d'Arc · 16 years ago
  22. 8255222 Fixed include paths of PC/VS7.1 by Christian Heimes · 17 years ago
  23. 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago[Renamed from PCbuild/pythoncore.vcproj]
  24. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  25. 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
  26. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  27. 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 17 years ago
  28. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 17 years ago
  29. cc0eba9 Merge 53501 and 53502 from 25 branch: by Martin v. Löwis · 18 years ago
  30. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  31. 3c93339 Try to get the windows bots working again with the new peephole.c by Neal Norwitz · 18 years ago
  32. 132bbb3 Try to get Windows bots working again. Take 2 by Neal Norwitz · 18 years ago
  33. d17301f Enable the building of the _types module on Windows. by Barry Warsaw · 18 years ago
  34. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  35. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  36. f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 18 years ago
  37. 79b0f85 Use GS- and bufferoverlowU.lib where appropriate, for AMD64. by Martin v. Löwis · 18 years ago
  38. 07b3508 Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) by Martin v. Löwis · 18 years ago
  39. 9161a0d Looks like someone renamed (or something) md5c.c to md5.c. by Tim Peters · 18 years ago
  40. f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. by Martin v. Löwis · 18 years ago
  41. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  42. 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 18 years ago
  43. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  44. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  45. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
  46. 634863c Remove buildno. by Martin v. Löwis · 19 years ago
  47. 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 19 years ago
  48. 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
  49. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  50. 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
  51. 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
  52. 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago
  53. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  54. 142e16d Correct names of sha modules. by Raymond Hettinger · 19 years ago
  55. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  56. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  57. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
  58. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 20 years ago
  59. e174ae9 Bump version for 2.4c1 by Martin v. Löwis · 20 years ago
  60. 6450190 Bump buildno for 2.4b2. by Martin v. Löwis · 20 years ago
  61. d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
  62. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  63. 6d77213 Update buildno for 2.4a3 by Martin v. Löwis · 20 years ago
  64. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  65. ed0d9c6 Bump buildno for 2.4a2 by Martin v. Löwis · 20 years ago
  66. efdc16f Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  67. 13e50fe Add Itanium targets. by Martin v. Löwis · 20 years ago
  68. 3341e38 cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1. by Hye-Shik Chang · 20 years ago
  69. d0bcf35 Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compile by Tim Peters · 20 years ago
  70. 74a72b9 Bump build number to 54 for 2.4.0a1 by Martin v. Löwis · 20 years ago
  71. 3d1f6bb Teach pythoncore project about new pystrtod.c for VC7.1. This was done by Tim Peters · 20 years ago
  72. 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
  73. 7897ff0 Add genobject.c by Martin v. Löwis · 20 years ago
  74. 1a74a12 The filename of this module changed again... by Thomas Heller · 20 years ago
  75. 8598b10 Modules/heapqmodule.c removed. Modules/_heapmodule.c added. by Thomas Heller · 20 years ago
  76. e2879c3 Add collectionsmodule.c. Don't link with largeint.lib anymore. by Martin v. Löwis · 21 years ago
  77. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 21 years ago
  78. d2afa67 Add the _bisectmodule.c source file to the pythoncore project - seems to have been forgotten. by Thomas Heller · 21 years ago
  79. 4618cc0 Bump build number by Martin v. Löwis · 21 years ago
  80. 79ef96d Update build procedure to VC 7.1. by Martin v. Löwis · 21 years ago