[issue20640] Idle: test configHelpSourceEdit

2016-05-15 Thread Martin Panter
Martin Panter added the comment: Yep all four buildbots, x86 Tiger and AMD64 Snow Leop, 3.5 and 3.x, are now green. -- status: open -> closed ___ Python tracker

[issue20640] Idle: test configHelpSourceEdit

2016-05-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Patch should fix test for this issue. Please retest and close if it does. -- ___ Python tracker ___

[issue20640] Idle: test configHelpSourceEdit

2016-05-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset ada719145597 by Terry Jan Reedy in branch '3.5': Issue #20640: Add https: to url prefixes so test passes on Darwin. https://hg.python.org/cpython/rev/ada719145597 -- ___ Python tracker

[issue20640] Idle: test configHelpSourceEdit

2016-05-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For test_idlever see issue25747. -- ___ Python tracker ___ ___

[issue20640] Idle: test configHelpSourceEdit

2016-05-15 Thread Martin Panter
Martin Panter added the comment: FYI this broke the OS X buildbots: == FAIL: test_ok (idlelib.idle_test.test_config_help.ConfigHelpTest) -- Traceback (most

[issue20640] Idle: test configHelpSourceEdit

2016-05-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: The glitch with the section name was that the second time the name was pulled from the StringVar, it was not stripped. The possible fixes were to strip after the second get, get once in ok(), strip, and pass to name_ok, or get once in name_ok, strip, and

[issue20640] Idle: test configHelpSourceEdit

2016-05-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset c05689e630d3 by Terry Jan Reedy in branch '3.5': Issue #20640: Add tests for idlelib.configHelpSourceEdit. https://hg.python.org/cpython/rev/c05689e630d3 -- nosy: +python-dev ___ Python tracker

[issue20640] Idle: test configHelpSourceEdit

2014-06-02 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Removed file: http://bugs.python.org/file34125/test-config-helpsource-33.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20640 ___

[issue20640] Idle: test configHelpSourceEdit

2014-06-02 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Removed file: http://bugs.python.org/file34128/test-config-helpsource-27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20640 ___

[issue20640] Idle: test configHelpSourceEdit

2014-06-02 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35446/test-cfg-help-34.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20640 ___

[issue20640] Idle: test configHelpSourceEdit

2014-06-02 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35447/test-cfg-help-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20640 ___

[issue20640] Idle: test configHelpSourceEdit

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please redo 3.3 patch for current 3.4 (after htest change). -- title: Adds idle test for configHelpSourceEdit - Idle: test configHelpSourceEdit versions: +Python 3.5 -Python 3.3 ___ Python tracker