1. 9dfe4cd Teach Windows about new iterobject.c. by Tim Peters · 23 years ago
  2. 52709e3 Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 installations. by Tim Peters · 23 years ago
  3. dd37dac Update Windows installer & buildno for 2.1 final. by Tim Peters · 23 years ago
  4. b093166 Update Windows installer & build number to 2.1c2 release. by Tim Peters · 23 years ago
  5. fd09e86 Update Windows build # and installer for 2.1c1. by Tim Peters · 23 years ago
  6. 66f0961 pydoc changed overnight in such a way that it no longer worked from the by Tim Peters · 23 years ago
  7. fe0d79f Add Jeremy's compiler to the Windows install. by Tim Peters · 23 years ago
  8. 55f826c Update Windows installer for 2.1b2. by Tim Peters · 23 years ago
  9. baa03e8 When building the installer, prompt for the location of the system directory by Tim Peters · 23 years ago
  10. b3d6be9 Windows: Fallout from renaming the pydoc file. by Tim Peters · 23 years ago
  11. 1eb0a92 SF bug Win32: pydoc command isn't executable. by Tim Peters · 23 years ago
  12. b2a22f4 Magic strings in both Python and the Wise installer define the registry key by Tim Peters · 23 years ago
  13. fe010e4 Add a new item to the Python 2.1 start menu: "Module Docs". by Guido van Rossum · 23 years ago
  14. 5f850ab Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number". by Tim Peters · 23 years ago
  15. 0f4e93d Backing out nested scopes broke the Windows build. Repairing. by Tim Peters · 23 years ago
  16. bd00cda Teach Windows build about new future.c. by Tim Peters · 23 years ago
  17. 15d7270 Windows: Remove soundex from pythoncore subproject. by Tim Peters · 23 years ago
  18. ffd9328 Clean up the "docs". by Tim Peters · 23 years ago
  19. d807570 Re-add DOS line-endings and mark the files binary. by Thomas Wouters · 23 years ago
  20. 6a9aec4 Change Windows test to do a complete job of removing .pyc/.pyo files by Tim Peters · 23 years ago
  21. c898f2c Teach Windows build about new symtable.c. by Tim Peters · 23 years ago
  22. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 23 years ago
  23. b16c56f Teach Windows build and installer about new _symtable module/DLL. by Tim Peters · 23 years ago
  24. 4d282de Teach the Windows installer about the _test module. by Tim Peters · 23 years ago
  25. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 23 years ago
  26. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  27. ca873ed Windows build: update for 2.1a2, + get ucnhash out of the installer. by Tim Peters · 23 years ago
  28. ee826f8 Docs for new Windows zlib build procedure. by Tim Peters · 23 years ago
  29. ae8c268 Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash by Mark Hammond · 23 years ago
  30. 2786543 Teach Windows build about new cellobject.c. by Tim Peters · 23 years ago
  31. 19f52c2 Windows: ucnhash subproject no longer exists (/F merged into unicodedata). by Tim Peters · 23 years ago
  32. 755f4c1 Added -O option (to run python or python_d w/ -O), by Tim Peters · 23 years ago
  33. 54bac8e Remove unicodedatabase.c from the unicodedata subproject. by Tim Peters · 23 years ago
  34. 2ad1a44 When running the tests twice, stuck a "Press any key to continue ..." pause by Tim Peters · 23 years ago
  35. 2cfa980 Run tests twice by default, first time deleting .pyc/.pyo files. by Tim Peters · 23 years ago
  36. 4bf9c20 Delete the bytecode from the library and tests before running the by Guido van Rossum · 23 years ago
  37. befc97c Clarifications. by Tim Peters · 23 years ago
  38. 97c9640 Windows: 2.1a1 changes so Python runs again. Note that the python20 by Tim Peters · 23 years ago
  39. 78542ef Windows installer: update dialogs, program groups, etc, to 2.1 alpha 1. by Tim Peters · 23 years ago
  40. d8aaec0 Export mmap's entry point under Windows (thanks, MarkH & Guido!). by Tim Peters · 23 years ago
  41. 140d670 Make Windows build compile new xreadlinesmodule. by Tim Peters · 23 years ago
  42. 6869245 Prep the Windows installer for 2.0 final: by Tim Peters · 24 years ago
  43. 70d87d7 Prep Windows installer for 2.0c1: title and build number. by Tim Peters · 24 years ago
  44. 7b5af04 Yet another new unique extension in the test directory. by Tim Peters · 24 years ago
  45. f1fcc81 Bump Windows "build number" to 6. by Tim Peters · 24 years ago
  46. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  47. 39fb28f Windows installer: by Tim Peters · 24 years ago
  48. a2ebb87 Added simple batch file to make running the test suite from the PCbuild by Tim Peters · 24 years ago
  49. 0932cb4 Windows installer: In the Start menu IDLE shortcut, explictly invoke the by Tim Peters · 24 years ago
  50. 6272731 Boost Windows build # to 5 (see new BUILDno.txt). by Tim Peters · 24 years ago
  51. 553d2a5 Windows installer, reflecting changes that went into a replacement 2.0b1 by Tim Peters · 24 years ago
  52. fc9eeae Document new Windows build # scheme. by Tim Peters · 24 years ago
  53. 0d416d3 Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next by Tim Peters · 24 years ago
  54. 87106b5 Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and by Tim Peters · 24 years ago
  55. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  56. 7527e00 Install LICENSE.txt and README.txt. by Tim Peters · 24 years ago
  57. 9a83b92 Guido pointed out that the "non-admin install" blurb got displayed by Tim Peters · 24 years ago
  58. f6f6fa2 Back off to HKCU (instead of HKLM) if user doesn't have "NT adminstrator by Tim Peters · 24 years ago
  59. b04e650 Added installation of w9xpopen.exe. by Tim Peters · 24 years ago
  60. aff1284 In readme.txt, make what's needed to build the "optional" subprojects by Tim Peters · 24 years ago
  61. 93ff482 At Mark Hammond's request, removing registry key by Guido van Rossum · 24 years ago
  62. 6424524 Thomas Heller noticed that the wrong registry entry was written for by Guido van Rossum · 24 years ago
  63. f08b5d0 Support for building the new w9xpopen.exe, which is used for reliable popen operation on Windows 9x. by Mark Hammond · 24 years ago
  64. b07cf50 Revert this checkin: by Trent Mick · 24 years ago
  65. 557d35e These files all used to be tagged as binary in CVS. I recently changed this so by Trent Mick · 24 years ago
  66. 7cee6dd somehow the 'Total Keys=1' disappears. No other changes. by Guido van Rossum · 24 years ago
  67. f9a4a6e Typo repair. by Tim Peters · 24 years ago
  68. 880066a A bunch of project files were checked in as text files. by Guido van Rossum · 24 years ago
  69. 74991fa Add ucnhash (new subproject). by Guido van Rossum · 24 years ago
  70. 20c8bc6 The Python include paths were not specified. by Mark Hammond · 24 years ago
  71. 3e4d2f6 Define a magical symbol and magic include path so it will compile without by Guido van Rossum · 24 years ago
  72. 2c62154 Add ucnhash to the workspace, as a dependency of python20. by Mark Hammond · 24 years ago
  73. 5824f37 ucnhash now correctly builds for Windows. by Mark Hammond · 24 years ago
  74. 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
  75. 610a827 Repaired two URLs. by Tim Peters · 24 years ago
  76. 4b5fb07 Update for 2.0b1. Also add more text, to be more explicit about by Tim Peters · 24 years ago
  77. 8173d99 Add back a missing CRLF line ending. by Guido van Rossum · 24 years ago
  78. ed2bf9c Oops. by Guido van Rossum · 24 years ago
  79. cce79a1 Poke and hope for Tcl version: now settable through _TCLMINOR_ variable... by Guido van Rossum · 24 years ago
  80. fa01bf1 add gcmodule by Jeremy Hylton · 24 years ago
  81. b3c66be Change the include etc paths to Tcl 8.3.1. by Guido van Rossum · 24 years ago
  82. a1956e2 Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% in by Guido van Rossum · 24 years ago
  83. f00562a Poke and hope for Tim... by Guido van Rossum · 24 years ago
  84. 3afe36d More 2.0 stuff -- fix workspace, remove 1.6 files by Guido van Rossum · 24 years ago
  85. c155f82 Making a tiny change to figure out what I'm going to screw up by Tim Peters · 24 years ago
  86. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  87. e4aa4ca Bump version to 2.0. by Guido van Rossum · 24 years ago
  88. ee8c418 Finish converting the winreg extension to _winreg. by Fred Drake · 24 years ago
  89. 5782386 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  90. 3f3ce04 correct case in python16.dsp to allow build with VS6 by Trent Mick · 24 years ago
  91. 8f14b7c make sure the case is correct (damned case-sensitive languages :-) by Jeremy Hylton · 24 years ago
  92. 0292d78 add new Python/exceptions.c to python16 project (courtesy Trent Mick) by Jeremy Hylton · 24 years ago
  93. 26af93c The debug settings for zlib contained a bogus reference to msvcrt in by Guido van Rossum · 24 years ago
  94. c35a20e Mark Hammond: Added dependency of winsound project on python16 by Guido van Rossum · 24 years ago
  95. 1d8fcda Oops -- Mark forgot to add "0x" to the /base: argument. by Guido van Rossum · 24 years ago
  96. 841c2f6 Changes by Mark Hammond to ignore more by-products of the build. by Guido van Rossum · 24 years ago
  97. 6dd9fc1 Added winsound project to workspace, and added -I options to winsound by Guido van Rossum · 24 years ago
  98. 7053b8a Mark Hammond: by Guido van Rossum · 24 years ago
  99. a901f8f Install the docs (with fewer rules). Add descriptions for the system variables. by Guido van Rossum · 24 years ago
  100. 4dfcd76 Added project dependencies -- Mark is right, these are needed. by Guido van Rossum · 24 years ago