Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this | Guido van Rossum | 1997-09-05 | 1 | -0/+2 |
| | | | | | | is like PyImport_ImporModule(name) but receives the globals and locals dict and the fromlist arguments as well. (The name is a char*; the others are PyObject*s). | ||||
* | Added some symbols (I'm afraid more will come). | Guido van Rossum | 1997-09-03 | 1 | -0/+3 |
| | |||||
* | Change instructions to require use of PCbuild directory (instead of | Guido van Rossum | 1997-09-03 | 1 | -12/+7 |
| | | | | just recommending it). At Mark Hammond's request. | ||||
* | At Mark Hammond's suggestion: | Guido van Rossum | 1997-09-03 | 5 | -17/+125 |
| | | | | | | | - use the DLL versions of the C runtime (!) - change path settings so intermediate files go to Debug/temp or Release/temp - add resource file to python15.dll (can't remember what this does) - add a separate project to build the parser module | ||||
* | Added new flags and exceptions; removed AccessError exception. | Guido van Rossum | 1997-09-03 | 1 | -1/+5 |
| | |||||
* | Added new Py_IsInitalized() API function to test the 'initialized' flag. | Guido van Rossum | 1997-08-22 | 1 | -0/+2 |
| | |||||
* | Added reop | Guido van Rossum | 1997-08-21 | 1 | -0/+2 |
| | |||||
* | Remove remark on python15.lib being in the Debug subdir only. | Guido van Rossum | 1997-08-18 | 1 | -4/+1 |
| | |||||
* | Changed the way python15.lib is included in the other projects. | Guido van Rossum | 1997-08-18 | 3 | -24/+6 |
| | | | | | Per Mark Hammond's suggestion, add it to the extra libs in Settings instead of to the project's source files. | ||||
* | No longer used. | Guido van Rossum | 1997-08-18 | 1 | -93/+0 |
| | |||||
* | DevStudio (CV++ 5.0) Project files. | Guido van Rossum | 1997-08-14 | 4 | -0/+734 |
| | |||||
* | Updated for new situation; added VC++ 5.0 info and new path strategies. | Guido van Rossum | 1997-08-14 | 1 | -22/+51 |
| | |||||
* | Probably the last VC++ 4.2 makefile I'll check in. | Guido van Rossum | 1997-08-13 | 1 | -247/+64 |
| | | | | After this I will be using 5.0, which has binary workspace files... | ||||
* | Small changes to readme and makefile; tested for 1.5a3! | Guido van Rossum | 1997-08-13 | 2 | -6/+7 |
| | |||||
* | removed getpath_nt.c in favor of revamped getpathp.c | Guido van Rossum | 1997-08-13 | 1 | -203/+0 |
| | |||||
* | Much rewritten. Added Win32 registry stuff (from getpath_nt.c, which | Guido van Rossum | 1997-08-13 | 1 | -55/+222 |
| | | | | | | | is now obsolete), and changed the default path calculations. $PYTHONPATH is now added as a prefix (like it's always been on Unix); $PYTHONHOME takes precedence over the program pathname; and only one landmark is needed. | ||||
* | Made it real. Changed locking() to work with file descriptors instead | Guido van Rossum | 1997-08-13 | 1 | -44/+134 |
| | | | | | | of Python file objects. Added open_osfhandle() (Mark had done some work for that), get_osfhandle(), setmode(), and the console I/O functions kbhit(), getch(), getche(), ungetch(), and putch(). | ||||
* | Some changes to make it work on NT; add the directory where the binary | Guido van Rossum | 1997-08-13 | 1 | -2/+9 |
| | | | | | | | | lives to the end of the path. (Still to do: add $PYTHONPATH to the front instead of using it as is; add the Win32 registry paths as in getpath_nt.c (which can then retire).) | ||||
* | Moved PyWin_IsWin32s() here. | Guido van Rossum | 1997-08-13 | 1 | -1/+15 |
| | |||||
* | Remove #define main; remove vc40 from PYTHONPATH. | Guido van Rossum | 1997-08-13 | 1 | -2/+1 |
| | |||||
* | Renamed Py_input_hook to PyOS_InputHook. | Guido van Rossum | 1997-08-11 | 1 | -1/+1 |
| | | | | Also cleaned out some CR's left by the VC++ editor. | ||||
* | Got the new structure working with MSVC 4.2. | Guido van Rossum | 1997-08-07 | 5 | -3283/+155 |
| | | | | | | main_nt.c is gone -- we can use Modules/python.c now. Added Mark Hammond's module msvcrt.c (untested). Added several new symbols. | ||||
* | Removed Py_SuppressPrintingFlag flag; added new | Guido van Rossum | 1997-07-19 | 1 | -1/+3 |
| | | | | PyEval_{Acquire,Release}Thread() calls. | ||||
* | 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 |
| |