aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAge
* Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-25
|\
| * Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-25
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-01
|\|
| * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-01
* | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-31
|\|
| * Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-31
* | merge 3.2Martin v. Löwis2012-07-25
|\|
| * Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-25
* | merge 3.2Martin v. Löwis2012-07-25
|\|
| * Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-25
* | merge 3.2Martin v. Löwis2012-07-09
|\|
| * Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-09
* | Issue #14962: mergeNed Deily2012-05-31
|\|
| * Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-31
* | Merge with 3.2Terry Jan Reedy2012-05-26
|\|
| * Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-26
| * #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-21
* | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-25
* | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-20
* | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-14
* | Merge with 3.2 whitespaceTerry Jan Reedy2012-01-31
|\|
| * whitespaceTerry Jan Reedy2012-01-31
* | Merge 3.2Terry Jan Reedy2012-01-31
|\|
| * #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-31
* | Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-14
|\|
| * Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-14
* | Issue #13300: Fix IDLE Restart Shell command failure introduced byNed Deily2011-11-05
|/
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-30
* Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-14
* Issue #12636: IDLE reads the coding cookie when executing a Python script.Victor Stinner2011-09-02
* IDLE: fix some RessourceWarning, reuse tokenize.open()Victor Stinner2011-09-02
* Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-02
* Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-03
* #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,Ned Deily2011-01-15
* #9359: fix typo. Thanks to Piotr Kasprzyk for the patch.Ezio Melotti2010-07-23
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-28
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-14
* Merged revisions 71126 via svnmerge fromKurt B. Kaiser2009-04-04
* Forward port r68985: Idle startup message.Raymond Hettinger2009-01-27
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-19
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* 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