summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Collapse)AuthorAgeFilesLines
* Added remaining PyThread symbols.Guido van Rossum1997-07-161-0/+14
|
* Changed the reference of 'mappingobject.c' to 'dictobject.c'Roger E. Masse1997-06-051-162/+125
|
* Added Py_GetProgramFullPath (same as GetProgramName)Guido van Rossum1997-05-221-0/+7
|
* Added Py_GetProgramFullPathGuido van Rossum1997-05-221-0/+1
|
* Updated Python version no to 1.5.Guido van Rossum1997-05-191-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 Rossum1997-05-196-2721/+2985
|
* Added CRLF for Notepad.Guido van Rossum1997-05-161-160/+160
|
* Added CRLF for Notepad.Guido van Rossum1997-05-161-116/+116
|
* Instructions updated for 1.5. Added the important note to set theGuido van Rossum1997-05-141-21/+24
| | | | run-library to multithreaded dll.
* Updated, mappingobject -> dictobject plus some other minor things.Guido van Rossum1997-05-141-12/+3377
|
* Typo! \\lib\\<path> should be .\\lib\\<path>Guido van Rossum1997-05-141-1/+1
|
* New makefile, for 1.5, with CRLFGuido van Rossum1997-05-141-285/+285
|
* Longer default PYTHONPATH will find test, tkinter, and shared modulesGuido van Rossum1997-05-131-1/+1
| | | | in the build tree, when the current directory is the build tree root.
* Oops -- missed FloatingPointError.Guido van Rossum1997-05-091-0/+1
|
* Latest and greatest.Guido van Rossum1997-05-091-257/+21
|
* Add warning that it's out of date.Guido van Rossum1997-05-081-0/+4
|
* forgot to rename import_filetabGuido van Rossum1997-05-081-1/+1
|
* 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
|