• Home
  • Raw
  • Download

Lines Matching full:py

24 __init__.py  # import, does nothing
25 __main__.py # -m, starts IDLE
27 idle.py
32 autocomplete.py # Complete attribute names or filenames.
33 autocomplete_w.py # Display completions.
34 autoexpand.py # Expand word with previous word in file.
35 browser.py # Create module browser window.
36 calltip_w.py # Display calltip.
37 calltips.py # Create calltip text.
38 codecontext.py # Show compound statement headers otherwise not visible.
39 colorizer.py # Colorize text (nim)
40 config.py # Load, fetch, and save configuration (nim).
41 configdialog.py # Display user configuration dialogs.
42 config_help.py # Specify help source in configdialog.
43 config_key.py # Change keybindings.
44 dynoption.py # Define mutable OptionMenu widget (nim).
45 debugobj.py # Define class used in stackviewer.
46 debugobj_r.py # Communicate objects between processes with rpc (nim).
47 debugger.py # Debug code run from shell or editor; show window.
48 debugger_r.py # Debug code run in remote process.
49 delegator.py # Define base class for delegators (nim).
50 editor.py # Define most of editor and utility functions.
51 filelist.py # Open files and manage list of open windows (nim).
52 grep.py # Find all occurrences of pattern in multiple files.
53 help.py # Display IDLE's html doc.
54 help_about.py # Display About IDLE dialog.
55 history.py # Get previous or next user input in shell (nim)
56 hyperparser.py # Parse code around a given index.
57 iomenu.py # Open, read, and write files
58 macosx.py # Help IDLE run on Macs (nim).
59 mainmenu.py # Define most of IDLE menu.
60 multicall.py # Wrap tk widget to allow multiple calls per event (nim).
61 outwin.py # Create window for grep output.
62 paragraph.py # Re-wrap multiline strings and comments.
63 parenmatch.py # Match fenceposts: (), [], and {}.
64 pathbrowser.py # Create path browser window.
65 percolator.py # Manage delegator stack (nim).
66 pyparse.py # Give information on code indentation
67 pyshell.py # Start IDLE, manage shell, complete editor window
68 query.py # Query user for information
69 redirector.py # Intercept widget subcommands (for percolator) (nim).
70 replace.py # Search and replace pattern in text.
71 rpc.py # Communicate between idle and user processes (nim).
72 rstrip.py # Strip trailing whitespace.
73 run.py # Manage user code execution subprocess.
74 runscript.py # Check and run user code.
75 scrolledlist.py # Define scrolledlist widget for IDLE (nim).
76 search.py # Search for pattern in text.
77 searchbase.py # Define base for search, replace, and grep dialogs.
78 searchengine.py # Define engine for all 3 search dialogs.
79 stackviewer.py # View stack after exception.
80 statusbar.py # Define status bar for windows (nim).
81 tabbedpages.py # Define tabbed pages widget (nim).
82 textview.py # Define read-only text widget (nim).
83 tree.py # Define tree widget, used in browsers (nim).
84 undo.py # Manage undo stack.
85 windows.py # Manage window list and define listed top level.
86 zoomheight.py # Zoom window to full height of screen.
112 tooltip.py # unused
199 Extensions tab # config-extensions.def, corresponding .py