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