Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The debug settings for zlib contained a bogus reference to msvcrt in | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
| | | | | the /nodefaultlib: option. | ||||
* | Mark Hammond: Added dependency of winsound project on python16 | Guido van Rossum | 2000-04-25 | 1 | -0/+3 |
| | | | | | | project. [However I didn't add the other changes in his patch, which were just taking away the source code control stuff -- this doesn't hurt and would come back as soon as I make another change. --GvR] | ||||
* | Oops -- Mark forgot to add "0x" to the /base: argument. | Guido van Rossum | 2000-04-24 | 1 | -2/+2 |
| | |||||
* | Changes by Mark Hammond to ignore more by-products of the build. | Guido van Rossum | 2000-04-24 | 1 | -1/+2 |
| | |||||
* | Added winsound project to workspace, and added -I options to winsound | Guido van Rossum | 2000-04-21 | 2 | -4/+20 |
| | |||||
* | Mark Hammond: | Guido van Rossum | 2000-04-21 | 14 | -107/+191 |
| | | | | | | | | | | | | | | | | | | | * Temp directory for all projects are now specific to the project (rather than common as before). This avoids any conflicts with debug symbols or common file names etc. NOTE: You should manually delete your existing build directory after applying this patch, as the MSVC "clean" command will now only clean the new temporary directories - not the existing common temp directory. * Base address for all extension modules updated. PC\dllbase_nt.txt also updated. Erroneous "libpath" directory removed for all projects. * winsound module moved from a builtin module to an extension module. This was done primarily to avoid Python16.dll needing to pull in winmm.dll. Really dumb test added for winsound - but if nothing else it ensures the module imports. | ||||
* | Install the docs (with fewer rules). | Guido van Rossum | 2000-04-10 | 1 | -54/+14 |
| | | | | Add descriptions for the system variables. | ||||
* | Added project dependencies -- Mark is right, these are needed. | Guido van Rossum | 2000-04-10 | 1 | -0/+39 |
| | |||||
* | Strangely, we *do* need to define ZLIB_DLL. | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
| | | | | | Do it in the project file rather than in the source, so it's easier for Mark to change. | ||||
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 12 | -84/+373 |
| | | | | | | | reduce the size of python16.dll to almost its 1.5.2 size, and remove dependencies on winsock unless sockets are actually used. Note that soundex is simply no longer supported. | ||||
* | Add msvcrt to list of libraries to ignore in Debug mode. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
| | |||||
* | Forgot to save the project file -- this also reflects the use of | Guido van Rossum | 2000-04-05 | 1 | -4/+4 |
| | | | | | Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a window. | ||||
* | Lots of cleanup things. | Guido van Rossum | 2000-04-05 | 1 | -190/+111 |
| | | | | | | | | | | | | | | | | | | | | | Added the bitmaps back, and added the wizard style program group selection dialog. Got rid of references to backup etc. inserted by the installer wizard -- we don't use these. Got rid of conditionals for Windows 3.1, ditto. Changed version to 1.6a2. Changed default install directory to "C:\Python16" (not really, but close). Install only one copy of python16.lib. Install the two MS DLLs (versioned) and python16.dll (unversioned) in the system directory. Install Tcl/Tk and expat in the DLLs directory. | ||||
* | Adding pyexpat project. | Guido van Rossum | 2000-03-31 | 2 | -0/+206 |
| | |||||
* | Buncha last-minute fixes | Guido van Rossum | 2000-03-31 | 1 | -16/+33 |
| | |||||
* | Added _sre project to workspace. | Guido van Rossum | 2000-03-31 | 2 | -0/+198 |
| | |||||
* | Bit of cleanup on the projects. | Guido van Rossum | 2000-03-31 | 4 | -73/+54 |
| | | | | Some refinements on the Wise file, also adding mmap.pyd. | ||||
* | Added mmap project. (Mark Hammond.) | Guido van Rossum | 2000-03-31 | 2 | -0/+109 |
| | |||||
* | Mark Hammond: ensure the new standard module winreg is installed. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
| | |||||
* | Internal changes. | Guido van Rossum | 2000-03-30 | 1 | -5/+4 |
| | |||||
* | Added Tcl 8.3. | Guido van Rossum | 2000-03-30 | 1 | -11/+31 |
| | | | | | | Building on Windows NT. Removed Tcl installation. Commented out Doc installation. | ||||
* | Deleting Python 1.5 project and Wise file. | Guido van Rossum | 2000-03-30 | 2 | -3120/+0 |
| | |||||
* | Update for creating and linking with python16.dll. | Guido van Rossum | 2000-03-29 | 7 | -85/+3163 |
| | | | | Also, _tkinter is linked with Tcl 8.3. | ||||
* | Updated for Python 1.6 and VC++ 6.0. | Guido van Rossum | 2000-03-29 | 1 | -5/+6 |
| | |||||
* | Mark Hammond: add winreg module as new subproject. | Guido van Rossum | 2000-03-28 | 2 | -7/+144 |
| | |||||
* | VC++ project changes to add new Unicode files and modules. | Guido van Rossum | 2000-03-11 | 1 | -17/+120 |
| | | | | (I did this under VC++ 5.0 -- hope this doesn't break anything.) | ||||
* | Same patch (also by Mark Hammond) for this straggler project file as | Guido van Rossum | 2000-02-07 | 1 | -8/+8 |
| | | | | | for the other projects, to move the x86 project names back to what they were. | ||||
* | Mark Hammond renames the x86 projects back to what they were named | Guido van Rossum | 2000-02-03 | 6 | -244/+244 |
| | | | | | before the patch by Trent Mick. Since he now also works for ActiveState, I suppose he overrides Trent. :-) | ||||
* | Trent Mick: Setup PC configuration so that MSDEV chooses the x86 | Guido van Rossum | 2000-01-21 | 1 | -2/+2 |
| | | | | release project config as the default. | ||||
* | Changes by Trent Mick (of ActiveState) and Dale Nagata to support | Guido van Rossum | 2000-01-20 | 8 | -177/+1718 |
| | | | | building for NT Alpha as well as NT x86. | ||||
* | Added setargv.obj to the link link. | Guido van Rossum | 1999-12-20 | 1 | -2/+2 |
| | | | | This causes * etc. on the command line to be expanded, link on Unix. | ||||
* | Add dynload_win.c to project. | Guido van Rossum | 1999-12-20 | 1 | -7/+4 |
| | |||||
* | Bump version to 1.5.2 (final) | Guido van Rossum | 1999-04-13 | 1 | -2/+2 |
| | |||||
* | Added shamodule.c | Guido van Rossum | 1999-04-13 | 1 | -0/+4 |
| | |||||
* | Use the Tcl 8.0.5 installer. | Guido van Rossum | 1999-04-08 | 1 | -4/+7 |
| | | | | Add a variable %_TCL_% that makes it easier to switch to a different version. | ||||
* | Release 1.5.2c1. Add IDLE and Uninstall to program group. | Guido van Rossum | 1999-04-08 | 1 | -15/+40 |
| | | | | Don't distribute zlib.dll. Tweak some comments. | ||||
* | Now using static zlib 1.1.3 | Guido van Rossum | 1999-04-08 | 1 | -4/+4 |
| | |||||
* | Some new stuff. Get the HTML docs via a new variable. | Guido van Rossum | 1999-02-17 | 1 | -93/+100 |
| | | | | | Comment out freeze script (doesn't work at all). Add dialog to get program manager group. | ||||
* | Add source file winsound.c and library winmm.lib | Guido van Rossum | 1999-02-16 | 1 | -2/+7 |
| | |||||
* | Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl. | Guido van Rossum | 1999-01-05 | 1 | -20/+50 |
| | |||||
* | Use installed Tcl lib files -- also for Debug configuration | Guido van Rossum | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Use installed Tcl lib files | Guido van Rossum | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Added Tcl 8.0.4 installer. Added Tools/idle. | Guido van Rossum | 1998-12-22 | 1 | -1/+45 |
| | |||||
* | Get rid of python_nt.def -- it's no longer needed! | Guido van Rossum | 1998-12-21 | 1 | -4/+0 |
| | |||||
* | Bump version to 1.5.2b1 | Guido van Rossum | 1998-10-24 | 1 | -2/+2 |
| | |||||
* | Shit -- forgot to set the installer's title to the new version. | Guido van Rossum | 1998-10-09 | 1 | -1/+1 |
| | |||||
* | Change _tkinter.c compile options. | Guido van Rossum | 1998-10-09 | 1 | -2/+4 |
| | |||||
* | Add bufferobject.c. | Guido van Rossum | 1998-10-09 | 1 | -0/+6 |
| | |||||
* | For 1.5.2a2. | Guido van Rossum | 1998-10-08 | 1 | -4/+48 |
| | | | | | | | Install zlib.dll in DLLs instead of windows32 system directory. Install freeze, webchecker and versioncheck tools. Add Content type: text/plain registry keys for .py, .pyw. Add file type .pyo (same as .pyc). | ||||
* | Some kind of source control krept in. | Guido van Rossum | 1998-10-08 | 1 | -0/+28 |
| |