1. eb65c99 Revert revision 59913, because it was wrong: by Thomas Heller · 17 years ago
  2. 348fd45 The sqlite3 dll, when compiled in debug mode, must be linked with /MDd by Thomas Heller · 17 years ago
  3. d17315f Add an important missing blank. by Thomas Heller · 17 years ago
  4. 44c38c1 Reflow a paragraph, and fix a typo. by Thomas Heller · 17 years ago
  5. 3247aa9 Set the output file in the _ctypes Debug|x64 configuration. by Thomas Heller · 17 years ago
  6. 3001c54 Final adjustments for #1601 by Christian Heimes · 17 years ago
  7. 1beea3b Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj by Christian Heimes · 17 years ago
  8. fed3ebc Made vs9to8 Unix compatible by Christian Heimes · 17 years ago
  9. d9fbab2 Removed PCbuild8/ directory and added a new build directory for VS 2005 by Christian Heimes · 17 years ago
  10. b31131c Don't link with Tix; Tix is loaded dynamically by Tcl. by Martin v. Löwis · 17 years ago
  11. 3adfe9a Renamed PCBuild9 directory to PCBuild by Christian Heimes · 17 years ago
  12. 915d5d9 Moved PCbuild directory to PC/VS7.1 by Christian Heimes · 17 years ago
  13. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  14. 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
  15. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  16. fb57e7e Rename import library for debug build to _msi_d.lib. by Martin v. Löwis · 17 years ago
  17. 285216c Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. Build sqlite3.dll and bsddb. by Thomas Heller · 17 years ago
  18. 46950ba Specify the bufferoverflowU.lib to the makefile on the command line by Thomas Heller · 17 years ago
  19. d34f9e9 Revert this change, since it breaks the win32 build: by Thomas Heller · 17 years ago
  20. c8720b9 Add bufferoverflowU.lib to the libraries needed by _ssl (is this the by Thomas Heller · 17 years ago
  21. 20a6e1c Revert commit 55855. by Thomas Heller · 17 years ago
  22. a7c583a For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter by Thomas Heller · 17 years ago
  23. ab8e279 Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. by Thomas Heller · 17 years ago
  24. 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 17 years ago
  25. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
  26. cc0eba9 Merge 53501 and 53502 from 25 branch: by Martin v. Löwis · 18 years ago
  27. 83955ef update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  28. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  29. 7dc77ce Build _ctypes.pyd for win AMD64 into the MSVC project file. by Thomas Heller · 18 years ago
  30. 3c93339 Try to get the windows bots working again with the new peephole.c by Neal Norwitz · 18 years ago
  31. 132bbb3 Try to get Windows bots working again. Take 2 by Neal Norwitz · 18 years ago
  32. 59e9ac8 Merge 51340 and 51341 from 2.5 branch: by Martin v. Löwis · 18 years ago
  33. 596fc9c Make cl build step compile-only (/c). Remove libs from source list. by Martin v. Löwis · 18 years ago
  34. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  35. db7b443 Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. by Thomas Heller · 18 years ago
  36. d17301f Enable the building of the _types module on Windows. by Barry Warsaw · 18 years ago
  37. c7990b5 Fix Debug build of _ssl. by Martin v. Löwis · 18 years ago
  38. 1def4fa Add debug output to analyse buildbot failure. by Martin v. Löwis · 18 years ago
  39. d73168d Extend build_ssl to Win64, using VSExtComp. by Martin v. Löwis · 18 years ago
  40. 1bf5959 Patch #1509163: MS Toolkit Compiler no longer available by Martin v. Löwis · 18 years ago
  41. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  42. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  43. f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 18 years ago
  44. f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 18 years ago
  45. 79b0f85 Use GS- and bufferoverlowU.lib where appropriate, for AMD64. by Martin v. Löwis · 18 years ago
  46. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 18 years ago
  47. 07b3508 Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) by Martin v. Löwis · 18 years ago
  48. 112d4ec Fix typo. by Thomas Heller · 18 years ago
  49. 48bbaf2 Patch #1470875: Building Python with MS Free Compiler. by Martin v. Löwis · 18 years ago
  50. 2f3f136 Allocate the 0x1D1A0000 base adress for the _ctypes extension module. by Thomas Heller · 19 years ago
  51. 2f36caf Define WIN32, to get proper struct alignment in WinSock2.h. by Martin v. Löwis · 19 years ago
  52. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  53. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
  54. cbb9f97 update to correct version of pysqlite by Anthony Baxter · 19 years ago
  55. cecb885 Fix Debug, Itanium, AMD64 configurations by Martin v. Löwis · 19 years ago
  56. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 19 years ago
  57. 9161a0d Looks like someone renamed (or something) md5c.c to md5.c. by Tim Peters · 19 years ago
  58. f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. by Martin v. Löwis · 19 years ago
  59. 0a4e98b Allow supression of subwcrev.exe invocation on a per-working-copy basis. by Martin v. Löwis · 19 years ago
  60. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 19 years ago
  61. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 19 years ago
  62. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  63. 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 19 years ago
  64. 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 19 years ago
  65. 7ccbb07 Minor changes. by Tim Peters · 19 years ago
  66. 32d996f Trimmed trailing whitespace. by Tim Peters · 19 years ago
  67. b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 19 years ago
  68. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 19 years ago
  69. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 19 years ago
  70. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
  71. 539056a Added brief comment. by Tim Peters · 19 years ago
  72. 1777ada Added brief comments. by Tim Peters · 19 years ago
  73. 9fe582c Add buildbot test script. by Martin v. Löwis · 19 years ago
  74. 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 19 years ago
  75. 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 19 years ago
  76. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 19 years ago
  77. a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 19 years ago
  78. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 19 years ago
  79. 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 19 years ago
  80. 350a872 Add buildbot support scripts. by Martin v. Löwis · 19 years ago
  81. fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
  82. 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 19 years ago
  83. 9fb181b Add _lsprof. by Martin v. Löwis · 19 years ago
  84. 856bf9a Add build support for AMD64. by Martin v. Löwis · 19 years ago
  85. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
  86. 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 19 years ago
  87. 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 19 years ago
  88. 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 19 years ago
  89. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 19 years ago
  90. 634863c Remove buildno. by Martin v. Löwis · 19 years ago
  91. 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 19 years ago
  92. 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
  93. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  94. 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
  95. 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
  96. 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
  97. ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
  98. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  99. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  100. 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago