• Home
  • Raw
  • Download

Lines Matching refs:IDLE

1 What's New in IDLE 2.7? (Merged into 3.1 before 2.7 release.)
6 versions of IDLE which are not installed in the standard location.
14 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
26 - IDLE would print a "Unhandled server exception!" message when internal
29 - Issue #4455: IDLE failed to display the windows list when two windows have
32 - Issue #4383: When IDLE cannot make the connection to its subprocess, it would
44 - Issue #1585: IDLE uses non-existent xrange() function.
49 - IDLE converted to Python 3000 syntax.
55 - IDLE modules now use absolute import instead of implied relative import.
59 be cleared before IDLE exits.
62 What's New in IDLE 2.6
66 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
100 Patch 1225 Tal Einat (reworked from IDLE-Spoon).
112 - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
118 wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
133 - Bug #813342: Start the IDLE subprocess with -Qnew if the parent
142 - IDLE's version number takes a big jump to match the version number of
146 What's New in IDLE 1.2?
154 - IDLE honors new quit() and exit() commands from site.py Quitter() object.
168 message claiming they were IDLE internal errors (since 1.2a1).
170 - Bug #1525817: Don't truncate short lines in IDLE's tool tips.
172 - Bug #1517990: IDLE keybindings on MacOS X now work correctly
174 - Bug #1517996: IDLE now longer shows the default Tk menu when a
193 - Patch #1162825: Support non-ASCII characters in IDLE window titles.
241 tabs for the current EditorWindow via the Format menu) but IDLE will
253 Autoindent was merged into EditorWindow. This allows IDLE to conform to the
273 What's New in IDLE 1.1?
277 - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
281 button) caused IDLE to fail on restart (no new keyset was created in
284 - A change to the linecache.py API caused IDLE to exit when an exception was
303 - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
356 - IDLE now does not fail to save the file anymore if the Tk buffer is not a
359 - IDLE didn't start correctly when Python was installed in "Program Files" on
366 What's New in IDLE 1.0?
383 - Break or continue statements outside a loop were causing IDLE crash
395 buttons for IDLE's README and NEWS.
435 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
437 - IDLE now preserves the line ending codes when editing a file produced on
447 has been modified IDLE will silently save it if Autosave is enabled. The
455 - Allow IDLE to run when not installed and cwd is not the IDLE directory
470 - Added a -n command line switch to start IDLE without the subprocess.
473 - Added a comment to the shell startup header to indicate when IDLE is not
478 debugger to trace through parts of IDLE itself, which may or may not be
481 helpful for developing IDLE using IDLE, because one instance can be used to
483 concurrent IDLE instances with subprocesses is a future feature)
490 possible values: none, utf-8, and locale. None is the default: IDLE will show
511 IDLE command prompt SF 695861
516 - Moved responsibility for exception formatting (i.e. pruning IDLE internal
519 - Exit IDLE cleanly even when doing subprocess I/O
535 - Improved formatting in IDLE Help.
540 the correct traceback, with IDLE internal levels pruned out.
542 - If an exception occurs entirely in IDLE, don't prune the IDLE internal
547 - IDLE icons will now install correctly even when setup.py is run from the
555 - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
558 - Change default: IDLE now starts with Python Shell.
614 IDLE help.
641 - Overhauled the IDLE startup options and revised the idle -h help message,
654 van Rossum's. GvR code has support for the IDLE debugger and uses the shell