Searched refs:IDLE (Results 1 – 25 of 191) sorted by relevance
12345678
1 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 that32 - Issue #27609: IDLE: tab after initial whitespace should tab, not39 - 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 …]
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]25 #cursor (only foreground can be set, restart IDLE)35 [IDLE New]56 #cursor (only foreground can be set, restart IDLE)66 [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
1 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 that27 - 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 cascade36 What's New in IDLE 2.7.12?[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 Implemetation files not in IDLE MENU are marked (nim).25 __main__.py # -m, starts IDLE35 Bindings.py # Define most of IDLE menu.58 PyShell.py # Start IDLE, manage shell, complete editor window64 ScrolledList.py # Define ScrolledList widget for IDLE (nim).[all …]
1 # IDLE reads several config files to determine user preferences. This4 # When IDLE starts, it will look in67 name= IDLE Classic73 name= IDLE Classic Windows
5 [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, credits115 IDLE Readme -- Background discussion and change details117 IDLE Help -- Display this file157 or removed from the Help menu at any time using Configure IDLE.224 situation. Note that IDLE itself places quite a few modules in250 scheme, use the Configure IDLE / Highlighting dialog.278 If IDLE is started with the -n command line switch it will run in a282 in this mode user code is not isolated from IDLE itself. Also, the[all …]
30 all: IDLE.app32 install: IDLE.app35 /bin/cp -PR IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)"56 rm -rf IDLE.app58 IDLE.app: \59 $(srcdir)/../Icons/IDLE.icns $(srcdir)/idlemain.py \62 rm -fr IDLE.app65 --name=IDLE \69 --iconfile=$(srcdir)/../Icons/IDLE.icns \
25 public static final int IDLE = 0; field in NPCAnimationComponent59 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()
42 case IDLE: in update()43 mSprite.playAnimation(Animation.IDLE); in update()77 public static final int IDLE = 0; field in GenericAnimationComponent.Animation
3 IDLE title7 single: IDLE13 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 is44 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 or257 Configure IDLE262 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,[all …]
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 is48 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 or261 Configure IDLE266 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,[all …]
11 IDLE, enumConstant97 return UPDATE_STATUS.IDLE; in getUpdateStatus()130 case IDLE: in getUpdateString()144 case IDLE: in getUpdateAction()
7 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 …]
319 'IDLE': cellular.UeGsmDataStatus.IDLE,330 'SUSP': cellular.UeGsmDataStatus.IDLE,336 'IDLE': cellular.UeGsmDataStatus.IDLE,362 'IDLE': cellular.UeEvdoDataStatus.IDLE,376 'IDLE': cellular.UeLteDataStatus.IDLE,