Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added remaining PyThread symbols. | Guido van Rossum | 1997-07-16 | 1 | -0/+14 |
| | |||||
* | Changed the reference of 'mappingobject.c' to 'dictobject.c' | Roger E. Masse | 1997-06-05 | 1 | -162/+125 |
| | |||||
* | Added Py_GetProgramFullPath (same as GetProgramName) | Guido van Rossum | 1997-05-22 | 1 | -0/+7 |
| | |||||
* | Added Py_GetProgramFullPath | Guido van Rossum | 1997-05-22 | 1 | -0/+1 |
| | |||||
* | Updated Python version no to 1.5. | Guido van Rossum | 1997-05-19 | 1 | -8/+8 |
| | | | | Noted that we have used VC 4.2 and that 5.x should be able to convert it. | ||||
* | Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. | Guido van Rossum | 1997-05-19 | 6 | -2721/+2985 |
| | |||||
* | Added CRLF for Notepad. | Guido van Rossum | 1997-05-16 | 1 | -160/+160 |
| | |||||
* | Added CRLF for Notepad. | Guido van Rossum | 1997-05-16 | 1 | -116/+116 |
| | |||||
* | Instructions updated for 1.5. Added the important note to set the | Guido van Rossum | 1997-05-14 | 1 | -21/+24 |
| | | | | run-library to multithreaded dll. | ||||
* | Updated, mappingobject -> dictobject plus some other minor things. | Guido van Rossum | 1997-05-14 | 1 | -12/+3377 |
| | |||||
* | Typo! \\lib\\<path> should be .\\lib\\<path> | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
| | |||||
* | New makefile, for 1.5, with CRLF | Guido van Rossum | 1997-05-14 | 1 | -285/+285 |
| | |||||
* | Longer default PYTHONPATH will find test, tkinter, and shared modules | Guido van Rossum | 1997-05-13 | 1 | -1/+1 |
| | | | | in the build tree, when the current directory is the build tree root. | ||||
* | Oops -- missed FloatingPointError. | Guido van Rossum | 1997-05-09 | 1 | -0/+1 |
| | |||||
* | Latest and greatest. | Guido van Rossum | 1997-05-09 | 1 | -257/+21 |
| | |||||
* | Add warning that it's out of date. | Guido van Rossum | 1997-05-08 | 1 | -0/+4 |
| | |||||
* | forgot to rename import_filetab | Guido van Rossum | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| |