index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
/
test_calltips.py
Commit message (
Expand
)
Author
Age
*
Issue #23825: Fixed test_idle under -OO.
Serhiy Storchaka
2015-04-04
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
*
Merge with 3.3
Terry Jan Reedy
2014-01-26
|
\
|
*
Idlelib.calltips: add test of starred first parameters. They should not be
Terry Jan Reedy
2014-01-26
*
|
White space and merge cleanup.
Terry Jan Reedy
2014-01-26
*
|
Merge with 3.3
Terry Jan Reedy
2014-01-26
|
\
|
*
|
Merge heads.
Terry Jan Reedy
2014-01-26
|
\
\
|
*
|
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-26
|
|
\
|
|
|
*
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-26
|
|
/
*
/
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
|
/
*
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Terry Jan Reedy
2014-01-21
*
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Terry Jan Reedy
2014-01-21
*
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
Terry Jan Reedy
2014-01-21
*
Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.
Terry Jan Reedy
2014-01-21
*
Make all idle test case names end with 'Test'.
Terry Jan Reedy
2013-07-30
*
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy
2013-05-27