commit | e4485b064d46ad8739df2919192ae0b488de88ba | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 07 14:32:49 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 07 14:32:49 1994 +0000 |
tree | f42fbb5793179cf8aadbea190be09424d4bf0d0d | |
parent | a1426136786711bae9a5a576a0e4fbf27979cac9 [diff] |
Setup.in: added tkinter; rearranged the definition of PYTHONPATH so that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette.