summaryrefslogtreecommitdiff
path: root/Lib/idlelib/MultiCall.py
Commit message (Expand)AuthorAgeFilesLines
* #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an ex...Roger Serwy2013-03-311-2/+3
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-121-1/+2
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-4/+4
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
* Fix bug introduced at r54854 to mass replace string fcns with methods :-)Kurt B. Kaiser2007-08-221-4/+1
* Fix some debugging print statementsKurt B. Kaiser2007-08-221-4/+6
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-7/+21
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-2/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-1/+1
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-10/+12
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+404