aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/MultiCall.py
Commit message (Expand)AuthorAge
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-12
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-30
* Fix bug introduced at r54854 to mass replace string fcns with methods :-)Kurt B. Kaiser2007-08-22
* Fix some debugging print statementsKurt B. Kaiser2007-08-22
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-18
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-22
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-22
* Remove apply()Neal Norwitz2006-03-17
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-18