This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-02 07:05:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8413b47ba78c0d98f4310d2d62bb0d88ecb96a53
cpython
/
Mac
/
Python
T
History
Jack Jansen
8413b47ba7
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
2000-10-19 22:02:16 +00:00
..
getapplbycreator.c
…
gusiconfig.cpp
Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).
2000-08-17 20:04:26 +00:00
macapplication.c
…
macgetargv.c
…
macgetcompiler.c
…
macgetpath.c
…
macgetplatform.c
…
macglue.c
PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack.
2000-09-08 22:05:48 +00:00
macimport.c
…
macmain.c
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
2000-10-19 22:02:16 +00:00
macsetfiletype.c
…
macshlglue.c
…
missingtoolboxcalls.c
…