| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Remove the 2.2 compatibility module boolcheck.py and related code | Kurt B. Kaiser | 2003-06-14 | 1 | -2/+0 |
|
|
* | Interrupt module has been folded into the thread module | Kurt B. Kaiser | 2003-06-13 | 1 | -5/+5 |
|
|
* | Avoid problem resolving 'localhost' | Kurt B. Kaiser | 2003-06-05 | 1 | -1/+3 |
|
|
* | Modify the remote stack viewer to work in the threaded subprocess. | Kurt B. Kaiser | 2003-06-02 | 1 | -3/+12 |
|
|
* | Added a config-main General option to delete sys.exitfunc. The default | Kurt B. Kaiser | 2003-05-28 | 1 | -5/+17 |
|
|
* | 1. Stake Freddy. | Kurt B. Kaiser | 2003-05-24 | 1 | -24/+34 |
|
|
* | Show Freddy the mirror | Kurt B. Kaiser | 2003-05-17 | 1 | -7/+15 |
|
|
* | On Windows the subprocess was not exiting during a restart. | Kurt B. Kaiser | 2003-05-14 | 1 | -0/+2 |
|
|
* | 1. RemoteDebugger now runs user code in subprocess MainThread | Kurt B. Kaiser | 2003-05-12 | 1 | -53/+58 |
|
|
* | 1. Implement processing of user code in subprocess MainThread. Pass loop | Kurt B. Kaiser | 2003-05-08 | 1 | -55/+75 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2003-03-22 | 1 | -9/+72 |
|
|
* | M rpc.py | Kurt B. Kaiser | 2003-03-11 | 1 | -1/+1 |
|
|
* | SF 695861 | Kurt B. Kaiser | 2003-03-03 | 1 | -1/+11 |
|
|
* | M rpc.py | Kurt B. Kaiser | 2003-02-27 | 1 | -1/+45 |
|
|
* | M NEWS.txt | Kurt B. Kaiser | 2003-02-17 | 1 | -0/+5 |
|
|
* | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 1 | -0/+2 |
|
|
* | M CallTips.py Add support for getting calltip from subprocess, | Kurt B. Kaiser | 2002-10-10 | 1 | -15/+23 |
|
|