| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -2/+21 |
|\ |
|
| * | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -2/+21 |
|
|
* | | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 1 | -2/+2 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Issue #7163: Propagate return value of sys.stdout.write. | Martin v. Löwis | 2012-07-25 | 1 | -3/+4 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 1 | -1/+15 |
|\ \
| |/ |
|
| * | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 1 | -1/+15 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | 1 | -0/+2 |
|
|
* | | Issue #14962: merge | Ned Deily | 2012-05-31 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #14962: Update text coloring in IDLE shell window after changing | Ned Deily | 2012-05-31 | 1 | -0/+5 |
|
|
* | | Merge with 3.2 | Terry Jan Reedy | 2012-05-27 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-27 | 1 | -1/+2 |
|
|
| * | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | 1 | -2/+4 |
|
|
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel... | Andrew Svetlov | 2012-03-25 | 1 | -0/+2 |
|
|
* | | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-20 | 1 | -2/+4 |
|
|
* | | Issue #14200: Idle shell crash on printing non-BMP unicode character. | Andrew Svetlov | 2012-03-14 | 1 | -0/+10 |
|
|
* | | Merge with 3.2 whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
|
|
* | | Merge 3.2 | Terry Jan Reedy | 2012-01-31 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 1 | -6/+13 |
|
|
* | | Issue #4625: If IDLE cannot write to its recent file or breakpoint | Ned Deily | 2011-12-14 | 1 | -8/+16 |
|\ \
| |/ |
|
| * | Issue #4625: If IDLE cannot write to its recent file or breakpoint | Ned Deily | 2011-12-14 | 1 | -8/+16 |
|
|
* | | Issue #13300: Fix IDLE Restart Shell command failure introduced by | Ned Deily | 2011-11-06 | 1 | -0/+4 |
|/ |
|
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 1 | -0/+2 |
|
|
* | Issue #9871: Prevent IDLE 3 crash when given byte stings | Ned Deily | 2011-09-14 | 1 | -3/+3 |
|
|
* | Issue #12636: IDLE reads the coding cookie when executing a Python script. | Victor Stinner | 2011-09-01 | 1 | -5/+6 |
|
|
* | IDLE: fix some RessourceWarning, reuse tokenize.open() | Victor Stinner | 2011-09-01 | 1 | -12/+14 |
|
|
* | Issue #12540: Prevent zombie IDLE processes on Windows due to changes | Ned Deily | 2011-08-03 | 1 | -26/+15 |
|
|
* | Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, | Ned Deily | 2011-01-15 | 1 | -0/+7 |
|
|
* | #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. | Ezio Melotti | 2010-07-23 | 1 | -1/+1 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 1 | -12/+12 |
|
|
* | Merged revisions 71126 via svnmerge from | Kurt B. Kaiser | 2009-04-04 | 1 | -17/+30 |
|
|
* | Forward port r68985: Idle startup message. | Raymond Hettinger | 2009-01-27 | 1 | -12/+2 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -4/+8 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -4/+4 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -2/+2 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -11/+0 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | help() was not paging to the shell. Issue1650. | Kurt B. Kaiser | 2007-12-28 | 1 | -0/+8 |
|
|
* | Shell was not colorizing due to bug introduced at r57998, Bug 1586. | Kurt B. Kaiser | 2007-12-13 | 1 | -0/+2 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -3/+0 |
|
|
* | 1. Don't encode input strings to bytes. | Kurt B. Kaiser | 2007-08-31 | 1 | -7/+1 |
|
|
* | os.getcwd() now returns a normal string (ie, unicode) | Neal Norwitz | 2007-08-26 | 1 | -5/+2 |
|
|
* | os.getcwd() is returning str8; sys.path items are str. | Kurt B. Kaiser | 2007-08-23 | 1 | -1/+4 |
|
|
* | Conform to py3k dict.{keys, items, values} with some advice from 2b3 | Kurt B. Kaiser | 2007-08-23 | 1 | -1/+1 |
|
|