]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Setup.in: added tkinter; rearranged the definition of PYTHONPATH so
authorGuido van Rossum <guido@python.org>
Wed, 7 Sep 1994 14:32:49 +0000 (14:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Sep 1994 14:32:49 +0000 (14:32 +0000)
commite4485b064d46ad8739df2919192ae0b488de88ba
treef42fbb5793179cf8aadbea190be09424d4bf0d0d
parenta1426136786711bae9a5a576a0e4fbf27979cac9
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.
Modules/Setup.in
Modules/_cursesmodule.c
Modules/_tkinter.c
Modules/signalmodule.c
Modules/socketmodule.c