1. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  2. d12819c Release 2.3.2 (final) has a windows build number of 49. by Thomas Heller · 21 years ago
  3. 36bd2a1 The windows build number for 2.3.2c1 is 48 by Thomas Heller · 21 years ago
  4. ffe469e Build number for Python 2.3.1. by Thomas Heller · 21 years ago
  5. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  6. 2258227 Opening the WISE script changes a few items: by Thomas Heller · 21 years ago
  7. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  8. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 21 years ago
  9. 7388dff Updated Windows installer for 2.3 final. by Tim Peters · 21 years ago
  10. 32675b6 Bump Windows build number for 2.3 final. by Tim Peters · 21 years ago
  11. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  12. 6601b13 Corrected release date for 2.3c1. by Tim Peters · 21 years ago
  13. 0dc4b10 For my convenience in building installers, added a makes-sense-on-my-box by Tim Peters · 21 years ago
  14. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  15. d02d305 SF Patch 763681 "Support IDLE Edit of .py/.pyw from idlelib" by Kurt B. Kaiser · 21 years ago
  16. e6f7f9a I "cvs admin -kb"'ed these files to close a bug report. Now they need by Tim Peters · 21 years ago
  17. 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 21 years ago
  18. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  19. b1e63c0 Install IDLE's .def files; these are essential for the configuration! by Guido van Rossum · 21 years ago
  20. 5041cf6 Changes to install the new idle: it's now in Lib/idlelib instead of by Guido van Rossum · 21 years ago
  21. 98c20be Updated Windows buildno for 2.2.3 final. by Tim Peters · 21 years ago
  22. c8fb937 Record 2.2.3c1 Windows build number. by Tim Peters · 21 years ago
  23. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  24. c4607da Leading "C:" no longer hardcoded in the default installation directory. by Tim Peters · 21 years ago
  25. 8b7beb6 Use os.walk() to find files to delete. by Tim Peters · 21 years ago
  26. abea7ea Try to recover from changes in the structure of the CSV package/module. by Tim Peters · 21 years ago
  27. 91007e2 Bump Windows build number for 2.3b1. by Tim Peters · 21 years ago
  28. 3209410 Bump version number to 2.3b1. by Tim Peters · 21 years ago
  29. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  30. b84e6fa Stop creating empty CVS directories in the csv subtree. by Tim Peters · 21 years ago
  31. 82d6195 Changed the DLL base-address assignment for _csv so it no longer by Tim Peters · 21 years ago
  32. 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 21 years ago
  33. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 21 years ago
  34. d6cfccf I entered the wrong year for 2.3a2. by Tim Peters · 21 years ago
  35. 2b0643a Bump Windows build number for 2.3a2. by Tim Peters · 21 years ago
  36. 1441cf9 Bump version # to 2.3a2. by Tim Peters · 21 years ago
  37. 289587e Use python_d.exe to build _ssl_d.pyd - we can not express that we depend by Mark Hammond · 21 years ago
  38. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  39. ad8605d Updated info about test_bsddb3 failures. by Tim Peters · 21 years ago
  40. cc4c50c Define XML_STATIC. by Martin v. Löwis · 22 years ago
  41. c35d199 Undo inclusion of Python.h. Remove HAVE_MEMCPY section. by Martin v. Löwis · 22 years ago
  42. 0064026 Bump the Windows build to use Sleepycat's 4.1.25.NC release (the by Tim Peters · 22 years ago
  43. a8b2e32 CVS patch 669645: wininst.exe missing in Windows installer. by Tim Peters · 22 years ago
  44. 9c2fbb5 There are two more copyright notices in the Windows world: by Tim Peters · 22 years ago
  45. bbc5d16 SF bug 660795: logging missing from Python 2.3a1 for Windows. by Tim Peters · 22 years ago
  46. 88ad134 Merging in changes from r23a1-branch. Doc/makefile had conflicts, which by Tim Peters · 22 years ago
  47. 735950b Bump the Windows build # for 2.3a1. by Tim Peters · 22 years ago
  48. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  49. 4647f50 Revert the last change. Tim was faster and chose a different route. by Raymond Hettinger · 22 years ago
  50. a6af477 Document the _randommodule project for the Windows build. by Raymond Hettinger · 22 years ago
  51. d1f5ccc Taught the Windows build about _randommodule.c. This is compiled by Tim Peters · 22 years ago
  52. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  53. b4f0a12 Made the _ssl subproject depend on the w9xpopen subproject, because by Tim Peters · 22 years ago
  54. 598c210 Install the tools/i18n directory on Windows. A user requested it, by Tim Peters · 22 years ago
  55. 21d77f5 Added _ssl.lib to the installer too. Restored alphabetical order of by Tim Peters · 22 years ago
  56. 6ee68d2 Explain what's probably a problem unique to Win9x in building _ssl. by Tim Peters · 22 years ago
  57. e8bcb25 Clarify _ssl instructions. by Tim Peters · 22 years ago
  58. 03cb7ee Don't make all the OpenSSL executables, just the library we need. by Mark Hammond · 22 years ago
  59. 040b00a Add the SSL libraries as dependencies. by Mark Hammond · 22 years ago
  60. 4b2030f Ensure the ssl temp directory exists! by Mark Hammond · 22 years ago
  61. fbac75f Add _ssl.pyd to the list of files to be installed by Wise. by Mark Hammond · 22 years ago
  62. f229f9f Add _ssl build process for Windows. by Mark Hammond · 22 years ago
  63. 4c88773 My MSVC seems to like writing the project names in quotes. Letting it do by Mark Hammond · 22 years ago
  64. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  65. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  66. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  67. a406b58 Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script by Tim Peters · 22 years ago
  68. 6c62995 Repaired typos in the Tcl/Tk compilation instructions. Turns out they by Tim Peters · 22 years ago
  69. 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
  70. 84fcd92 Install the bz2 DLL on Windows. by Tim Peters · 22 years ago
  71. b0ead4e Start building the bz2 module on Windows. by Tim Peters · 22 years ago
  72. 19697bc Update list of Windows buildnos for 2.2.2 final. by Tim Peters · 22 years ago
  73. c78462f The MS resource compiler simply cannot be convinced to do arithmetic by Tim Peters · 22 years ago
  74. 638a1e2 Update info for impending 2.2.2. by Tim Peters · 22 years ago
  75. fb1db4c Add -E and -tt options to the python invocations, as for the Unix tests. by Guido van Rossum · 22 years ago
  76. 78e30fb Taught the Windows installer about changes in the structure of the email by Tim Peters · 22 years ago
  77. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  78. 3e2d18b Removed no-longer-relevant explanation of "alpha" builds. by Tim Peters · 22 years ago
  79. 478fdb0 Remove the unused, and therefore distracting, "Alpha" build configurations. by Mark Hammond · 22 years ago
  80. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  81. 11e104f Unsure exactly why I'm doing this, but I couldn't build a debug-mode by Tim Peters · 22 years ago
  82. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  83. 73364e6 Teach the Windows build about the new enumobject.c file. by Tim Peters · 22 years ago
  84. 08e7295 Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 22 years ago
  85. 46cd794 Repair 2.2.1 release date. by Tim Peters · 22 years ago
  86. 6cca2f4 Change 2.1.3 release date. by Tim Peters · 22 years ago
  87. 11c5d72 Update 2.1.3 Windows buildno. by Tim Peters · 22 years ago
  88. 2f486b7 Record Windows build number for 2.2.1 final. by Tim Peters · 22 years ago
  89. 3318792 SF bug 497854: Short-cuts missing for All Users by Tim Peters · 22 years ago
  90. 2e1c09c Removed old Digital Creations copyright/license notices (with by Guido van Rossum · 22 years ago
  91. b5080ab Repair the Windows build (needs to compile in the new boolobject code). by Tim Peters · 22 years ago
  92. 6a1e76b Update master Windows build-number list for 2.2.1c2. by Tim Peters · 22 years ago
  93. 1221c0a Build obmalloc.c directly instead of #include'ing from object.c. by Tim Peters · 22 years ago
  94. 517a721 Record 2.2.1c1 release date. by Tim Peters · 22 years ago
  95. 06b711c Update master Windows buildno list to reflect impending 2.2.1c1. by Tim Peters · 22 years ago
  96. 6077f64 Move to zlib 1.1.4 on Windows (the new version that squashes the "double by Tim Peters · 22 years ago
  97. e309504 Fix 2.2.1 string. by Tim Peters · 22 years ago
  98. 83bbeec Reserve a Windows build num for 2.2.1c1. by Tim Peters · 22 years ago
  99. b012a15 Finish the pyexpat rework for Windows: builders needn't suck down the by Tim Peters · 22 years ago
  100. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago