index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
Terry Jan Reedy
2016-09-04
1
-0/+1
*
Issue #27922: IDLE tests no longer flash tk widgets.
Terry Jan Reedy
2016-09-01
5
-5/+13
*
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
Terry Jan Reedy
2016-08-21
1
-2/+0
*
Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
Terry Jan Reedy
2016-08-10
1
-13/+11
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
1
-1/+1
*
Issue #27365: Add blank lines. to 2.7 test_editmenu
Terry Jan Reedy
2016-06-23
1
-0/+2
*
fix idle about dialog #27365
Benjamin Peterson
2016-06-22
1
-0/+52
*
Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.
Terry Jan Reedy
2016-06-11
1
-1/+1
*
Issue #5124: Paste with selection should always replace.
Terry Jan Reedy
2016-06-11
1
-0/+98
*
Issue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy
2016-06-04
1
-0/+6
*
IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.
Terry Jan Reedy
2016-06-04
1
-13/+13
*
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-03
7
-26/+27
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Backports: #25747: remove bad test. #27044: stop test_idle from leaking.
Terry Jan Reedy
2016-05-17
2
-9/+1
*
Issue 18910: Edit idle_test/README.txt to add 'requires' warning.
Terry Jan Reedy
2016-05-16
1
-0/+2
*
Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Terry Jan Reedy
2016-01-27
1
-0/+3
*
Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
Terry Jan Reedy
2015-10-30
1
-3/+5
*
Issue #24782: Finish converting the Configure Extension dialog into a new
Terry Jan Reedy
2015-10-14
1
-10/+2
*
Issue #16893: Replace help.txt with idle.html for Idle doc display.
Terry Jan Reedy
2015-09-20
1
-7/+7
*
Issue 24199: Deprecate idlelib.idlever with a warning on import.
Terry Jan Reedy
2015-09-09
1
-0/+9
*
Issue #20792: Expand idle_test.test_pathbowser. Tweak file.
Terry Jan Reedy
2015-07-20
1
-1/+17
*
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
Terry Jan Reedy
2015-05-16
1
-50/+78
*
Issue #23184: idle tests, remove unused names and imports.
Terry Jan Reedy
2015-05-16
5
-9/+7
*
Issue #23825: Fixed test_idle under -OO.
Serhiy Storchaka
2015-04-04
1
-7/+12
*
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Serhiy Storchaka
2015-03-24
1
-0/+267
*
Issue #3068: Add Idle extension configuration dialog to Options menu.
Terry Jan Reedy
2014-10-23
1
-0/+9
*
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
Terry Jan Reedy
2014-10-17
1
-18/+47
*
Issue #22340: Fix Python 3 warnings in Python 2 tests
Victor Stinner
2014-09-05
1
-1/+1
*
Issue #21982: Add minimal unittest for configDialog with 46% coverage.
Terry Jan Reedy
2014-07-15
1
-0/+32
*
Issue #18592: Method return signature changes made to SearchDialogBase for
Terry Jan Reedy
2014-07-13
1
-1/+1
*
Issue #18592: Make unittest for SearchDialogBase work on all tk versions.
Terry Jan Reedy
2014-07-11
1
-4/+4
*
#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.
Terry Jan Reedy
2014-07-11
2
-1/+126
*
More idlelib cleanup inspired by pyflakes.
Terry Jan Reedy
2014-07-02
1
-4/+2
*
Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods
Terry Jan Reedy
2014-07-01
1
-76/+43
*
whitespace
Terry Jan Reedy
2014-07-01
1
-1/+1
*
Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.
Terry Jan Reedy
2014-06-30
1
-0/+198
*
Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
Terry Jan Reedy
2014-06-17
1
-0/+121
*
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
Terry Jan Reedy
2014-06-16
1
-0/+191
*
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...
Terry Jan Reedy
2014-06-10
1
-5/+11
*
whitespace
Terry Jan Reedy
2014-06-08
1
-1/+1
*
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy
2014-06-08
1
-3/+10
|
\
|
*
Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.
Terry Jan Reedy
2014-06-07
1
-3/+10
*
|
backed out 86ba41b7bb46 (#18910) for test breakage
Benjamin Peterson
2014-06-08
1
-35/+36
|
/
*
Issue #18910: test_textView - since all tests require 'gui', make root global.
Terry Jan Reedy
2014-06-06
1
-36/+35
*
Issue #18292: s/tkinter/Tkinter/
Zachary Ware
2014-06-05
1
-1/+1
*
whitespace
Terry Jan Reedy
2014-06-05
1
-1/+1
*
Issue #18910: Add unittest for textView. Patch by Phil Webster.
Terry Jan Reedy
2014-06-05
2
-1/+107
*
Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.
Terry Jan Reedy
2014-06-05
1
-0/+141
*
Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.
Terry Jan Reedy
2014-06-04
3
-4/+176
[next]