index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
CallTips.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where a...
Terry Jan Reedy
2014-06-10
1
-4/+10
*
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
*
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Terry Jan Reedy
2014-01-22
1
-14/+26
*
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Terry Jan Reedy
2014-01-21
1
-48/+52
*
Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.
Terry Jan Reedy
2014-01-21
1
-53/+14
*
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
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-14/+16
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
1
-3/+6
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
1
-2/+2
*
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
*
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
*
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
*
SF bug #769142: CallTip trimming may loop forever.
Raymond Hettinger
2003-07-13
1
-3/+1
*
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 Add support for getting calltip from subprocess,
Kurt B. Kaiser
2002-10-10
1
-37/+55
*
Merge Py Idle changes
Kurt B. Kaiser
2002-09-15
1
-7/+11
*
MERGE DS_RPC_BRANCH into MAIN
Kurt B. Kaiser
2002-09-14
1
-1/+4
*
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