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