Commit graph

1588 commits

Author SHA1 Message Date
Guido van Rossum 478f4871d7 Added disclaimer. 1996-10-25 14:35:24 +00:00
Guido van Rossum 9ec053c4f9 Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. 1996-10-24 14:30:58 +00:00
Guido van Rossum 93df314d74 Removed NumPy files -- no time to fix these. 1996-10-24 14:28:18 +00:00
Guido van Rossum 8542c8e1af Set /MD option for *all* projects (even python.exe). 1996-10-24 00:08:27 +00:00
Guido van Rossum a31e084136 It turns out that VC1.5 does not necessarily define _WINDOWS. 1996-10-22 17:57:23 +00:00
Guido van Rossum d8b4dd6c25 Don't recommend unzipping in the root. 1996-10-21 14:54:59 +00:00
Guido van Rossum 22a67707e9 Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
1996-10-21 14:53:22 +00:00
Guido van Rossum cf6c0ea29c Add an XXX comment about apparent incompleteness of Borland defines. 1996-10-21 14:52:24 +00:00
Guido van Rossum bc2e6319cb From: "Mark Hammond" <MHammond@skippinet.com.au>
Date: Fri, 4 Oct 1996 09:08:19 +1000

A couple of things.  As I mentioned a while back, I have made the
changes to the registry support, in getpath_nt.c.  To recap, there can be:
...\pythonpath = default core Pythonpath
...\pythonpath\Pythonwin = c:\somewhere
etc.

The code simply appends them all.  The order can not be guaranteed
(registry limitation) but the "default" is always at the end.

The main reasons for change were the length of the path, but mainly
so an uninstaller can do the right thing.
1996-10-21 14:40:30 +00:00
Guido van Rossum 1383939e45 Removed -- we now have python_nt.def 1996-09-06 21:47:02 +00:00
Guido van Rossum e982ee326e Move Watcom to the end. Added description of all Win32 specific
files/dirs.  Slight editing.
1996-09-06 21:46:10 +00:00
Guido van Rossum ebd8706fcd Add W95 to header 1996-09-06 21:45:27 +00:00
Guido van Rossum 026f01a297 A directory with a working example of how to build an extension. 1996-09-06 21:16:21 +00:00
Guido van Rossum 932c06e4ff Added PyMarshal functions 1996-09-05 15:56:23 +00:00
Guido van Rossum 0cc24730fe Taken the plunge -- changed to Unix linefeed convention 1996-09-05 15:48:43 +00:00
Guido van Rossum 73695eccc8 Include file for users of Mark's build procedure 1996-09-05 15:32:18 +00:00
Guido van Rossum 983c552c43 Different unpack instructions for vclibs41.zip 1996-09-05 03:15:22 +00:00
Guido van Rossum 54d9fa2e40 New project files from Jim A. 1996-09-05 01:26:59 +00:00
Guido van Rossum c14a747d4b *** empty log message *** 1996-09-04 18:00:09 +00:00
Guido van Rossum 2b88061c9c Added elaborate trouble shooting guide.
Added more specific directions for editing the environment on Windows '95.
Made the section headers more visible.
1996-09-03 21:20:52 +00:00
Guido van Rossum 03dea6d026 Added uninstall option 1996-09-03 18:19:12 +00:00
Guido van Rossum f71f6133d0 Initial release (+ 1 bugfix in setup.py) 1996-09-03 15:08:36 +00:00
Guido van Rossum 754afd94ed Added /base:0x1e100000 to link options for python14.dll;
randomness created by vc40 internals.
1996-08-26 22:16:03 +00:00
Guido van Rossum 93fccacc84 Newly tweaked 1996-08-23 18:47:59 +00:00
Guido van Rossum 3db4103ecf Use MS_DLL_ID and similar changes 1996-08-23 18:42:39 +00:00
Guido van Rossum cbc66767c5 Added dllbase_nt.txt and python_nt.rc;
added notes to readme.txt about NumPy targets;
added some symbols to python_nt.def.
1996-08-23 15:48:14 +00:00
Guido van Rossum 67d4ab0946 Added NumPy projects 1996-08-22 21:47:05 +00:00
Guido van Rossum bf57ed5f95 Added thread module (it was already in the project!) 1996-08-22 00:43:42 +00:00
Guido van Rossum 331a8973ac Description of the new build procedure for Win NT/95. 1996-08-22 00:28:34 +00:00
Guido van Rossum eaf9b6cd7b More changes for NT, Guido style 1996-08-22 00:06:59 +00:00
Guido van Rossum 6dbd190f5e NT specific files supplied by Mark Hammond 1996-08-21 15:03:37 +00:00
Guido van Rossum ff0c4b532a New project files, with sliceobject.c added. 1996-08-01 17:13:12 +00:00
Guido van Rossum 31df6ab065 New versions of binary files. 1996-07-30 17:42:56 +00:00
Guido van Rossum 950a12602f New versions of almost all files. 1996-07-30 17:38:17 +00:00
Guido van Rossum 88dc264b0e New versions of VC project which has no source files in PC/ 1996-07-01 18:34:03 +00:00
Guido van Rossum 1bc716f2fc Added PC files from Jim Ahlstrom. 1996-06-28 19:12:06 +00:00
Guido van Rossum f2e98b4f55 new versions from Jim A 1996-06-26 19:53:41 +00:00
Guido van Rossum 87d5e705c3 config files for DOS and Windows (all versions, all compilers) 1996-05-28 22:50:17 +00:00