commit | a0a7706916b018630973a2b9b2f118048429882a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Aug 03 19:04:13 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Aug 03 19:04:13 2001 +0000 |
tree | 232d2bfb019b88665a0d6d7d52561f5fc1d681ad | |
parent | d86038d1be19c75ed15c13faf7388579c42439b4 [diff] |
+ Moved IDLE from the "tools" component to the main component. + Ditto pydoc. (IMO, both should have been done long ago -- simply didn't occur to me before) + Build the summary text into a vrbl instead of a temp file. Doh! Less fiddling, and should avoid another class of Win2K permission problems. Bug: the "auto vertical scrollbar" control on the summary page doesn't work (never creates a scrollbar, no matter how much text). So forced a vertical scrollbar there.