Terry Jan Reedy
|
1b759bc49e
|
Idlelib.calltips: add test of starred first parameters. They should not be
removed even for bound methods. (Inspect.signature does, see 20401.)
|
2014-01-26 21:34:33 -05:00 |
|
Terry Jan Reedy
|
a0f1e22068
|
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Original patch by Serhiy Storchaka.
|
2014-01-26 19:55:34 -05:00 |
|
Terry Jan Reedy
|
d5710f8b36
|
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Idle calltips. This is needed for builtins, such bytes (which is why 5).
Based on patch by Serhiy Storchaka.
|
2014-01-21 20:45:17 -05:00 |
|
Terry Jan Reedy
|
715476d8e3
|
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Initial patch by Roger Serwy.
|
2014-01-21 15:36:51 -05:00 |
|
Terry Jan Reedy
|
eed1661b47
|
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
|
2014-01-21 03:07:51 -05:00 |
|
Terry Jan Reedy
|
681ede8b0a
|
Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.
|
2014-01-21 00:26:21 -05:00 |
|
Terry Jan Reedy
|
4bd31292c2
|
Make all idle test case names end with 'Test'.
|
2013-07-30 01:36:48 -04:00 |
|
Terry Jan Reedy
|
db4e5c53c9
|
Issue #15392: Create a unittest framework for IDLE.
Preliminary patch by Rajagopalasarma Jayakrishnan.
|
2013-05-27 21:32:03 -04:00 |
|