summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-025-10/+10
* 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-176-13/+10
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-112-12/+0
* Fix merge bug (lost line causing syntax error).Guido van Rossum2007-02-251-0/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-5/+5
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-238-155/+230
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-092-8/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-0919-90/+89
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-2/+2
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-108-17/+17
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-092-1/+24
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-135-24/+76
* Patch #1550800: make exec a function.Georg Brandl2006-09-062-3/+3
* Remove usage of backticks.Brett Cannon2006-08-252-2/+2
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-2211-20/+20
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-222-14/+14
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-216-32/+63
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1120-67/+377
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-273-1/+7
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-5/+9
* Fix two errors that prevented "make libinstall" from working:Guido van Rossum2006-04-171-1/+1
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-1/+1
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-2/+2
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-272-6/+34
* Fix main() callKurt B. Kaiser2005-11-231-3/+3
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-222-13/+27
* Fix typo and update comment obsoleted by 'syntax' patchKurt B. Kaiser2005-11-221-5/+2
* Default two second delay on attribute pop-up, less noisy interface.Kurt B. Kaiser2005-11-221-1/+1
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-1813-201/+1592
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-153-5/+20
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-032-4/+13
* Tweak CodeContext.py docstrings, comments, and names.Kurt B. Kaiser2005-10-031-51/+57
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-022-31/+49
* Remove unused importNeal Norwitz2005-09-011-1/+0
* Revert previous code elimination, 'filename' is needed.Kurt B. Kaiser2005-08-231-2/+7
* 1. Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-7/+6
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Remove dead codeKurt B. Kaiser2005-06-212-20/+8
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-192-7/+32
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-123-9/+12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-125-4/+13
* Improve subprocess link error notificationKurt B. Kaiser2005-05-103-3/+9
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-052-2/+4