- 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- 8fc98c3 Convert print to Py3 by Kurt B. Kaiser · 16 years ago
- e67842a Merged revisions 71023 via svnmerge from by Kurt B. Kaiser · 16 years ago
- bed1710 Fix more threading API related bugs: Thread.get_name() --> Thread.name. by Amaury Forgeot d'Arc · 16 years ago
- efae8c4 #4383: UnboundLocalError when IDLE cannot connect to its subprocess. by Amaury Forgeot d'Arc · 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
- 71088cc fix #3628; idle wouldn't start because of a typo by Benjamin Peterson · 17 years ago
- b03ca4b fix more threading API related bugs by Benjamin Peterson · 17 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
- 15a51e3 Fix Queue -> queue. by Georg Brandl · 17 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
- f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
- 6464d47 In followup to #1310: Remove more exception indexing. by Georg Brandl · 18 years ago
- 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 18 years ago
- c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 18 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 18 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
- b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
- 20345fb Use Queue's blocking feature instead of sleeping in the main by Kurt B. Kaiser · 20 years ago
- dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
- e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
- 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 21 years ago
- af3eb87 Added a Tk error dialog to run.py inform the user if the subprocess can't by Kurt B. Kaiser · 21 years ago
- e9802a3 - Print correct exception even if source file changed since shell was by Kurt B. Kaiser · 21 years ago
- 924f616 - After an exception, run.py was not setting the exception vector. Noam by Kurt B. Kaiser · 21 years ago
- bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 22 years ago
- b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 22 years ago
- 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 22 years ago
- 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 22 years ago
- 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 22 years ago
- 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 22 years ago
- 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 22 years ago
- a2792be Show Freddy the mirror by Kurt B. Kaiser · 22 years ago
- aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 22 years ago
- 9ec454e 1. RemoteDebugger now runs user code in subprocess MainThread by Kurt B. Kaiser · 22 years ago
- a00050f 1. Implement processing of user code in subprocess MainThread. Pass loop by Kurt B. Kaiser · 22 years ago
- 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 22 years ago
- 7c22132 M rpc.py by Kurt B. Kaiser · 22 years ago
- b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago
- 86bc464 M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
- 003091c M NEWS.txt M PyShell.py M ScriptBinding.py M rpc.py M run.py by Kurt B. Kaiser · 22 years ago
- f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
- 5afa1df M CallTips.py Add support for getting calltip from subprocess, by Kurt B. Kaiser · 23 years ago
- adc6384 1. Revert subprocess environment clearing, will restart subprocess by Kurt B. Kaiser · 23 years ago
- 8dcdb77 GvR provided solution to the socket rebinding timeout problem. by Kurt B. Kaiser · 23 years ago
- d694c1f Reset the Python execution server environment to its initial value prior by Kurt B. Kaiser · 23 years ago
- b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 23 years ago
- ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 23 years ago
- 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 23 years ago
- 5d2af63 GvR's rpc patch by Chui Tey · 23 years ago