History log of /external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00b0bd55b4d615740e06ac4d445221a176da30f3 12-May-2014 Terry Jan Reedy <tjreedy@udel.edu> Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
consolidating and improving human-validated tests of Idle. Change other files
as needed to work with htest. Running the module as __main__ runs all tests.
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
8d6834a28e244f70ad9576f8895113387858ef91 05-Jun-2013 Terry Jan Reedy <tjreedy@udel.edu> Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
Fix bug in existing human test and add instructions; fix two bugs in tested
code; remove redundancies, add spaces, and change two internal method names.
Add mock_tk with mocks for tkinter.Variable subclasses and tkinter.messagebox.
Use mocks in test_config_name to unittest methods that are otherwise gui-free.
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
6634bf2919d855ccd821e878b8cc00c7209f1cbe 20-May-2008 Georg Brandl <georg@python.org> Tkinter rename reversal: remove tkinter package, adapt imports and docs.
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 16-May-2008 Georg Brandl <georg@python.org> Tkinter rename, step 2: fix imports and add stub modules.
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
8e92bf7699ac3617d3a0a9a55a38f642f5a6ecc6 14-Jan-2003 Kurt B. Kaiser <kbk@shore.net> M Bindings.py
M EditorWindow.py
M NEWS.txt
M config-main.def
M configDialog.py
M configHandler.py
M configHelpSourceEdit.py
M configSectionNameDialog.py

- Change default: IDLE now starts with Python Shell.

- Removed the File Path from the Additional Help Sources scrolled list.

- Add capability to access Additional Help Sources on the web if the
Help File Path begins with //http or www. (Otherwise local path is
validated, as before.)

- Additional Help Sources were not being posted on the Help menu in the
order entered. Implement sorting the list by [HelpFiles] 'option'
number.

- Add Browse button to New Help Source dialog. Arrange to start in
Python/Doc if platform is Windows, otherwise start in current directory.

- Put the Additional Help Sources directly on the Help menu instead of in
an Extra Help cascade menu. Rearrange the Help menu so the Additional
Help Sources come last. Update help.txt appropriately.

- Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
6655e4bc2752f1114a2e1f9a63ffd4191fa50d0d 31-Dec-2002 Kurt B. Kaiser <kbk@shore.net> Whitespace Normalization
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
085eb1b3723b14cdcb69d60099033be22910dbec 05-Feb-2002 Steven M. Gava <elguavas@python.net> further work on config system and config saving
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py
813b56e3878fe056f5848fd9b612becb7dd8f8a6 24-Jan-2002 Steven M. Gava <elguavas@python.net> dialog for getting a new config file section name
/external/python/cpython2/Lib/idlelib/configSectionNameDialog.py