Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More 2.0 stuff -- fix workspace, remove 1.6 files | Guido van Rossum | 2000-06-30 | 1 | -1689/+0 |
| | |||||
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -0/+14 |
| | |||||
* | correct case in python16.dsp to allow build with VS6 | Trent Mick | 2000-06-06 | 1 | -5/+5 |
| | |||||
* | make sure the case is correct (damned case-sensitive languages :-) | Jeremy Hylton | 2000-06-02 | 1 | -7/+7 |
| | |||||
* | add new Python/exceptions.c to python16 project (courtesy Trent Mick) | Jeremy Hylton | 2000-06-01 | 1 | -0/+15 |
| | |||||
* | Mark Hammond: | Guido van Rossum | 2000-04-21 | 1 | -25/+10 |
| | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Moved socket, select, unicodedata to their own PYD. This should | Guido van Rossum | 2000-04-06 | 1 | -64/+4 |
| | | | | | | | 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. | ||||
* | Update for creating and linking with python16.dll. | Guido van Rossum | 2000-03-29 | 1 | -0/+1735 |
Also, _tkinter is linked with Tcl 8.3. |