Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Idlelib.calltips: add test of starred first parameters. They should not be | Terry Jan Reedy | 2014-01-27 | 1 | -0/+10 |
| | | | | removed even for bound methods. (Inspect.signature does, see 20401.) | ||||
* | Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. | Terry Jan Reedy | 2014-01-27 | 1 | -8/+24 |
| | | | | Original patch by Serhiy Storchaka. | ||||
* | Issue #16638: Include up to 5 docstring header lines (before first blank) in | Terry Jan Reedy | 2014-01-22 | 1 | -4/+18 |
| | | | | | Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka. | ||||
* | Issue #16630: Make Idle calltips work even when __getattr__ raises. | Terry Jan Reedy | 2014-01-21 | 1 | -6/+18 |
| | | | | Initial patch by Roger Serwy. | ||||
* | Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. | Terry Jan Reedy | 2014-01-21 | 1 | -0/+8 |
| | |||||
* | Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. | Terry Jan Reedy | 2014-01-21 | 1 | -0/+100 |
| | |||||
* | Make all idle test case names end with 'Test'. | Terry Jan Reedy | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | Issue #15392: Create a unittest framework for IDLE. | Terry Jan Reedy | 2013-05-28 | 1 | -0/+11 |
Preliminary patch by Rajagopalasarma Jayakrishnan. |