Home
last modified time | relevance | path

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

12345678

/external/python/cpython3/Lib/idlelib/
DNEWS.txt1 What's New in IDLE 3.6.0?
8 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
14 - Add version to title of IDLE help window.
16 - Issue #25564: In section on IDLE -- console differences, mention that
32 - Issue #27609: IDLE: tab after initial whitespace should tab, not
39 - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
42 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
46 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
48 - Issue #27477: IDLE search dialogs now use ttk widgets.
50 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
[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]
25 #cursor (only foreground can be set, restart IDLE)
35 [IDLE New]
56 #cursor (only foreground can be set, restart IDLE)
66 [IDLE Dark]
DCREDITS.txt2 original creator of IDLE. Other contributors prior to Version 0.8 include
5 IDLE's recent development was carried out in the SF IDLEfork project. The
6 objective was to develop a version of IDLE which had an execution environment
12 the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
33 Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
Didle.bat2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
/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]
DCREDITS.txt2 original creator of IDLE. Other contributors prior to Version 0.8 include
5 IDLE's recent development was carried out in the SF IDLEfork project. The
6 objective was to develop a version of IDLE which had an execution environment
12 the RPC code and Remote Debugger currently integrated in IDLE. Bruce Sherwood
33 Please contact the IDLE maintainer (kbk@shore.net) to have yourself included
Didle.bat2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
Dconfig-main.def1 # IDLE reads several config files to determine user preferences. This
4 # When IDLE starts, it will look in
67 name= IDLE Classic
73 name= IDLE Classic Windows
Dhelp.txt5 [See the end of this file for ** TIPS ** on using IDLE !!]
91 Configure IDLE -- Open a configuration dialog. Fonts, indentation,
114 About IDLE -- Version, copyright, license, credits
115 IDLE Readme -- Background discussion and change details
117 IDLE Help -- Display this file
157 or removed from the Help menu at any time using Configure IDLE.
224 situation. Note that IDLE itself places quite a few modules in
250 scheme, use the Configure IDLE / Highlighting dialog.
278 If IDLE is started with the -n command line switch it will run in a
282 in this mode user code is not isolated from IDLE itself. Also, the
[all …]
/external/python/cpython2/Mac/IDLE/
DMakefile.in30 all: IDLE.app
32 install: IDLE.app
35 /bin/cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"
56 rm -rf IDLE.app
58 IDLE.app: \
59 $(srcdir)/../Icons/IDLE.icns $(srcdir)/idlemain.py \
62 rm -fr IDLE.app
65 --name=IDLE \
69 --iconfile=$(srcdir)/../Icons/IDLE.icns \
/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()
DGenericAnimationComponent.java42 case IDLE: in update()
43 mSprite.playAnimation(Animation.IDLE); in update()
77 public static final int IDLE = 0; field in GenericAnimationComponent.Animation
/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 …]
/external/python/cpython3/Doc/library/
Didle.rst3 IDLE title
11 single: IDLE
17 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 is
48 IDLE's menus dynamically change based on which window is currently selected.
99 Close all windows and quit IDLE (ask to save unsaved windows).
206 module has not been saved IDLE will either prompt the user to save or
261 Configure IDLE
266 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,
[all …]
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DVersionInfo.java11 IDLE, enumConstant
97 return UPDATE_STATUS.IDLE; in getUpdateStatus()
130 case IDLE: in getUpdateString()
144 case IDLE: in getUpdateAction()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaPlayerTest.java7 import static org.robolectric.shadows.ShadowMediaPlayer.State.IDLE;
96 assertThat(shadowMediaPlayer.getState()).isEqualTo(IDLE); in testInitialState()
227 EnumSet<State> nonPlayingStates = EnumSet.of(IDLE, INITIALIZED, PREPARED, in testIsPlaying()
410 testStates(new MethodSpec("attachAuxEffect", 37), EnumSet.of(IDLE, ERROR), in testAttachAuxEffectStates()
424 testStates("getCurrentPosition", EnumSet.of(IDLE, ERROR), onErrorTester, in testGetCurrentPositionStates()
430 testStates("getDuration", EnumSet.of(IDLE, INITIALIZED, ERROR), in testGetDurationStates()
436 testStates("getVideoHeight", EnumSet.of(IDLE, ERROR), logTester, null); in testGetVideoHeightAndWidthStates()
437 testStates("getVideoWidth", EnumSet.of(IDLE, ERROR), logTester, null); in testGetVideoHeightAndWidthStates()
455 EnumSet.of(IDLE, INITIALIZED, PREPARED, STOPPED, ERROR), onErrorTester, in testPauseStates()
462 EnumSet.of(IDLE, PREPARED, STARTED, PAUSED, PLAYBACK_COMPLETED, ERROR), in testPrepareStates()
[all …]
/external/autotest/client/cros/cellular/
Dbase_station_pxt.py319 'IDLE': cellular.UeGsmDataStatus.IDLE,
330 'SUSP': cellular.UeGsmDataStatus.IDLE,
336 'IDLE': cellular.UeGsmDataStatus.IDLE,
362 'IDLE': cellular.UeEvdoDataStatus.IDLE,
376 'IDLE': cellular.UeLteDataStatus.IDLE,

12345678