summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-101-9/+15
| * As a slight enhancement to the previous checkin, improve theKurt B. Kaiser2006-08-091-2/+5
| * 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-091-1/+2
| * EditorWindow failed when used stand-alone if sys.ps1 not set.Kurt B. Kaiser2006-07-241-4/+0
| * Whitespace normalization.Tim Peters2006-06-111-2/+2
| * This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-1/+20
* | #6698: IDLE now opens just an editor window when configured to do so.Roger Serwy2013-04-011-2/+2
* | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.Terry Jan Reedy2013-03-301-1/+2
* | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-24/+68
|\ \
| * | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-24/+68
* | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-2/+21
|\ \ \ | |/ /
| * | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-2/+21
* | | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-2/+2
|\ \ \ | |/ /
| * | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-2/+2
* | | merge 3.2Martin v. Löwis2012-07-251-3/+4
|\ \ \ | |/ /
| * | Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-251-3/+4
* | | merge 3.2Martin v. Löwis2012-07-251-1/+15
|\ \ \ | |/ /
| * | Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-251-1/+15
* | | merge 3.2Martin v. Löwis2012-07-091-0/+2
|\ \ \ | |/ /
| * | Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-091-0/+2
* | | Issue #14962: mergeNed Deily2012-05-311-0/+5
|\ \ \ | |/ /
| * | Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
* | | Merge with 3.2Terry Jan Reedy2012-05-271-1/+2
|\ \ \ | |/ /
| * | Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-1/+2
| * | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-211-2/+4
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-251-0/+2
* | | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-201-2/+4
* | | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-141-0/+10
* | | Merge with 3.2 whitespaceTerry Jan Reedy2012-01-311-1/+1
|\ \ \ | |/ /
| * | whitespaceTerry Jan Reedy2012-01-311-1/+1
* | | Merge 3.2Terry Jan Reedy2012-01-311-6/+13
|\ \ \ | |/ /
| * | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-6/+13
* | | Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-141-8/+16
|\ \ \ | |/ /
| * | Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-141-8/+16
* | | Issue #13300: Fix IDLE Restart Shell command failure introduced byNed Deily2011-11-061-0/+4
|/ /
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+2
* | Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-3/+3
* | Issue #12636: IDLE reads the coding cookie when executing a Python script.Victor Stinner2011-09-011-5/+6
* | IDLE: fix some RessourceWarning, reuse tokenize.open()Victor Stinner2011-09-011-12/+14
* | Issue #12540: Prevent zombie IDLE processes on Windows due to changesNed Deily2011-08-031-26/+15
* | Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* | #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,Ned Deily2011-01-151-0/+7
* | #9359: fix typo. Thanks to Piotr Kasprzyk for the patch.Ezio Melotti2010-07-231-1/+1
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-1/+1
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-12/+12
* | Merged revisions 71126 via svnmerge fromKurt B. Kaiser2009-04-041-17/+30
* | Forward port r68985: Idle startup message.Raymond Hettinger2009-01-271-12/+2
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-4/+8
* | Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-4/+4