Searched refs:IDLE (Results 1 – 25 of 168) sorted by relevance
1234567
772 .. section: IDLE774 IDLE code context -- fix code update and font update timers.782 .. section: IDLE784 IDLE - Update non-key options in former extension classes. When applying794 .. section: IDLE796 IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more804 .. section: IDLE806 IDLE - make tests pass with zzdummy extension disabled by default.813 .. section: IDLE815 Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the[all …]
494 .. section: IDLE505 .. section: IDLE507 Switch all scrollbars in IDLE to ttk versions. Where needed, minimal tests515 .. section: IDLE517 IDLE requires tk 8.5 and availability ttk widgets. Delete now unneeded tk518 version tests and code for older versions. Add test for IDLE syntax526 .. section: IDLE535 .. section: IDLE544 .. section: IDLE554 .. section: IDLE[all …]
324 .. section: IDLE326 IDLE search dialogs now use ttk widgets.333 .. section: IDLE335 Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set343 .. section: IDLE353 .. section: IDLE355 add line counter and crc to IDLE configHandler test dump.362 .. section: IDLE364 IDLE: add query.py with base Query dialog and ttk widgets. Module had376 .. section: IDLE[all …]
920 .. section: IDLE923 debugger window (running in the IDLE process). This prevents the931 .. section: IDLE933 Prevent IDLE from hanging when a) closing the shell while the debugger is946 .. section: IDLE948 Change 'The program' to 'Your program' in an IDLE 'kill program?' message to950 program, not IDLE itself.957 .. section: IDLE959 Improve the appearance of the IDLE editor window status bar. Patch by Mark967 .. section: IDLE[all …]
219 .. section: IDLE231 .. section: IDLE240 .. section: IDLE242 IDLE: Use read-only text widget for code context instead of label widget.249 .. section: IDLE251 Scroll IDLE editor text by lines. Previously, the mouse wheel and scrollbar261 .. section: IDLE272 .. section: IDLE
936 .. section: IDLE938 Improve tk event exception tracebacks in IDLE. When tk event handling is939 driven by IDLE's run loop, a confusing and distracting queue.EMPTY traceback949 .. section: IDLE959 .. section: IDLE961 IDLE: Fix old and new bugs in pathbrowser; improve tests. Patch mostly by969 .. section: IDLE971 IDLE -- Restrict shell prompt manipulation to the shell. Editor and output981 .. section: IDLE983 The font sample in the IDLE configuration dialog is now editable. Changes[all …]
710 .. section: IDLE722 .. section: IDLE731 .. section: IDLE733 IDLE: Use read-only text widget for code context instead of label widget.740 .. section: IDLE742 Scroll IDLE editor text by lines. Previously, the mouse wheel and scrollbar752 .. section: IDLE763 .. section: IDLE773 .. section: IDLE775 IDLE: Cleanup codecontext.py and its test.[all …]
476 .. section: IDLE487 .. section: IDLE498 .. section: IDLE507 .. section: IDLE509 IDLE: tab after initial whitespace should tab, not autocomplete. This fixes517 .. section: IDLE527 .. section: IDLE529 IDLE no longer runs buggy code because of its tkinter imports. Users must537 .. section: IDLE539 Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set[all …]
5658 .. section: IDLE5660 IDLE code context -- fix code update and font update timers.5668 .. section: IDLE5670 IDLE - Update non-key options in former extension classes. When applying5680 .. section: IDLE5682 IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more5690 .. section: IDLE5692 IDLE - make tests pass with zzdummy extension disabled by default.5699 .. section: IDLE5701 Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the[all …]
1 What's New in IDLE 3.10.023 IDLE dialog windows as dialogs.25 bpo-43283: Document why printing to IDLE's Shell is often slower than32 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,41 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround47 bpo-42416: Display docstrings in IDLE calltips in more cases,53 bpo-41775: Make 'IDLE Shell' the shell title.61 What's New in IDLE 3.9.0 (since 3.8.0)65 bpo-41468: Improve IDLE run crash error message (which users should76 Completions section of IDLE doc.[all …]
1 IDLE History4 This file contains the release messages for previous IDLE releases.5 As you read on you go back to the dark ages of IDLE's history.20 - This release is based on a merging of the earlier IDLE fork work with current21 cvs IDLE (post IDLE version 0.8), with some minor additional coding by Kurt26 not working, but I believe this was the case with the previous IDLE fork46 - This was the first release of IDLE fork, which at this stage was a47 combination of IDLE 0.5 and the VPython idle fork, with additional changes57 - This is a modification of the CVS version of IDLE 0.5, updated as of63 that you are using this modified version of IDLE).[all …]
1 README.txt: an index to idlelib files and the IDLE menu.3 IDLE is Python's Integrated Development and Learning5 is available in IDLE by selecting Help => IDLE Help. This README documents6 idlelib for IDLE developers and curious users.11 IDLE MENU show the menu tree, annotated with the module19 Implementation files not in IDLE MENU are marked (nim).25 __main__.py # -m, starts IDLE53 help.py # Display IDLE's html doc.54 help_about.py # Display About IDLE dialog.58 macosx.py # Help IDLE run on Macs (nim).[all …]
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 to26 - IDLE would print a "Unhandled server exception!" message when internal29 - Issue #4455: IDLE failed to display the windows list when two windows have32 - Issue #4383: When IDLE cannot make the connection to its subprocess, it would44 - 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.[all …]
1 Writing an IDLE extension4 An IDLE extension can define new key bindings and menu entries for IDLE5 edit windows. There is a simple mechanism to load extensions when IDLE7 to make other changes to IDLE, but this must be done by editing the IDLE13 An IDLE extension is defined by a class. Methods of the class define16 automatically applied by IDLE when the extension is linked to an edit19 An IDLE extension class is instantiated with a single argument,79 currently necessary to manually modify that file to change IDLE's extension
1 # IDLE reads several config files to determine user preferences. This4 [IDLE Classic]29 #cursor (only foreground can be set, restart IDLE)39 [IDLE New]64 #cursor (only foreground can be set, restart IDLE)74 [IDLE Dark]
2 original creator of IDLE. Other contributors prior to Version 0.8 include5 IDLE's recent development was carried out in the SF IDLEfork project. The6 objective was to develop a version of IDLE which had an execution environment12 the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood33 Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
2 rem Start IDLE using the appropriate Python interpreter4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
4 # IDLE is not installed, but maybe pyshell is on sys.path:9 # We're not in the IDLE directory, help the subprocess find run.py
1 # IDLE reads several config files to determine user preferences. This4 # When IDLE starts, it will look in42 # 1 = IDLE;C:/Programs/Python36/Lib/idlelib/help.html80 name= IDLE Classic
42 self.assertEqual(grpc.ChannelConnectivity.IDLE,44 self.assertEqual(grpc.ChannelConnectivity.IDLE,56 self.assertEqual(grpc.ChannelConnectivity.IDLE, current_state)66 self.assertEqual(grpc.ChannelConnectivity.IDLE,79 self.assertEqual(grpc.ChannelConnectivity.IDLE,87 await channel.wait_for_state_change(grpc.ChannelConnectivity.IDLE)
3 IDLE title11 single: IDLE17 IDLE is Python's Integrated Development and Learning Environment.19 IDLE has the following features:42 IDLE has two main window types, the Shell window and the Editor window. It is52 to the window currently selected. It has an IDLE menu, and some entries103 Close all windows and quit IDLE (ask to save unsaved windows).235 module has not been saved IDLE will either prompt the user to save or293 Configure IDLE318 Configure IDLE dialog. The maximum height for a screen is determined by[all …]
26 fail "non-idle state: #{state}" unless state == IDLE27 ch.watch_connectivity_state(IDLE, Time.now + 360)50 unless [FATAL_FAILURE, IDLE].include?(connectivity_state)
25 private static final int IDLE = 0; field in EnvelopeADSR38 private int mSstate = IDLE;
111 IDLE, enumerator162 Atomic<ChannelState> state_{IDLE};213 case IDLE: in IncreaseCallCount()326 chand->state_.Store(IDLE, MemoryOrder::RELAXED); in IdleTimerCallback()