Home
last modified time | relevance | path

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

1234567

/third_party/python/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 …]
D3.7.0rc1.rst219 .. section: IDLE
231 .. section: IDLE
240 .. section: IDLE
242 IDLE: Use read-only text widget for code context instead of label widget.
249 .. section: IDLE
251 Scroll IDLE editor text by lines. Previously, the mouse wheel and scrollbar
261 .. section: IDLE
272 .. section: IDLE
D3.6.4rc1.rst936 .. section: IDLE
938 Improve tk event exception tracebacks in IDLE. When tk event handling is
939 driven by IDLE's run loop, a confusing and distracting queue.EMPTY traceback
949 .. section: IDLE
959 .. section: IDLE
961 IDLE: Fix old and new bugs in pathbrowser; improve tests. Patch mostly by
969 .. section: IDLE
971 IDLE -- Restrict shell prompt manipulation to the shell. Editor and output
981 .. section: IDLE
983 The font sample in the IDLE configuration dialog is now editable. Changes
[all …]
D3.6.6rc1.rst710 .. section: IDLE
722 .. section: IDLE
731 .. section: IDLE
733 IDLE: Use read-only text widget for code context instead of label widget.
740 .. section: IDLE
742 Scroll IDLE editor text by lines. Previously, the mouse wheel and scrollbar
752 .. section: IDLE
763 .. section: IDLE
773 .. section: IDLE
775 IDLE: Cleanup codecontext.py and its test.
[all …]
D3.6.0a4.rst476 .. section: IDLE
487 .. section: IDLE
498 .. section: IDLE
507 .. section: IDLE
509 IDLE: tab after initial whitespace should tab, not autocomplete. This fixes
517 .. section: IDLE
527 .. section: IDLE
529 IDLE no longer runs buggy code because of its tkinter imports. Users must
537 .. section: IDLE
539 Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set
[all …]
D3.7.0a1.rst5658 .. section: IDLE
5660 IDLE code context -- fix code update and font update timers.
5668 .. section: IDLE
5670 IDLE - Update non-key options in former extension classes. When applying
5680 .. section: IDLE
5682 IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more
5690 .. section: IDLE
5692 IDLE - make tests pass with zzdummy extension disabled by default.
5699 .. section: IDLE
5701 Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the
[all …]
/third_party/python/Lib/idlelib/
DNEWS.txt1 What's New in IDLE 3.10.0
23 IDLE dialog windows as dialogs.
25 bpo-43283: Document why printing to IDLE's Shell is often slower than
32 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
41 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
47 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 should
76 Completions section of IDLE doc.
[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]
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
Didle.pyw4 # 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
Dconfig-main.def1 # IDLE reads several config files to determine user preferences. This
4 # When IDLE starts, it will look in
42 # 1 = IDLE;C:/Programs/Python36/Lib/idlelib/help.html
80 name= IDLE Classic
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dconnectivity_test.py42 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)
/third_party/python/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
52 to the window currently selected. It has an IDLE menu, and some entries
103 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 or
293 Configure IDLE
318 Configure IDLE dialog. The maximum height for a screen is determined by
[all …]
/third_party/grpc/src/ruby/end2end/
Dmultiple_killed_watching_threads_driver.rb26 fail "non-idle state: #{state}" unless state == IDLE
27 ch.watch_connectivity_state(IDLE, Time.now + 360)
50 unless [FATAL_FAILURE, IDLE].include?(connectivity_state)
Dmultiple_killed_watching_threads_test.rb26 fail "non-idle state: #{state}" unless state == IDLE
27 ch.watch_connectivity_state(IDLE, Time.now + 360)
50 unless [FATAL_FAILURE, IDLE].include?(connectivity_state)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DEnvelopeADSR.java25 private static final int IDLE = 0; field in EnvelopeADSR
38 private int mSstate = IDLE;
/third_party/grpc/src/core/ext/filters/client_idle/
Dclient_idle_filter.cc111 IDLE, enumerator
162 Atomic<ChannelState> state_{IDLE};
213 case IDLE: in IncreaseCallCount()
326 chand->state_.Store(IDLE, MemoryOrder::RELAXED); in IdleTimerCallback()

1234567