summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* Updated vc40.mak for Roger. Includes CRLF!Guido van Rossum1997-05-061-4179/+4690
|
* Use spaces exclusively.Guido van Rossum1997-05-061-5/+5
|
* Added cStringIO and cPickle to the supported modules.Guido van Rossum1997-05-061-0/+4
|
* Added HAVE_ macros for getpeername, getpid, setvbuf.Guido van Rossum1997-05-061-2/+5
|
* Use Python.h, not allobjects.h.Guido van Rossum1997-05-051-4/+2
| | | | Don't call initall() (Experimental incompatible change!!!!!!)
* CloseHandle should be RegCloseKey.Guido van Rossum1997-05-051-1/+2
| | | | Add extern decl for Py_GetProgramName().
* Removed misc outdated stuff for 1.5Guido van Rossum1997-05-051-24/+1
|
* Include Python.h, not allobjects.h (which no longer exists).Guido van Rossum1997-05-051-1/+1
|
* One more inittab.Guido van Rossum1997-04-291-1/+1
|
* use /usr/bin/envGuido van Rossum1997-04-021-1/+1
|
* Remove ConflictError, add InteractiveFlag, CObject_Type, FdIsInteractive, ↵Guido van Rossum1997-03-311-2/+8
| | | | and thread entry points.
* Added PyArg_ParseTupleAndKeywords, PyErr_Format.Guido van Rossum1997-02-141-0/+2
|
* Added PyCObject_Import.Guido van Rossum1997-01-221-0/+1
|
* Remove GetOwner, add GetBuildInfo...Guido van Rossum1997-01-221-1/+1
|
* Added getbuildinfo.c to the project.Guido van Rossum1997-01-221-0/+12
|
* Remove obsolete PyFrame_ExtendStack.Guido van Rossum1997-01-171-1/+0
|
* Removed accessobject.c from file list.Guido van Rossum1997-01-171-2109/+2076
|
* Skip empty paths read from the registry.Guido van Rossum1997-01-121-6/+8
|
* Added PyLong*UnsignedLong and PyCobject interfaces.Guido van Rossum1997-01-031-0/+4
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-252-20/+34
|
* Added disclaimer.Guido van Rossum1996-10-251-0/+3
|
* Removed NumPy instructions. Add note about VC 4.0 vs. 4.2.Guido van Rossum1996-10-241-13/+3
|
* Removed NumPy files -- no time to fix these.Guido van Rossum1996-10-241-530/+1
|
* Set /MD option for *all* projects (even python.exe).Guido van Rossum1996-10-241-148/+144
|
* It turns out that VC1.5 does not necessarily define _WINDOWS.Guido van Rossum1996-10-221-2/+0
|
* Don't recommend unzipping in the root.Guido van Rossum1996-10-211-15/+9
|
* Changed _Py_EllipsesObject -> _Py_EllipsisObject.Guido van Rossum1996-10-211-1/+2
| | | | Added PyEval_CallObjectWithKeywords.
* Add an XXX comment about apparent incompleteness of Borland defines.Guido van Rossum1996-10-211-0/+1
|
* From: "Mark Hammond" <MHammond@skippinet.com.au>Guido van Rossum1996-10-211-16/+35
| | | | | | | | | | | | | | | | 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.
* Removed -- we now have python_nt.defGuido van Rossum1996-09-061-238/+0
|
* Move Watcom to the end. Added description of all Win32 specificGuido van Rossum1996-09-061-18/+47
| | | | files/dirs. Slight editing.
* Add W95 to headerGuido van Rossum1996-09-061-2/+2
|
* A directory with a working example of how to build an extension.Guido van Rossum1996-09-064-0/+417
|
* Added PyMarshal functionsGuido van Rossum1996-09-051-0/+5
|
* Taken the plunge -- changed to Unix linefeed conventionGuido van Rossum1996-09-051-4733/+4733
|
* Include file for users of Mark's build procedureGuido van Rossum1996-09-051-0/+93
|
* Different unpack instructions for vclibs41.zipGuido van Rossum1996-09-051-5/+5
|
* New project files from Jim A.Guido van Rossum1996-09-059-3581/+3526
|
* *** empty log message ***Guido van Rossum1996-09-041-0/+3
|
* Added elaborate trouble shooting guide.Guido van Rossum1996-09-031-8/+119
| | | | | Added more specific directions for editing the environment on Windows '95. Made the section headers more visible.
* Added uninstall optionGuido van Rossum1996-09-034-9/+131
|
* Initial release (+ 1 bugfix in setup.py)Guido van Rossum1996-09-033-0/+304
|
* Added /base:0x1e100000 to link options for python14.dll;Guido van Rossum1996-08-261-6/+7
| | | | randomness created by vc40 internals.
* Newly tweakedGuido van Rossum1996-08-231-1239/+1192
|
* Use MS_DLL_ID and similar changesGuido van Rossum1996-08-234-10/+7
|
* Added dllbase_nt.txt and python_nt.rc;Guido van Rossum1996-08-234-0/+448
| | | | | added notes to readme.txt about NumPy targets; added some symbols to python_nt.def.
* Added NumPy projectsGuido van Rossum1996-08-221-311/+840
|
* Added thread module (it was already in the project!)Guido van Rossum1996-08-221-0/+4
|
* Description of the new build procedure for Win NT/95.Guido van Rossum1996-08-221-15/+38
|
* More changes for NT, Guido styleGuido van Rossum1996-08-2210-4985/+784
|