• Home
  • Raw
  • Download

Lines Matching refs:IDLE

772 .. 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
824 .. section: IDLE
826 IDLE -- fix tk entry box tests by deleting first. Adding to an int entry is
834 .. section: IDLE
836 Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
843 .. section: IDLE
845 IDLE - Add docstrings and tests for outwin subclass of editor.
854 .. section: IDLE
856 IDLE - Do not modify tkinter.message in test_configdialog.
863 .. section: IDLE
865 Convert IDLE's built-in 'extensions' to regular features.
866 About 10 IDLE features were implemented as supposedly optional extensions.
887 .. section: IDLE
889 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
897 .. section: IDLE
906 .. section: IDLE
908 IDLE: Factor KeysPage(Frame) class from ConfigDialog. The slightly modified
916 .. section: IDLE
918 IDLE -- stop leaks in test_configdialog. Initial patch by Victor Stinner.
925 .. section: IDLE
934 .. section: IDLE
936 IDLE: Calltips use `inspect.signature` instead of `inspect.getfullargspec`.
945 .. section: IDLE
947 IDLE - Add an outline of a TabPage class in configdialog. Update existing
955 .. section: IDLE
965 .. section: IDLE
967 IDLE - Factor FontPage(Frame) class from ConfigDialog.
976 .. section: IDLE
978 IDLE - Use ttk widgets in ConfigDialog. Patches by Terry Jan Reedy and
986 .. section: IDLE
988 IDLE - Finish rearranging methods of ConfigDialog Grouping methods
997 .. section: IDLE
999 IDLE -- Factor a VarTrace class out of ConfigDialog.
1009 .. section: IDLE
1011 IDLE: Add more tests for General tab.
1018 .. section: IDLE
1020 IDLE - Improve configdialog font page and tests.
1036 .. section: IDLE
1038 IDLE -- Add more configdialog font page tests.
1045 .. section: IDLE
1047 IDLE: replace 'colour' with 'color' in configdialog.
1054 .. section: IDLE
1064 .. section: IDLE
1069 Exclude IDLE-specific code that does not run during unit tests.
1076 .. section: IDLE
1078 IDLE: Document ConfigDialog tk Vars, methods, and widgets in docstrings This
1087 .. section: IDLE
1089 IDLE: Add tests for ConfigParser subclasses in config. Patch by Louie Lu.
1096 .. section: IDLE
1098 IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.
1105 .. section: IDLE
1107 IDLE: Remove unused variables in configdialog. One is a duplicate, one is
1115 .. section: IDLE
1117 IDLE: In Settings dialog, select font with Up, Down keys as well as mouse.
1125 .. section: IDLE
1127 IDLE: call config.IdleConf.GetUserCfgDir only once.
1134 .. section: IDLE
1136 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
1150 .. section: IDLE
1152 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
1160 .. section: IDLE
1162 IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by
1170 .. section: IDLE
1172 IDLE: Make several improvements to parenmatch. Add 'parens' style to
1183 .. section: IDLE
1185 IDLE: add docstrings to grep module. Patch by Cheryl Sabella
1192 .. section: IDLE
1194 IDLE's basic custom key entry dialog now detects duplicates properly.
1202 .. section: IDLE
1204 IDLE no longer deletes a character after commenting out a region by a key
1206 between IDLE and default key bindings.
1213 .. section: IDLE
1225 .. section: IDLE
1227 IDLE: Verify user-entered key sequences by trying to bind them with tk. Add