| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25507: IDLE no longer runs buggy code because of its tkinter imports. | Terry Jan Reedy | 2016-07-16 | 1 | -0/+6 |
|
|
* | Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. | Terry Jan Reedy | 2015-09-26 | 1 | -1/+1 |
|
|
* | Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 1 | -2/+0 |
|
|
* | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 1 | -20/+36 |
|\ |
|
| * | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop | Terry Jan Reedy | 2013-06-29 | 1 | -20/+36 |
|
|
* | | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. | Terry Jan Reedy | 2013-06-29 | 1 | -3/+1 |
|
|
* | | Issue #18081: Workaround "./python -m test_idle test_logging" failure | Victor Stinner | 2013-06-24 | 1 | -1/+3 |
|
|
* | | #18196: merge with 3.3 | Roger Serwy | 2013-06-12 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #18196: Avoid displaying spurious SystemExit tracebacks. | Roger Serwy | 2013-06-12 | 1 | -0/+4 |
|
|
* | | Issue #17838: merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | prevent IDLE from trying to close when sys.stdin is reassigned (#17838) | Benjamin Peterson | 2013-05-12 | 1 | -0/+5 |
|
|
* | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 1 | -47/+10 |
|\ \
| |/ |
|
| * | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 1 | -47/+10 |
| |\ |
|
| | * | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 1 | -47/+10 |
|
|
* | | | Issue #16491: IDLE now prints chained exception tracebacks. | Serhiy Storchaka | 2013-01-09 | 1 | -9/+28 |
|\ \ \
| |/ / |
|
| * | | Issue #16491: IDLE now prints chained exception tracebacks. | Serhiy Storchaka | 2013-01-09 | 1 | -9/+28 |
| |\ \
| | |/ |
|
| | * | Issue #16491: IDLE now prints chained exception tracebacks. | Serhiy Storchaka | 2013-01-09 | 1 | -9/+26 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|/ / |
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 1 | -4/+21 |
|\ \
| |/ |
|
| * | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 1 | -4/+21 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use _RPCFile.write properly. | Martin v. Löwis | 2012-07-11 | 1 | -2/+2 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-11 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Don't use TextIOBase implementations in _RPCFile. | Martin v. Löwis | 2012-07-11 | 1 | -2/+8 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. | Martin v. Löwis | 2012-07-11 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | normalize whitespace | Martin v. Löwis | 2012-07-09 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-07-09 | 1 | -3/+21 |
|\ \
| |/ |
|
| * | Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | 1 | -3/+21 |
|
|
* | | Issue #989712: update the code to process tkinter messages in IDLE | Andrew Svetlov | 2012-03-26 | 1 | -9/+6 |
|
|
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel... | Andrew Svetlov | 2012-03-25 | 1 | -21/+1 |
|
|
* | | Issue #14200: Idle shell crash on printing non-BMP unicode character. | Andrew Svetlov | 2012-03-14 | 1 | -0/+21 |
|
|
* | | Issue #989712: Support using Tk without a mainloop. | Andrew Svetlov | 2012-03-14 | 1 | -0/+16 |
|/ |
|
* | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 1 | -3/+4 |
|
|
* | Convert print to Py3 | Kurt B. Kaiser | 2009-04-04 | 1 | -1/+2 |
|
|
* | Merged revisions 71023 via svnmerge from | Kurt B. Kaiser | 2009-04-04 | 1 | -3/+6 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 1 | -1/+1 |
|
|
* | #4383: UnboundLocalError when IDLE cannot connect to its subprocess. | Amaury Forgeot d'Arc | 2008-11-21 | 1 | -3/+4 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -2/+4 |
|
|
* | fix #3628; idle wouldn't start because of a typo | Benjamin Peterson | 2008-09-19 | 1 | -1/+1 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 1 | -2/+2 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Fix Queue -> queue. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -3/+3 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | help() was not paging to the shell. Issue1650. | Kurt B. Kaiser | 2007-12-28 | 1 | -0/+3 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -3/+10 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -4/+5 |
|
|