]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* mainloop.py: added facility for calling select(). Also added
authorGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 09:17:19 +0000 (09:17 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Nov 1992 09:17:19 +0000 (09:17 +0000)
commit18fc5696c8be30b56485a20dc48f7f683b472f79
tree97da7e7f67ca99491939ab379614cd64a4f51505
parentc89705d6975ffb1e4a3764f4f36bab339f969e8f
* mainloop.py: added facility for calling select().  Also added
  embryonic facility for pseudo-modal dialogs.
* stdwinevents.py: added modifier masks for key/mouse events
* renamed exceptions in nntplib.py
* Changed string.join() to call string.joinfields() to profit of
  strop.joinfields()
Lib/lib-stdwin/mainloop.py
Lib/lib-stdwin/stdwinevents.py
Lib/nntplib.py
Lib/stdwin/mainloop.py
Lib/stdwin/stdwinevents.py
Lib/string.py
Lib/stringold.py