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