Tim Peters
4b5fb0772e
Update for 2.0b1. Also add more text, to be more explicit about
...
what the dozen+ subprojects are for, which are and aren't
expected to build out of the box, and what else is needed to get
them all to build. Also explained that Alpha configurations
don't refer to pre-beta, but to the Alpha processor! That's
baffled me for years <0.7 wink>.
2000-07-01 00:03:43 +00:00
Guido van Rossum
8173d99eec
Add back a missing CRLF line ending.
2000-06-30 20:30:03 +00:00
Guido van Rossum
ed2bf9c880
Oops.
...
- The Tcl minor version should be 3 -- we're now using 8.3.1.
- Remove the version number from yet another Tcl source file.
Note that Tcl should be installed in C:\src\tcl for this to work.
2000-06-30 14:55:26 +00:00
Guido van Rossum
cce79a1582
Poke and hope for Tcl version: now settable through _TCLMINOR_
...
variable...
2000-06-30 14:50:52 +00:00
Jeremy Hylton
fa01bf15b4
add gcmodule
2000-06-30 14:38:41 +00:00
Guido van Rossum
b3c66be8a9
Change the include etc paths to Tcl 8.3.1.
2000-06-30 14:33:47 +00:00
Guido van Rossum
a1956e2f26
Move Wise install dir consistently to C:\Wise. Don't use %_WISE_% in
...
include, it doesn't seem to work.
2000-06-30 14:30:28 +00:00
Guido van Rossum
f00562a962
Poke and hope for Tim...
...
(Change title to beta 1, change a few paths for typical Win98 setup.)
2000-06-30 14:20:19 +00:00
Guido van Rossum
3afe36d63f
More 2.0 stuff -- fix workspace, remove 1.6 files
2000-06-30 14:04:10 +00:00
Tim Peters
c155f828fa
Making a tiny change to figure out what I'm going to screw up
...
by trying to use CVS under Windows at all ...
2000-06-30 09:04:35 +00:00
Jeremy Hylton
c5007aa5c3
final patches from Neil Schemenauer for garbage collection
2000-06-30 05:02:53 +00:00
Guido van Rossum
e4aa4ca698
Bump version to 2.0.
2000-06-29 22:32:08 +00:00
Fred Drake
ee8c418408
Finish converting the winreg extension to _winreg.
2000-06-29 16:43:49 +00:00
Marc-André Lemburg
5782386268
Marc-Andre Lemburg <mal@lemburg.com>:
...
MSVC project file for the new module ucnhash. This may have to
be added to pcbuild.dsw with an dependancy on python16.
By Bill Tutt.
2000-06-28 16:40:10 +00:00
Trent Mick
3f3ce04b1b
correct case in python16.dsp to allow build with VS6
2000-06-06 23:29:09 +00:00
Jeremy Hylton
8f14b7cd94
make sure the case is correct (damned case-sensitive languages :-)
2000-06-02 02:41:47 +00:00
Jeremy Hylton
0292d78e91
add new Python/exceptions.c to python16 project (courtesy Trent Mick)
2000-06-01 15:47:08 +00:00
Guido van Rossum
26af93cf35
The debug settings for zlib contained a bogus reference to msvcrt in
...
the /nodefaultlib: option.
2000-05-02 12:44:22 +00:00
Guido van Rossum
c35a20ed1e
Mark Hammond: Added dependency of winsound project on python16
...
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]
2000-04-25 03:24:06 +00:00
Guido van Rossum
1d8fcdacea
Oops -- Mark forgot to add "0x" to the /base: argument.
2000-04-24 14:17:17 +00:00
Guido van Rossum
841c2f6b09
Changes by Mark Hammond to ignore more by-products of the build.
2000-04-24 13:32:05 +00:00
Guido van Rossum
6dd9fc1a2c
Added winsound project to workspace, and added -I options to winsound
2000-04-21 21:43:40 +00:00
Guido van Rossum
7053b8a422
Mark Hammond:
...
* 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.
2000-04-21 21:26:08 +00:00
Guido van Rossum
a901f8fd4d
Install the docs (with fewer rules).
...
Add descriptions for the system variables.
2000-04-10 19:36:27 +00:00
Guido van Rossum
4dfcd766c6
Added project dependencies -- Mark is right, these are needed.
2000-04-10 17:56:36 +00:00
Guido van Rossum
6d2332d376
Strangely, we *do* need to define ZLIB_DLL.
...
Do it in the project file rather than in the source,
so it's easier for Mark to change.
2000-04-10 17:52:44 +00:00
Guido van Rossum
b1b3096a54
Moved socket, select, unicodedata to their own PYD. This should
...
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.
2000-04-06 14:46:40 +00:00
Guido van Rossum
4cb8c0b1b4
Add msvcrt to list of libraries to ignore in Debug mode.
2000-04-06 13:19:43 +00:00
Guido van Rossum
457855a5f0
Forgot to save the project file -- this also reflects the use of
...
Tcl/Tk 8.2 instead of 8.3, because 8.3.0 often crashes on closing a
window.
2000-04-05 18:25:12 +00:00
Guido van Rossum
a5b09373d8
Lots of cleanup things.
...
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.
2000-04-05 16:33:30 +00:00
Guido van Rossum
7025599f3d
Adding pyexpat project.
2000-03-31 16:15:51 +00:00
Guido van Rossum
e042dc4583
Buncha last-minute fixes
2000-03-31 15:51:09 +00:00
Guido van Rossum
5fc4e20fee
Added _sre project to workspace.
2000-03-31 15:10:30 +00:00
Guido van Rossum
43da798b42
Bit of cleanup on the projects.
...
Some refinements on the Wise file, also adding mmap.pyd.
2000-03-31 01:33:07 +00:00
Guido van Rossum
a7937e57f3
Added mmap project. (Mark Hammond.)
2000-03-31 01:17:42 +00:00
Guido van Rossum
8c4cba8ef2
Mark Hammond: ensure the new standard module winreg is installed.
2000-03-30 22:44:50 +00:00
Guido van Rossum
c06653f567
Internal changes.
2000-03-30 21:27:30 +00:00
Guido van Rossum
fb515f892f
Added Tcl 8.3.
...
Building on Windows NT.
Removed Tcl installation.
Commented out Doc installation.
2000-03-30 21:27:11 +00:00
Guido van Rossum
426e39f2c2
Deleting Python 1.5 project and Wise file.
2000-03-30 21:22:08 +00:00
Guido van Rossum
15a57a7cad
Update for creating and linking with python16.dll.
...
Also, _tkinter is linked with Tcl 8.3.
2000-03-29 01:54:24 +00:00
Guido van Rossum
a29b3607d4
Updated for Python 1.6 and VC++ 6.0.
2000-03-29 01:51:37 +00:00
Guido van Rossum
09fca8dbbb
Mark Hammond: add winreg module as new subproject.
2000-03-28 20:37:33 +00:00
Guido van Rossum
76bd689a8d
VC++ project changes to add new Unicode files and modules.
...
(I did this under VC++ 5.0 -- hope this doesn't break anything.)
2000-03-11 00:13:14 +00:00
Guido van Rossum
ef6ceb62bd
Same patch (also by Mark Hammond) for this straggler project file as
...
for the other projects, to move the x86 project names back to what
they were.
2000-02-07 15:29:43 +00:00
Guido van Rossum
4310debbd8
Mark Hammond renames the x86 projects back to what they were named
...
before the patch by Trent Mick. Since he now also works for
ActiveState, I suppose he overrides Trent. :-)
2000-02-03 17:19:35 +00:00
Guido van Rossum
a4596a4ba5
Trent Mick: Setup PC configuration so that MSDEV chooses the x86
...
release project config as the default.
2000-01-21 00:03:42 +00:00
Guido van Rossum
72ca1b3536
Changes by Trent Mick (of ActiveState) and Dale Nagata to support
...
building for NT Alpha as well as NT x86.
2000-01-20 21:31:41 +00:00
Guido van Rossum
5731575449
Added setargv.obj to the link link.
...
This causes * etc. on the command line to be expanded, link on Unix.
1999-12-20 23:02:41 +00:00
Guido van Rossum
90e0f57cea
Add dynload_win.c to project.
1999-12-20 23:00:10 +00:00
Guido van Rossum
72bacaa2c9
Bump version to 1.5.2 (final)
1999-04-13 15:44:49 +00:00
Guido van Rossum
2da1320561
Added shamodule.c
1999-04-13 15:44:21 +00:00
Guido van Rossum
4c6958dde1
Use the Tcl 8.0.5 installer.
...
Add a variable %_TCL_% that makes it easier to switch to a different version.
1999-04-08 23:13:37 +00:00
Guido van Rossum
6804b7aee0
Release 1.5.2c1. Add IDLE and Uninstall to program group.
...
Don't distribute zlib.dll. Tweak some comments.
1999-04-08 20:50:27 +00:00
Guido van Rossum
fd498bd48b
Now using static zlib 1.1.3
1999-04-08 20:49:11 +00:00
Guido van Rossum
594b3d66bd
Some new stuff. Get the HTML docs via a new variable.
...
Comment out freeze script (doesn't work at all).
Add dialog to get program manager group.
1999-02-17 23:53:35 +00:00
Guido van Rossum
0b07035249
Add source file winsound.c and library winmm.lib
1999-02-16 19:56:27 +00:00
Guido van Rossum
caa0606471
Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.
1999-01-05 14:10:29 +00:00
Guido van Rossum
45d2ae5161
Use installed Tcl lib files -- also for Debug configuration
1998-12-22 21:43:35 +00:00
Guido van Rossum
7aa9f582f4
Use installed Tcl lib files
1998-12-22 21:18:40 +00:00
Guido van Rossum
66419bafc6
Added Tcl 8.0.4 installer. Added Tools/idle.
1998-12-22 18:45:16 +00:00
Guido van Rossum
44331ec9e0
Get rid of python_nt.def -- it's no longer needed!
1998-12-21 20:44:53 +00:00
Guido van Rossum
d9eee4ee0c
Bump version to 1.5.2b1
1998-10-24 19:45:43 +00:00
Guido van Rossum
1d5766fd1a
Shit -- forgot to set the installer's title to the new version.
1998-10-09 02:30:23 +00:00
Guido van Rossum
60009ccc05
Change _tkinter.c compile options.
1998-10-09 02:03:49 +00:00
Guido van Rossum
002156d130
Add bufferobject.c.
1998-10-09 02:03:00 +00:00
Guido van Rossum
7e1e57494c
For 1.5.2a2.
...
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).
1998-10-08 01:50:47 +00:00
Guido van Rossum
f6240cf372
Some kind of source control krept in.
1998-10-08 01:48:13 +00:00
Guido van Rossum
98f936b5d4
Whatever
1998-10-08 01:46:52 +00:00
Guido van Rossum
ca69cf581d
Insignificant change cause by saving again.
1998-08-13 18:54:51 +00:00
Guido van Rossum
887d072cc0
Get rid of mysterious bsddb.txt.
1998-08-12 02:31:42 +00:00
Guido van Rossum
b034e1e2ff
Delete CurrentVersion instead of setting it.
1998-08-12 01:55:26 +00:00
Guido van Rossum
5bf2864fc0
Added dependencies between projects.
1998-08-12 01:54:43 +00:00
Guido van Rossum
37ea4107b1
# New version; not clear what happened.
1998-08-08 23:48:26 +00:00
Guido van Rossum
7fb668866d
Get rid of python15.lib; add some incl files
1998-08-08 21:04:19 +00:00
Guido van Rossum
b58dff553b
Play games with version numbers; add lib-tk to path.
1998-08-08 20:11:02 +00:00
Guido van Rossum
f4edff022c
More files to be ignored.
1998-08-08 20:07:20 +00:00
Guido van Rossum
78f6583c7c
Put the CRLF back in.
1998-08-06 04:23:56 +00:00
Guido van Rossum
0f586dacc0
Put the CRLF back in.
1998-08-06 04:18:38 +00:00
Guido van Rossum
844ea7beab
New project files...
1998-08-06 04:04:46 +00:00
Guido van Rossum
0fd9408c40
Needed.
1998-07-08 02:56:20 +00:00
Guido van Rossum
e79cf323c7
Added hints about building your own DLL.
1998-07-07 22:35:03 +00:00
Guido van Rossum
3600beefea
Moved from PC
1998-05-29 02:32:57 +00:00
Guido van Rossum
15b239f785
Moved VC++ 5.x stuff here.
1998-05-26 14:16:23 +00:00
Guido van Rossum
4a78a3cf3b
Added empty PCbuild directory for use by the NT build process.
1997-09-03 15:37:50 +00:00