aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAge
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-13
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-31
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-28
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-13
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* 1. Don't encode input strings to bytes.Kurt B. Kaiser2007-08-31
* os.getcwd() now returns a normal string (ie, unicode)Neal Norwitz2007-08-26
* os.getcwd() is returning str8; sys.path items are str.Kurt B. Kaiser2007-08-23
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Expect that source strings are Unicode.Martin v. Löwis2007-08-13
* 1. Catch TypeError exception when writing to OutputWindowKurt B. Kaiser2007-08-12
* Fix what appears to be a very old bug. Tkinter in struni is more intolerantKurt B. Kaiser2007-08-11
* Remove the None tag from tagdefs dict for now, appears inoperative andKurt B. Kaiser2007-08-10
* Fix remaining map() issues.Kurt B. Kaiser2007-08-09
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-05
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-18
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Fix merge bug (lost line causing syntax error).Guido van Rossum2007-02-25
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-17
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-18
* Remove unused importNeal Norwitz2005-09-01
* Remove dead codeKurt B. Kaiser2005-06-21
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-19
* Improve subprocess link error notificationKurt B. Kaiser2005-05-10
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-19
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-23
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-21
* The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...Kurt B. Kaiser2004-11-13
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-22
* whitespace normalizationSkip Montanaro2004-07-06
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-04
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-06
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-08
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* There was an error in the Tk error dialog fix at Rev 1.84 which caused startingKurt B. Kaiser2004-01-21
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-21
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-24
* IDLE didn't start correctly when Python was installed in "Program Files"Kurt B. Kaiser2003-08-14
* Added a banner to the shell startup message discussing possibleKurt B. Kaiser2003-07-27