- b31e3f7 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 0a01ac4 Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' by Terry Jan Reedy · 12 years ago
- a92bfa4 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 95a3f11 Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop by Terry Jan Reedy · 12 years ago
- 912bad7 Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. by Terry Jan Reedy · 12 years ago
- b28a375 Issue #18081: Workaround "./python -m test_idle test_logging" failure by Victor Stinner · 12 years ago
- c2efeb6 #5492: merge with 3.3 by Roger Serwy · 12 years ago
- 036e849 #5492: Avoid traceback when exiting IDLE caused by a race condition. by Roger Serwy · 12 years ago
- ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 12 years ago
- 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
- 6a00b6f Issue #17532: merge by Ned Deily · 12 years ago
- 53683f6 #13495: merge with 3.3. by Roger Serwy · 12 years ago
- 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 12 years ago
- 663a390 #17585: merge with 3.3. by Roger Serwy · 12 years ago
- 1eafd10 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). by Roger Serwy · 12 years ago
- 1be94ce #14254: merge with 3.3. by Roger Serwy · 12 years ago
- 6b7a5ae #14254: IDLE now handles readline correctly across shell restarts. by Roger Serwy · 12 years ago
- a64a084 #17614: merge with 3.3. by Roger Serwy · 12 years ago
- 0d28a61 #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
- d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. by Roger Serwy · 12 years ago
- af504ca #6698: merge with 3.3. by Roger Serwy · 12 years ago
- 34d0c66 #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
- c35151c #6698: IDLE now opens just an editor window when configured to do so. by Roger Serwy · 12 years ago
- d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
- 42a8320 Merge from 3.3: Issue #17390 by Terry Jan Reedy · 12 years ago
- 3262223 Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. by Terry Jan Reedy · 12 years ago
- 4c9bae3 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
- b1b3c0d Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
- 39e70a4 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
- 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
- d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- 64478ac normalize whitespaces by Andrew Svetlov · 13 years ago
- 9b1e59a Issue #16123: IDLE - deprecate running without a subprocess. by Andrew Svetlov · 13 years ago
- 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
- 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
- 0994148 merge 3.2 by Martin v. Löwis · 13 years ago
- 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- f4b341b merge 3.2 by Martin v. Löwis · 13 years ago
- c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
- 9abc830 Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase by Serhiy Storchaka · 12 years ago
- 5018db7 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 13 years ago
- e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 13 years ago
- f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 13 years ago
- 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 13 years ago
- e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
- 79007fa merge 3.2 by Martin v. Löwis · 13 years ago
- 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 13 years ago
- d3487be Issue #14962: merge by Ned Deily · 13 years ago
- 5e247b7 Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
- 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
- eaa7e78 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
- 935d5eb Merge with 3.2 by Terry Jan Reedy · 13 years ago
- cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
- cd49d53 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. by Andrew Svetlov · 13 years ago
- 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
- 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
- 6b6e437 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
- 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 13 years ago
- 5d605c2 Merge with 3.2 whitespace by Terry Jan Reedy · 13 years ago
- 4d82ade whitespace by Terry Jan Reedy · 13 years ago
- f8672be Merge 3.2 by Terry Jan Reedy · 13 years ago
- da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
- 1d4ae48 whitespace3 by Terry Jan Reedy · 13 years ago
- b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
- 1b0b6ae Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
- f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
- 40ad041 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
- 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 14 years ago
- 86d669b Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
- 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 14 years ago
- 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 14 years ago
- e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 14 years ago
- aa90e7c Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
- 13502b1 Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. by Senthil Kumaran · 14 years ago
- 2a6f4b3 Merged revisions 88003 via svnmerge from by Ned Deily · 14 years ago
- 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
- c569cfe Merged revisions 83103 via svnmerge from by Ezio Melotti · 15 years ago
- 6086118 #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. by Ezio Melotti · 15 years ago
- d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
- fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 15 years ago
- c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 16 years ago
- e866c81 Merged revisions 71126 via svnmerge from by Kurt B. Kaiser · 16 years ago
- 013d6cc Allow multiple IDLE GUI/subprocess pairs to exist by Kurt B. Kaiser · 16 years ago
- a2a8e8b Forward port r68985: Idle startup message. by Raymond Hettinger · 16 years ago
- bf3f69e Remove startup firewall message. That is handled by an error dialog by Raymond Hettinger · 16 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 17 years ago
- b76444b use new showwarnings signature for idle #3391 by Benjamin Peterson · 17 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
- ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
- 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 17 years ago