Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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(). | ||||
* | Got the new structure working with MSVC 4.2. | Guido van Rossum | 1997-08-07 | 1 | -0/+95 |
main_nt.c is gone -- we can use Modules/python.c now. Added Mark Hammond's module msvcrt.c (untested). Added several new symbols. |