Tal Einat
|
52013e5b6d
|
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Inspect.signature failed on the test case because its isinstance call raised.
|
2020-04-03 23:05:58 -04:00 |
Terry Jan Reedy
|
949fe976d5
|
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Add it to the end of the first line if there is room. Tests were reworked.
|
2019-06-04 21:55:37 -04:00 |
Emmanuel Arias
|
ab54b9a130
|
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
|
2019-01-03 02:47:58 -05:00 |
Terry Jan Reedy
|
06e2029dfa
|
bpo-33907: Rename an IDLE module and class. (GH-7807)
Improve consistency and appearance. Module idlelib.calltips is now calltip.
Class idlelib.calltip_w.CallTip is now Calltip.
|
2018-06-19 23:00:35 -04:00 |