summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_calltips.py
Commit message (Expand)AuthorAgeFilesLines
* Idlelib.calltips: add test of starred first parameters. They should not beTerry Jan Reedy2014-01-271-0/+10
* Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-271-8/+24
* Issue #16638: Include up to 5 docstring header lines (before first blank) inTerry Jan Reedy2014-01-221-4/+18
* Issue #16630: Make Idle calltips work even when __getattr__ raises.Terry Jan Reedy2014-01-211-6/+18
* Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.Terry Jan Reedy2014-01-211-0/+8
* Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.Terry Jan Reedy2014-01-211-0/+100
* Make all idle test case names end with 'Test'.Terry Jan Reedy2013-07-301-1/+1
* Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-281-0/+11