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