summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* 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 #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-251-3/+4
* Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-251-1/+15
* Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-091-0/+2
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
* 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
* whitespaceTerry Jan Reedy2012-01-311-1/+1
* #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 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
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-11/+0
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-281-0/+8
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-131-0/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-3/+0
* 1. Don't encode input strings to bytes.Kurt B. Kaiser2007-08-311-7/+1
* os.getcwd() now returns a normal string (ie, unicode)Neal Norwitz2007-08-261-5/+2
* os.getcwd() is returning str8; sys.path items are str.Kurt B. Kaiser2007-08-231-1/+4
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-1/+1
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-19/+19
* Expect that source strings are Unicode.Martin v. Löwis2007-08-131-8/+10
* 1. Catch TypeError exception when writing to OutputWindowKurt B. Kaiser2007-08-121-2/+3
* Fix what appears to be a very old bug. Tkinter in struni is more intolerantKurt B. Kaiser2007-08-111-0/+1
* Remove the None tag from tagdefs dict for now, appears inoperative andKurt B. Kaiser2007-08-101-1/+3
* Fix remaining map() issues.Kurt B. Kaiser2007-08-091-2/+3
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-36/+17
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-20/+19
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-2/+0
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Fix merge bug (lost line causing syntax error).Guido van Rossum2007-02-251-0/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-26/+28
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-2/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+9