summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_calltips.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-051-1/+1
* Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...Terry Jan Reedy2014-06-101-5/+11
* Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).Terry Jan Reedy2014-01-311-1/+1
* Idlelib & buildbots: suppress py3 deprecation message even if enabled.Terry Jan Reedy2014-01-291-2/+6
* 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-0/+13
* Issue #16638: Include up to 5 docstring header lines (before first blank) inTerry Jan Reedy2014-01-221-1/+14
* Issue #16630: Make Idle calltips work even when __getattr__ raises.Terry Jan Reedy2014-01-211-5/+14
* Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.Terry Jan Reedy2014-01-211-0/+7
* Issue #21222: WhitespaceTerry Jan Reedy2014-01-211-1/+1
* Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.Terry Jan Reedy2014-01-211-2/+100
* Make all idle test case names end with 'Test'.Terry Jan Reedy2013-07-301-1/+1
* Issue #18539: Calltips now work for float default arguments.Terry Jan Reedy2013-07-261-0/+6
* Issue #15392: Create a unittest framework for IDLE, 2.7 version.Terry Jan Reedy2013-05-301-0/+14