Lines Matching full:idle
1 What's New in IDLE 2.7.5?
4 - Issue #17390: Display Python version on Idle title bar.
8 What's New in IDLE 2.7.4?
15 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
25 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
29 What's New in IDLE 2.7.3?
32 - Issue #14409: IDLE now properly executes commands in the Shell window
37 - Issue #3573: IDLE hangs when passing invalid command line args
41 What's New in IDLE 2.7.2?
46 - Issue #6378: Further adjust idle.bat to start associated Python
50 - <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
56 What's New in IDLE 2.7?
61 - idle.py modified and simplified to better support developing experimental
62 versions of IDLE which are not installed in the standard location.
70 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
83 What's New in IDLE 2.6?
88 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
99 What's New in IDLE 2.6a1?
127 Patch 1225 Tal Einat (reworked from IDLE-Spoon).
139 - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
145 wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
160 - Bug #813342: Start the IDLE subprocess with -Qnew if the parent
169 - IDLE's version number takes a big jump to match the version number of
173 What's New in IDLE 1.2?
179 What's New in IDLE 1.2c1?
188 - IDLE honors new quit() and exit() commands from site.py Quitter() object.
202 message claiming they were IDLE internal errors (since 1.2a1).
204 What's New in IDLE 1.2b3?
209 - Bug #1525817: Don't truncate short lines in IDLE's tool tips.
211 - Bug #1517990: IDLE keybindings on MacOS X now work correctly
213 - Bug #1517996: IDLE now longer shows the default Tk menu when a
232 What's New in IDLE 1.2b2?
237 What's New in IDLE 1.2b1?
242 What's New in IDLE 1.2a2?
247 What's New in IDLE 1.2a1?
252 - Patch #1162825: Support non-ASCII characters in IDLE window titles.
300 tabs for the current EditorWindow via the Format menu) but IDLE will
312 Autoindent was merged into EditorWindow. This allows IDLE to conform to the
326 http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
331 What's New in IDLE 1.1?
336 - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
339 What's New in IDLE 1.1b3/rc1?
345 button) caused IDLE to fail on restart (no new keyset was created in
348 - A change to the linecache.py API caused IDLE to exit when an exception was
351 What's New in IDLE 1.1b2?
362 What's New in IDLE 1.1b1?
368 What's New in IDLE 1.1a3?
381 What's New in IDLE 1.1a2?
389 - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
393 What's New in IDLE 1.1a1?
448 - IDLE now does not fail to save the file anymore if the Tk buffer is not a
451 - IDLE didn't start correctly when Python was installed in "Program Files" on
454 - config-main.def documentation incorrectly referred to idle- instead of
458 What's New in IDLE 1.0?
467 What's New in IDLE 1.0 release candidate 2?
475 What's New in IDLE 1.0 release candidate 1?
488 - Break or continue statements outside a loop were causing IDLE crash
496 What's New in IDLE 1.0b2?
506 buttons for IDLE's README and NEWS.
547 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
549 - IDLE now preserves the line ending codes when editing a file produced on
559 has been modified IDLE will silently save it if Autosave is enabled. The
567 - Allow IDLE to run when not installed and cwd is not the IDLE directory
582 - Added a -n command line switch to start IDLE without the subprocess.
585 - Added a comment to the shell startup header to indicate when IDLE is not
590 debugger to trace through parts of IDLE itself, which may or may not be
593 helpful for developing IDLE using IDLE, because one instance can be used to
595 concurrent IDLE instances with subprocesses is a future feature)
602 possible values: none, utf-8, and locale. None is the default: IDLE will show
623 IDLE command prompt SF 695861
628 - Moved responsibility for exception formatting (i.e. pruning IDLE internal
631 - Exit IDLE cleanly even when doing subprocess I/O
649 - Improved formatting in IDLE Help.
654 the correct traceback, with IDLE internal levels pruned out.
656 - If an exception occurs entirely in IDLE, don't prune the IDLE internal
661 - IDLE icons will now install correctly even when setup.py is run from the
669 - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
672 - Change default: IDLE now starts with Python Shell.
728 IDLE help.
743 - Modified idle, idle.py, idle.pyw to improve exception handling.
752 Idle-dev and/or the Sourceforge CVS.
756 - Overhauled the IDLE startup options and revised the idle -h help message,
769 van Rossum's. GvR code has support for the IDLE debugger and uses the shell