summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/CallTips.py
Commit message (Expand)AuthorAgeFilesLines
* Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...Terry Jan Reedy2014-06-101-4/+10
* Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger.Terry Jan Reedy2014-06-041-1/+1
* Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-271-7/+15
* Issue #16638: Include up to 5 docstring header lines (before first blank) inTerry Jan Reedy2014-01-221-14/+26
* Issue #16630: Make Idle calltips work even when __getattr__ raises.Terry Jan Reedy2014-01-211-48/+52
* Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.Terry Jan Reedy2014-01-211-53/+14
* Issue #18539: Calltips now work for float default arguments.Terry Jan Reedy2013-07-261-1/+1
* Issue #15392: Create a unittest framework for IDLE, 2.7 version.Terry Jan Reedy2013-05-301-1/+3
* Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive nameTerry Jan Reedy2012-06-031-14/+16
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-3/+6
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-2/+2
* 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
* 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
* 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
* SF bug #769142: CallTip trimming may loop forever.Raymond Hettinger2003-07-131-3/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-311-5/+5
* M CallTipWindow.pyKurt B. Kaiser2002-12-121-7/+22
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-37/+55
* Merge Py Idle changesKurt B. Kaiser2002-09-151-7/+11
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+4
* 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