| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Switch to absolute imports to support direct execution of modules. Many | Kurt B. Kaiser | 2007-08-22 | 1 | -7/+7 |
|
|
* | Merged revisions 56782-56847 via svnmerge from | Guido van Rossum | 2007-08-09 | 1 | -3/+5 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -2/+2 |
|
|
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -7/+7 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -6/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -14/+14 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -0/+6 |
|
|
* | Use Queue's blocking feature instead of sleeping in the main | Kurt B. Kaiser | 2005-05-05 | 1 | -2/+1 |
|
|
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -1/+1 |
|
|
* | On OpenBSD, terminating IDLE with ctrl-c from the command line caused a | Kurt B. Kaiser | 2004-11-19 | 1 | -1/+3 |
|
|
* | Redirect the warning stream to the shell during the ScriptBinding check of us... | Kurt B. Kaiser | 2004-07-04 | 1 | -0/+17 |
|
|
* | Added a Tk error dialog to run.py inform the user if the subprocess can't | Kurt B. Kaiser | 2004-01-21 | 1 | -8/+23 |
|
|
* | - Print correct exception even if source file changed since shell was | Kurt B. Kaiser | 2004-01-02 | 1 | -0/+2 |
|
|
* | - After an exception, run.py was not setting the exception vector. Noam | Kurt B. Kaiser | 2003-11-19 | 1 | -1/+2 |
|
|
* | Idlefork patch #682347: convert Unicode strings from readline to | Martin v. Löwis | 2003-06-22 | 1 | -0/+3 |
|
|