Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where ↵ | Terry Jan Reedy | 2014-06-10 | 1 | -4/+10 |
| | | | | | | actual names are not available. Initial patch by Serhiy Storchaka. | ||||
* | Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. | Terry Jan Reedy | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. | Terry Jan Reedy | 2014-01-27 | 1 | -7/+15 |
| | | | | 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 | -14/+26 |
| | | | | | Idle calltips. This is needed for builtins, such 3.x 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 | -48/+52 |
| | | | | Initial patch by Roger Serwy. | ||||
* | Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py. | Terry Jan Reedy | 2014-01-21 | 1 | -53/+14 |
| | | | | For 2.7 backport, fix get_arg_spec as needed to make expanded tests pass. | ||||
* | Issue #18539: Calltips now work for float default arguments. | Terry Jan Reedy | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | Issue #15392: Create a unittest framework for IDLE, 2.7 version. | Terry Jan Reedy | 2013-05-30 | 1 | -1/+3 |
| | | | | Preliminary patch by Rajagopalasarma Jayakrishnan. | ||||
* | Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name | Terry Jan Reedy | 2012-06-03 | 1 | -14/+16 |
| | | | | | | 'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name. | ||||
* | Issue12510: Attempting to get invalid tooltip no longer closes Idle. | Terry Jan Reedy | 2012-05-28 | 1 | -3/+6 |
| | | | | Original patch by Roger Serwy. | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -2/+2 |
| | | | | absolute imports. | ||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Handle AttributeError during calltip lookup | Kurt B. Kaiser | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) | Kurt B. Kaiser | 2007-02-05 | 1 | -36/+45 |
| | | | | | | Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block. | ||||
* | Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie | Kurt B. Kaiser | 2006-07-23 | 1 | -1/+1 |
| | |||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -44/+40 |
| | | | | | | | | | | | | | | | | A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py | ||||
* | Testing for None should be done with 'is' | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | 1. Python Bug 775541: Calltips error when docstring is None. Introduced | Kurt B. Kaiser | 2003-07-23 | 1 | -1/+2 |
| | | | | | | by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release. | ||||
* | SF bug #769142: CallTip trimming may loop forever. | Raymond Hettinger | 2003-07-13 | 1 | -3/+1 |
| | | | | Needs to be backported to both IDLE and IDLEFORK. | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -5/+5 |
| | |||||
* | M CallTipWindow.py | Kurt B. Kaiser | 2002-12-12 | 1 | -7/+22 |
| | | | | | | | | M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others. | ||||
* | M CallTips.py Add support for getting calltip from subprocess, | Kurt B. Kaiser | 2002-10-10 | 1 | -37/+55 |
| | | | | | | | | | | | | refactor a bit and clean up. M PyShell.py Cosmetic changes, delete blank lines, add # on some blank lines. M rpc.py Add more debugging capability M run.py Add support for getting calltip from subprocess Move import statements | ||||
* | Merge Py Idle changes | Kurt B. Kaiser | 2002-09-15 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | Rev 1.9 Improve handling of docstrings. I had feared this was a case of introspection incompatibility, but in fact it's just that calltips always gave up on a docstring that started with a newline (but didn't realize they were giving up <wink>). Rev 1.10 (already merged) Rev 1.11 (whitespace normalization, skip this time) Rev 1.12 Remove unnecessary imports | ||||
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 | 1 | -1/+4 |
| | | | | | CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug | ||||
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 1 | -13/+0 |
| | |||||
* | py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-12 | 1 | -3/+3 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+190 |