summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/CallTips.py
Commit message (Collapse)AuthorAgeFilesLines
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-2/+2
| | | | absolute imports.
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
|
* Handle AttributeError during calltip lookupKurt B. Kaiser2007-02-071-1/+1
|
* 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)Kurt B. Kaiser2007-02-051-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 GuthrieKurt B. Kaiser2006-07-231-1/+1
|
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-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 Hettinger2004-05-041-1/+1
|
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-231-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 Hettinger2003-07-131-3/+1
| | | | Needs to be backported to both IDLE and IDLEFORK.
* Whitespace NormalizationKurt B. Kaiser2002-12-311-5/+5
|
* M CallTipWindow.pyKurt B. Kaiser2002-12-121-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. Kaiser2002-10-101-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 changesKurt B. Kaiser2002-09-151-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 MAINKurt B. Kaiser2002-09-141-1/+4
| | | | | CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-13/+0
|
* py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalizationKurt B. Kaiser2001-07-121-3/+3
|
* Initial revisionDavid Scherer2000-08-151-0/+190