1. d8aaec0 Export mmap's entry point under Windows (thanks, MarkH & Guido!). by Tim Peters · 23 years ago
  2. 140d670 Make Windows build compile new xreadlinesmodule. by Tim Peters · 23 years ago
  3. 6869245 Prep the Windows installer for 2.0 final: by Tim Peters · 24 years ago
  4. 70d87d7 Prep Windows installer for 2.0c1: title and build number. by Tim Peters · 24 years ago
  5. 7b5af04 Yet another new unique extension in the test directory. by Tim Peters · 24 years ago
  6. f1fcc81 Bump Windows "build number" to 6. by Tim Peters · 24 years ago
  7. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  8. 39fb28f Windows installer: by Tim Peters · 24 years ago
  9. a2ebb87 Added simple batch file to make running the test suite from the PCbuild by Tim Peters · 24 years ago
  10. 0932cb4 Windows installer: In the Start menu IDLE shortcut, explictly invoke the by Tim Peters · 24 years ago
  11. 6272731 Boost Windows build # to 5 (see new BUILDno.txt). by Tim Peters · 24 years ago
  12. 553d2a5 Windows installer, reflecting changes that went into a replacement 2.0b1 by Tim Peters · 24 years ago
  13. fc9eeae Document new Windows build # scheme. by Tim Peters · 24 years ago
  14. 0d416d3 Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next by Tim Peters · 24 years ago
  15. 87106b5 Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and by Tim Peters · 24 years ago
  16. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  17. 7527e00 Install LICENSE.txt and README.txt. by Tim Peters · 24 years ago
  18. 9a83b92 Guido pointed out that the "non-admin install" blurb got displayed by Tim Peters · 24 years ago
  19. f6f6fa2 Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstrator by Tim Peters · 24 years ago
  20. b04e650 Added installation of w9xpopen.exe. by Tim Peters · 24 years ago
  21. aff1284 In readme.txt, make what's needed to build the "optional" subprojects by Tim Peters · 24 years ago
  22. 93ff482 At Mark Hammond's request, removing registry key by Guido van Rossum · 24 years ago
  23. 6424524 Thomas Heller noticed that the wrong registry entry was written for by Guido van Rossum · 24 years ago
  24. f08b5d0 Support for building the new w9xpopen.exe, which is used for reliable popen operation on Windows 9x. by Mark Hammond · 24 years ago
  25. b07cf50 Revert this checkin: by Trent Mick · 24 years ago
  26. 557d35e These files all used to be tagged as binary in CVS. I recently changed this so by Trent Mick · 24 years ago
  27. 7cee6dd somehow the 'Total Keys=1' disappears. No other changes. by Guido van Rossum · 24 years ago
  28. f9a4a6e Typo repair. by Tim Peters · 24 years ago
  29. 880066a A bunch of project files were checked in as text files. by Guido van Rossum · 24 years ago
  30. 74991fa Add ucnhash (new subproject). by Guido van Rossum · 24 years ago
  31. 20c8bc6 The Python include paths were not specified. by Mark Hammond · 24 years ago
  32. 3e4d2f6 Define a magical symbol and magic include path so it will compile without by Guido van Rossum · 24 years ago
  33. 2c62154 Add ucnhash to the workspace, as a dependency of python20. by Mark Hammond · 24 years ago
  34. 5824f37 ucnhash now correctly builds for Windows. by Mark Hammond · 24 years ago
  35. 9802255 Update all projects so Debug builds use "/Zi" instead of "/ZI", which means everything should still build under MSVC5 by Mark Hammond · 24 years ago
  36. 610a827 Repaired two URLs. by Tim Peters · 24 years ago
  37. 4b5fb07 Update for 2.0b1. Also add more text, to be more explicit about by Tim Peters · 24 years ago
  38. 8173d99 Add back a missing CRLF line ending. by Guido van Rossum · 24 years ago
  39. ed2bf9c Oops. by Guido van Rossum · 24 years ago
  40. cce79a1 Poke and hope for Tcl version: now settable through _TCLMINOR_ variable... by Guido van Rossum · 24 years ago
  41. fa01bf1 add gcmodule by Jeremy Hylton · 24 years ago
  42. b3c66be Change the include etc paths to Tcl 8.3.1. by Guido van Rossum · 24 years ago
  43. a1956e2 Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% in by Guido van Rossum · 24 years ago
  44. f00562a Poke and hope for Tim... by Guido van Rossum · 24 years ago
  45. 3afe36d More 2.0 stuff -- fix workspace, remove 1.6 files by Guido van Rossum · 24 years ago
  46. c155f82 Making a tiny change to figure out what I'm going to screw up by Tim Peters · 24 years ago
  47. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  48. e4aa4ca Bump version to 2.0. by Guido van Rossum · 24 years ago
  49. ee8c418 Finish converting the winreg extension to _winreg. by Fred Drake · 24 years ago
  50. 5782386 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  51. 3f3ce04 correct case in python16.dsp to allow build with VS6 by Trent Mick · 24 years ago
  52. 8f14b7c make sure the case is correct (damned case-sensitive languages :-) by Jeremy Hylton · 24 years ago
  53. 0292d78 add new Python/exceptions.c to python16 project (courtesy Trent Mick) by Jeremy Hylton · 24 years ago
  54. 26af93c The debug settings for zlib contained a bogus reference to msvcrt in by Guido van Rossum · 24 years ago
  55. c35a20e Mark Hammond: Added dependency of winsound project on python16 by Guido van Rossum · 24 years ago
  56. 1d8fcda Oops -- Mark forgot to add "0x" to the /base: argument. by Guido van Rossum · 24 years ago
  57. 841c2f6 Changes by Mark Hammond to ignore more by-products of the build. by Guido van Rossum · 24 years ago
  58. 6dd9fc1 Added winsound project to workspace, and added -I options to winsound by Guido van Rossum · 24 years ago
  59. 7053b8a Mark Hammond: by Guido van Rossum · 24 years ago
  60. a901f8f Install the docs (with fewer rules). Add descriptions for the system variables. by Guido van Rossum · 24 years ago
  61. 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 24 years ago
  62. 6d2332d Strangely, we *do* need to define ZLIB_DLL. by Guido van Rossum · 24 years ago
  63. b1b3096 Moved socket, select, unicodedata to their own PYD. This should by Guido van Rossum · 24 years ago
  64. 4cb8c0b Add msvcrt to list of libraries to ignore in Debug mode. by Guido van Rossum · 24 years ago
  65. 457855a Forgot to save the project file -- this also reflects the use of by Guido van Rossum · 24 years ago
  66. a5b0937 Lots of cleanup things. by Guido van Rossum · 24 years ago
  67. 7025599 Adding pyexpat project. by Guido van Rossum · 24 years ago
  68. e042dc4 Buncha last-minute fixes by Guido van Rossum · 24 years ago
  69. 5fc4e20 Added _sre project to workspace. by Guido van Rossum · 24 years ago
  70. 43da798 Bit of cleanup on the projects. by Guido van Rossum · 24 years ago
  71. a7937e5 Added mmap project. (Mark Hammond.) by Guido van Rossum · 24 years ago
  72. 8c4cba8 Mark Hammond: ensure the new standard module winreg is installed. by Guido van Rossum · 24 years ago
  73. c06653f Internal changes. by Guido van Rossum · 24 years ago
  74. fb515f8 Added Tcl 8.3. by Guido van Rossum · 24 years ago
  75. 426e39f Deleting Python 1.5 project and Wise file. by Guido van Rossum · 24 years ago
  76. 15a57a7 Update for creating and linking with python16.dll. by Guido van Rossum · 24 years ago
  77. a29b360 Updated for Python 1.6 and VC++ 6.0. by Guido van Rossum · 24 years ago
  78. 09fca8d Mark Hammond: add winreg module as new subproject. by Guido van Rossum · 24 years ago
  79. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 24 years ago
  80. ef6ceb6 Same patch (also by Mark Hammond) for this straggler project file as by Guido van Rossum · 24 years ago
  81. 4310deb Mark Hammond renames the x86 projects back to what they were named by Guido van Rossum · 24 years ago
  82. a4596a4 Trent Mick: Setup PC configuration so that MSDEV chooses the x86 by Guido van Rossum · 24 years ago
  83. 72ca1b3 Changes by Trent Mick (of ActiveState) and Dale Nagata to support by Guido van Rossum · 24 years ago
  84. 5731575 Added setargv.obj to the link link. by Guido van Rossum · 25 years ago
  85. 90e0f57 Add dynload_win.c to project. by Guido van Rossum · 25 years ago
  86. 72bacaa Bump version to 1.5.2 (final) by Guido van Rossum · 25 years ago
  87. 2da1320 Added shamodule.c by Guido van Rossum · 25 years ago
  88. 4c6958d Use the Tcl 8.0.5 installer. by Guido van Rossum · 25 years ago
  89. 6804b7a Release 1.5.2c1. Add IDLE and Uninstall to program group. by Guido van Rossum · 25 years ago
  90. fd498bd Now using static zlib 1.1.3 by Guido van Rossum · 25 years ago
  91. 594b3d6 Some new stuff. Get the HTML docs via a new variable. by Guido van Rossum · 25 years ago
  92. 0b07035 Add source file winsound.c and library winmm.lib by Guido van Rossum · 25 years ago
  93. caa0606 Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl. by Guido van Rossum · 26 years ago
  94. 45d2ae5 Use installed Tcl lib files -- also for Debug configuration by Guido van Rossum · 26 years ago
  95. 7aa9f58 Use installed Tcl lib files by Guido van Rossum · 26 years ago
  96. 66419ba Added Tcl 8.0.4 installer. Added Tools/idle. by Guido van Rossum · 26 years ago
  97. 44331ec Get rid of python_nt.def -- it's no longer needed! by Guido van Rossum · 26 years ago
  98. d9eee4e Bump version to 1.5.2b1 by Guido van Rossum · 26 years ago
  99. 1d5766f Shit -- forgot to set the installer's title to the new version. by Guido van Rossum · 26 years ago
  100. 60009cc Change _tkinter.c compile options. by Guido van Rossum · 26 years ago