* 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()
7 files changed
tree: 97da7e7f67ca99491939ab379614cd64a4f51505
  1. Demo/
  2. Doc/
  3. Grammar/
  4. Include/
  5. Lib/
  6. Mac/
  7. Modules/
  8. Objects/
  9. Parser/
  10. Python/
  11. Tools/