Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst772 .. section: IDLE
774 IDLE code context -- fix code update and font update timers.
782 .. section: IDLE
784 IDLE - Update non-key options in former extension classes. When applying
794 .. section: IDLE
796 IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more
804 .. section: IDLE
806 IDLE - make tests pass with zzdummy extension disabled by default.
813 .. section: IDLE
815 Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the
[all …]
D3.6.0a2.rst494 .. section: IDLE
505 .. section: IDLE
507 Switch all scrollbars in IDLE to ttk versions. Where needed, minimal tests
515 .. section: IDLE
517 IDLE requires tk 8.5 and availability ttk widgets. Delete now unneeded tk
518 version tests and code for older versions. Add test for IDLE syntax
526 .. section: IDLE
535 .. section: IDLE
544 .. section: IDLE
554 .. section: IDLE
[all …]
D3.6.0a3.rst324 .. section: IDLE
326 IDLE search dialogs now use ttk widgets.
333 .. section: IDLE
335 Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set
343 .. section: IDLE
353 .. section: IDLE
355 add line counter and crc to IDLE configHandler test dump.
362 .. section: IDLE
364 IDLE: add query.py with base Query dialog and ttk widgets. Module had
376 .. section: IDLE
[all …]
D3.5.1rc1.rst920 .. section: IDLE
923 debugger window (running in the IDLE process). This prevents the
931 .. section: IDLE
933 Prevent IDLE from hanging when a) closing the shell while the debugger is
946 .. section: IDLE
948 Change 'The program' to 'Your program' in an IDLE 'kill program?' message to
950 program, not IDLE itself.
957 .. section: IDLE
959 Improve the appearance of the IDLE editor window status bar. Patch by Mark
967 .. section: IDLE
[all …]
/external/python/cpython2/Mac/IDLE/
DMakefile.in29 all: IDLE.app
31 install: IDLE.app
34 /bin/cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
55 rm -rf IDLE.app
57 IDLE.app: \
58 $(srcdir)/../Icons/IDLE.icns $(srcdir)/idlemain.py \
61 rm -fr IDLE.app
64 --name=IDLE \
68 --iconfile=$(srcdir)/../Icons/IDLE.icns \
/external/python/cpython2/Lib/idlelib/
DNEWS.txt1 What's New in IDLE 2.7.13?
5 - Issue #27854: Make Help => IDLE Help work again on Windows.
14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
18 - Add version to title of IDLE help window.
20 - Issue #25564: In section on IDLE -- console differences, mention that
27 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
29 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
31 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
32 Previously, when IDLE was started from a console or by import, a cascade
36 What's New in IDLE 2.7.12?
[all …]
DREADME.txt1 README.txt: an index to idlelib files and the IDLE menu.
3 IDLE is Python's Integrated Development and Learning
5 is available in IDLE by selecting Help => IDLE Help. This README documents
6 idlelib for IDLE developers and curious users.
11 IDLE MENU show the menu tree, annotated with the module
19 Implemetation files not in IDLE MENU are marked (nim).
25 __main__.py # -m, starts IDLE
35 Bindings.py # Define most of IDLE menu.
58 PyShell.py # Start IDLE, manage shell, complete editor window
64 ScrolledList.py # Define ScrolledList widget for IDLE (nim).
[all …]
DHISTORY.txt1 IDLE History
4 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 current
21 cvs IDLE (post IDLE version 0.8), with some minor additional coding by Kurt
26 not working, but I believe this was the case with the previous IDLE fork
46 - This was the first release of IDLE fork, which at this stage was a
47 combination of IDLE 0.5 and the VPython idle fork, with additional changes
57 - This is a modification of the CVS version of IDLE 0.5, updated as of
63 that you are using this modified version of IDLE).
[all …]
Dextend.txt1 Writing an IDLE extension
4 An IDLE extension can define new key bindings and menu entries for IDLE
5 edit windows. There is a simple mechanism to load extensions when IDLE
7 to make other changes to IDLE, but this must be done by editing the IDLE
13 An IDLE extension is defined by a class. Methods of the class define
16 automatically applied by IDLE when the extension is linked to an edit
19 An IDLE extension class is instantiated with a single argument,
79 currently necessary to manually modify that file to change IDLE's extension
Dconfig-highlight.def1 # IDLE reads several config files to determine user preferences. This
4 [IDLE Classic]
25 #cursor (only foreground can be set, restart IDLE)
35 [IDLE New]
56 #cursor (only foreground can be set, restart IDLE)
66 [IDLE Dark]
/external/python/cpython3/Lib/idlelib/
DNEWS.txt1 What's New in IDLE 3.9.1
6 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
12 bpo-42416: Get docstrings for IDLE calltips more often
18 bpo-41775: Make 'IDLE Shell' the shell title.
26 What's New in IDLE 3.9.0 (since 3.8.0)
30 bpo-41468: Improve IDLE run crash error message (which users should
41 Completions section of IDLE doc.
43 bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE
51 bpo-38689: IDLE will no longer freeze when inspect.signature fails
55 IDLE standard behavior and improved error checking.
[all …]
DHISTORY.txt1 IDLE History
4 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 current
21 cvs IDLE (post IDLE version 0.8), with some minor additional coding by Kurt
26 not working, but I believe this was the case with the previous IDLE fork
46 - This was the first release of IDLE fork, which at this stage was a
47 combination of IDLE 0.5 and the VPython idle fork, with additional changes
57 - This is a modification of the CVS version of IDLE 0.5, updated as of
63 that you are using this modified version of IDLE).
[all …]
DREADME.txt1 README.txt: an index to idlelib files and the IDLE menu.
3 IDLE is Python's Integrated Development and Learning
5 is available in IDLE by selecting Help => IDLE Help. This README documents
6 idlelib for IDLE developers and curious users.
11 IDLE MENU show the menu tree, annotated with the module
19 Implementation files not in IDLE MENU are marked (nim).
25 __main__.py # -m, starts IDLE
53 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 …]
DNEWS2x.txt1 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.
[all …]
Dextend.txt1 Writing an IDLE extension
4 An IDLE extension can define new key bindings and menu entries for IDLE
5 edit windows. There is a simple mechanism to load extensions when IDLE
7 to make other changes to IDLE, but this must be done by editing the IDLE
13 An IDLE extension is defined by a class. Methods of the class define
16 automatically applied by IDLE when the extension is linked to an edit
19 An IDLE extension class is instantiated with a single argument,
79 currently necessary to manually modify that file to change IDLE's extension
Dconfig-highlight.def1 # IDLE reads several config files to determine user preferences. This
4 [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]
/external/python/cpython2/Misc/NEWS.d/
D2.7.5.rst380 .. section: IDLE
389 .. section: IDLE
391 Update IDLE docs to omit "Control-z on Windows".
398 .. section: IDLE
400 Fixed IDLE regression. Now closes when using exit() or quit().
407 .. section: IDLE
409 Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
416 .. section: IDLE
418 Prevent traceback when removing syntax colorizer in IDLE.
425 .. section: IDLE
[all …]
D2.7.11rc1.rst702 .. section: IDLE
705 debugger window (running in the IDLE process). This prevents the
713 .. section: IDLE
715 Prevent IDLE from hanging when a) closing the shell while the debugger is
728 .. section: IDLE
730 Change 'The program' to 'Your program' in an IDLE 'kill program?' message to
732 program, not IDLE itself.
739 .. section: IDLE
741 Improve the appearance of the IDLE editor window status bar. Patch by Mark
749 .. section: IDLE
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DConnectivityStateManagerTest.java20 import static io.grpc.ConnectivityState.IDLE;
88 }, executor.getScheduledExecutorService(), IDLE); in registerCallbackAfterStateChanged()
105 }, executor.getScheduledExecutorService(), IDLE); in callbackOnlyCalledOnTransition()
107 state.gotoState(IDLE); in callbackOnlyCalledOnTransition()
121 state.notifyWhenStateChanged(callback, executor.getScheduledExecutorService(), IDLE); in callbacksAreOneShot()
139 state.gotoState(IDLE); in callbacksAreOneShot()
144 assertEquals(IDLE, sink.poll()); in callbacksAreOneShot()
157 }, executor.getScheduledExecutorService(), IDLE); in multipleCallbacks()
164 }, executor.getScheduledExecutorService(), IDLE); in multipleCallbacks()
179 assertEquals(IDLE, sink.poll()); in multipleCallbacks()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DConnectivityStateInfoTest.java20 import static io.grpc.ConnectivityState.IDLE;
36 ConnectivityStateInfo info = ConnectivityStateInfo.forNonError(IDLE); in forNonError()
37 assertEquals(IDLE, info.getState()); in forNonError()
60 ConnectivityStateInfo info1 = ConnectivityStateInfo.forNonError(IDLE); in equality()
62 ConnectivityStateInfo info3 = ConnectivityStateInfo.forNonError(IDLE); in equality()
/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java25 public static final int IDLE = 0; field in NPCAnimationComponent
59 mCurrentAnimation = IDLE; in reset()
73 case IDLE: in update()
235 mCurrentAnimation = IDLE; in walk()
273 mCurrentAnimation = IDLE; in run()
286 mCurrentAnimation = IDLE; in shoot()
331 mCurrentAnimation = IDLE; in jumpAir()
343 mCurrentAnimation = IDLE; in jumpAir()
351 mCurrentAnimation = IDLE; in takeHit()
361 mCurrentAnimation = IDLE; in surprised()
/external/rust/crates/grpcio/src/task/
Dexecutor.rs80 const IDLE: u8 = 2; constant
101 state: AtomicU8::new(IDLE), in new()
113 IDLE, in mark_notified()
125 Err(IDLE) | Err(POLLING) => continue, in mark_notified()
131 Err(IDLE) => continue, in mark_notified()
185 let mut init_state = if woken { NOTIFIED } else { IDLE }; in poll()
214 IDLE, in poll()
/external/guava/guava/src/com/google/common/util/concurrent/
DSequentialExecutor.java18 import static com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE;
55 IDLE, enumConstant
71 private WorkerRunningState workerRunningState = IDLE;
138 (workerRunningState == IDLE || workerRunningState == QUEUING) in execute()
181 workerRunningState = IDLE; in run()
224 workerRunningState = IDLE; in workOnQueue()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DSequentialExecutor.java18 import static com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState.IDLE;
55 IDLE, enumConstant
71 private WorkerRunningState workerRunningState = IDLE;
138 (workerRunningState == IDLE || workerRunningState == QUEUING) in execute()
181 workerRunningState = IDLE; in run()
224 workerRunningState = IDLE; in workOnQueue()
/external/python/cpython2/Doc/library/
Didle.rst3 IDLE title
7 single: IDLE
13 IDLE is Python's Integrated Development and Learning Environment.
15 IDLE has the following features:
38 IDLE has two main window types, the Shell window and the Editor window. It is
44 IDLE's menus dynamically change based on which window is currently selected.
95 Close all windows and quit IDLE (ask to save unsaved windows).
202 module has not been saved IDLE will either prompt the user to save or
257 Configure IDLE
262 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,
[all …]

1234567891011