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
*
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-27
1
-6/+9
*
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Terry Jan Reedy
2014-01-22
1
-10/+16
*
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Terry Jan Reedy
2014-01-21
1
-31/+33
*
Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.
Terry Jan Reedy
2014-01-21
1
-105/+0
*
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy
2013-05-28
1
-1/+3
*
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
Chris Jerdonek
2012-12-10
1
-1/+1
*
Issue 12510: Delete actual first param name for all methods; revise tests.
Terry Jan Reedy
2012-07-09
1
-14/+20
*
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
Terry Jan Reedy
2012-06-07
1
-70/+123
*
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
Terry Jan Reedy
2012-06-03
1
-15/+17
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
1
-3/+6
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-3/+3
*
Use inspect.py and clean up.
Kurt B. Kaiser
2007-08-30
1
-77/+61
*
Fix another map(...) --> list(map...)
Kurt B. Kaiser
2007-08-26
1
-1/+1
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
1
-2/+2
*
Merged revisions 56483-56491 via svnmerge from
Martin v. Löwis
2007-07-22
1
-1/+1
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-2/+2
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-3/+3
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-4/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-5/+5
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-36/+45
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-3/+3
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
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