1. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  2. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  3. 3fa5575 Patch #1160164: Use ReleaseItanium for zlib build. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  4. 752a047 Removed XXX block about a test_bsddb3 failure that went away a long time ago. by Tim Peters · 19 years ago
  5. 63db628 Update some Python version numbers. by Tim Peters · 19 years ago
  6. 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 19 years ago
  7. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
  8. 3cf2163 Add instructions for building Tix by Martin v. Löwis · 20 years ago
  9. e82b00f Updated test-runner .bat for new location of Tcl/Tk. by Tim Peters · 20 years ago
  10. 6de2d4d Bump Tk version to 8.4.7. Build into tcltk directory. by Martin v. Löwis · 20 years ago
  11. 13e50fe Add Itanium targets. by Martin v. Löwis · 20 years ago
  12. 8139140 Update info about the windows build. by Thomas Heller · 20 years ago
  13. 71b2411 Record test_bsddb3 test results on WinXP. by Tim Peters · 20 years ago
  14. a0d781a Update the OpenSSL version example from c to d (the current stable one), by Tim Peters · 20 years ago
  15. 0e93309 The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so by Tim Peters · 20 years ago
  16. 011de6cc Record Tcl and Tk test results for WinXP Pro. by Tim Peters · 20 years ago
  17. d54357d Tweaked after following all these instructions. by Guido van Rossum · 20 years ago
  18. 73b3df9 Update Windows build to use zlib 1.2.1 by Jeremy Hylton · 21 years ago
  19. 2362da8 Update information about building bsddb, particularly re with and without by Mark Hammond · 21 years ago
  20. caba60a Removed dead text about MS subprojects that no longer exist. by Tim Peters · 21 years ago
  21. b38b019 Update build procedure to VC 7.1 and newer versions of several packages. by Martin v. Löwis · 21 years ago
  22. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  23. 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 21 years ago
  24. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  25. 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 21 years ago
  26. ad8605d Updated info about test_bsddb3 failures. by Tim Peters · 21 years ago
  27. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 21 years ago
  28. 4647f50 Revert the last change. Tim was faster and chose a different route. by Raymond Hettinger · 22 years ago
  29. a6af477 Document the _randommodule project for the Windows build. by Raymond Hettinger · 22 years ago
  30. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  31. 21d77f5 Added _ssl.lib to the installer too. Restored alphabetical order of by Tim Peters · 22 years ago
  32. 6ee68d2 Explain what's probably a problem unique to Win9x in building _ssl. by Tim Peters · 22 years ago
  33. e8bcb25 Clarify _ssl instructions. by Tim Peters · 22 years ago
  34. f229f9f Add _ssl build process for Windows. by Mark Hammond · 22 years ago
  35. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  36. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  37. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  38. a406b58 Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script by Tim Peters · 22 years ago
  39. 6c62995 Repaired typos in the Tcl/Tk compilation instructions. Turns out they by Tim Peters · 22 years ago
  40. 077736b Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by by Tim Peters · 22 years ago
  41. b0ead4e Start building the bz2 module on Windows. by Tim Peters · 22 years ago
  42. 3e2d18b Removed no-longer-relevant explanation of "alpha" builds. by Tim Peters · 22 years ago
  43. 6077f64 Move to zlib 1.1.4 on Windows (the new version that squashes the "double by Tim Peters · 22 years ago
  44. b012a15 Finish the pyexpat rework for Windows: builders needn't suck down the by Tim Peters · 22 years ago
  45. faa7f11 Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work by Tim Peters · 23 years ago
  46. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 23 years ago
  47. b16c56f Teach Windows build and installer about new _symtable module/DLL. by Tim Peters · 23 years ago
  48. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 23 years ago
  49. ca873ed Windows build: update for 2.1a2, + get ucnhash out of the installer. by Tim Peters · 23 years ago
  50. ee826f8 Docs for new Windows zlib build procedure. by Tim Peters · 23 years ago
  51. 19f52c2 Windows: ucnhash subproject no longer exists (/F merged into unicodedata). by Tim Peters · 23 years ago
  52. befc97c Clarifications. by Tim Peters · 24 years ago
  53. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 24 years ago
  54. aff1284 In readme.txt, make what's needed to build the "optional" subprojects by Tim Peters · 24 years ago
  55. f9a4a6e Typo repair. by Tim Peters · 24 years ago
  56. 74991fa Add ucnhash (new subproject). by Guido van Rossum · 24 years ago
  57. 610a827 Repaired two URLs. by Tim Peters · 24 years ago
  58. 4b5fb07 Update for 2.0b1. Also add more text, to be more explicit about by Tim Peters · 24 years ago
  59. c155f82 Making a tiny change to figure out what I'm going to screw up by Tim Peters · 24 years ago
  60. a29b360 Updated for Python 1.6 and VC++ 6.0. by Guido van Rossum · 24 years ago
  61. e79cf32 Added hints about building your own DLL. by Guido van Rossum · 26 years ago
  62. 15b239f Moved VC++ 5.x stuff here. by Guido van Rossum · 26 years ago
  63. 4a78a3c Added empty PCbuild directory for use by the NT build process. by Guido van Rossum · 27 years ago