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
/
MultiCall.py
Commit message (
Expand
)
Author
Age
*
Issue #20167: revise condition to accomodate message change.
Terry Jan Reedy
2014-10-09
*
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
*
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-27
*
Issue #20167: Add missing else: break in 3 places as noticed by Serhiy.
Terry Jan Reedy
2014-02-10
*
Issue #20167: Suppress 3.4 specific 'Exception ignored' messages.
Terry Jan Reedy
2014-02-08
*
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an ex...
Roger Serwy
2013-03-31
*
Fix for issue5194, based on a patch by Ned Deily.
Ronald Oussoren
2009-02-12
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Convert some custom sort comparison functions to equivalent key functions.
Raymond Hettinger
2008-01-30
*
Fix bug introduced at r54854 to mass replace string fcns with methods :-)
Kurt B. Kaiser
2007-08-22
*
Fix some debugging print statements
Kurt B. Kaiser
2007-08-22
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Remove has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
*
Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.
Guido van Rossum
2006-08-22
*
Remove apply()
Neal Norwitz
2006-03-17
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18