- 02 Nis, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 14 Agu, 2009 1 kayıt (commit)
-
-
Guilherme Polo yazdı
-
- 02 Nis, 2009 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
subprocess fails to extract port from command line when warnings are present.
-
- 16 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
change imports and other references. Closes #2925.
-
- 20 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 May, 2008 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Use the 3.0 module name to avoid spurious warnings.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 23 Ock, 2008 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 09 Eki, 2007 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Patch 1225 Tal Einat modified from IDLE-Spoon.
-
- 18 Kas, 2005 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py
-
- 05 May, 2005 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
loop. Patch # 1190163 Michiel de Hoon
-
- 21 Ara, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py
-
- 19 Kas, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
-
- 04 Tem, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
and format the warning similarly to an exception for both that check and for warnings raised in the subprocess. M NEWS.txt M Pyshell.py M ScriptBinding.py M run.py
-
- 21 Ock, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
connect to the user GUI process. Added a timeout to the GUI's listening socket. Added Tk error dialogs to PyShell.py to announce a failure to bind the port or connect to the subprocess. Clean up error handling during connection initiation phase. This is an update of Python Patch 778323. M NEWS.txt M PyShell.py M ScriptBinding.py M run.py Backport candidate.
-
- 02 Ock, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
restarted. IDLEfork Patch 869012 Noam Raphael Modified Files: NEWS.txt run.py
-
- 19 Kas, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Raphael suggested correcting this so pdb's postmortem pm() would work. IDLEfork Patch 844675 Modified: NEWS.txt run.py
-
- 22 Haz, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
IOBinding.encoding. Also set sys.std{in,out,err}.encoding, for both the local and the subprocess case.
-
- 14 Haz, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py R boolcheck.py M run.py
-
- 13 Haz, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Modified Files: run.py Removed Files: interruptmodule.c
-
- 05 Haz, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py M rpc.py M run.py
-
- 02 Haz, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py M run.py
-
- 28 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
is not to do that. VPython and student environment support. M PyShell.py M config-main.def M run.py
-
- 24 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
e.g. further improve subprocess interrupt, exceptions, and termination. 2. Remove the workarounds in PyShell.py and ScriptBinding.py involving interrupting the subprocess prior to killing it, not necessary anymore. 3. Fix a bug introduced at PyShell Rev 1.66: was getting extra shell menu every time the shell window was recreated. M PyShell.py M ScriptBinding.py M rpc.py M run.py
-
- 17 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
i.e. improve subprocess exit paths and exeception reporting
-
- 14 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
This bug, henceforth designated Freddy, was due to the mistaken elimination of the KeyboardInterrupt exception at the previous revision. PyShell's unix_terminate hammer was masking the problem on Linux. On W2K the subprocess MainThread was trying to print the exception after the SockThread had ceased to service the socket. The subprocess would then detach and spin when the GUI created the new subprocess. Modified Files: run.py
-
- 12 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
2. run.py: move exception printing to toplevel to allow access from main() 3. Clarification in PyShell.py: when the subprocess is restarted, the debugger GUI is reused with a fresh instance of the subprocess debugger. M PyShell.py M RemoteDebugger.py M run.py
-
- 08 May, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
is now interruptable on Windows. 2. Tweak signal.signal() wait parameters as called by various methods to improve I/O response, especially on Windows. 3. Debugger is disabled at this check-in pending further development. M NEWS.txt M PyShell.py M rpc.py M run.py
-
- 22 Mar, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M run.py 1. Move subprocess socket handling to a subthread - "SockThread". 2. In the subprocess, implement a queue and global completion and exit flags. Execute code after it is passed through the queue. (Currently, user code is executed in SockThread. The next phase of development will move the tail of the queue to MainThread.) 3. Implement an RPC message used to shut down the execution server. 4. Improve normal and exception subprocess exits. (At this checkin a "pass loop" interrupt doesn't work on any platform. It will be restored for all platforms once user code execution is moved to MainThread.)
-
- 11 Mar, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M run.py 1. Clarify that rpc.SocketIO._getresponse() currently blocks on socket. 2. Improve exception handling in subprocess when GUI terminates abruptly.
-
- 03 Mar, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Eliminate extra blank line in shell output. Caused by stdout not being flushed upon completion of subprocess' Executive.runcode() when user code ends by outputting an unterminated line, e.g. print "test",
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M run.py Move exception formatting out of rpc.py. This allows each end of the link to format and print exceptions how and where it sees fit and makes it easier for threads to display their own exceptions.
-
- 17 Şub, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py M ScriptBinding.py M rpc.py M run.py Clean up the way IDLEfork handles termination of the subprocess, restore ability to interrupt user code in Windows (so long as it's doing terminal I/O). 1. Handle subprocess interrupts in Windows with an RPC message. 2. Run/F5 will restart the subprocess even if user code is running. 3. Restart the subprocess if the link is dropped. 4. Exit IDLE cleanly even during I/O. 4. In rpc.py, remove explicit calls to statelock, let the condition variable handle acquire() and release().
-
- 20 Ara, 2002 1 kayıt (commit)
-
-
Tony Lownds yazdı
Another applet mechanism has been developed for Python on Mac OS X and trying to use the -c "__import__('run').main()" trick is just not working. macosx_main.py is a new file which should be used as the startup file for Mac OS X applet bundles. This startup file understands a -p option, which when seen will start run.main(). When running as an applet, this seems like the best approach.
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
refactor a bit and clean up. M PyShell.py Cosmetic changes, delete blank lines, add # on some blank lines. M rpc.py Add more debugging capability M run.py Add support for getting calltip from subprocess Move import statements
-
- 25 Agu, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
instead. 2. Preserve the Idle client's listening socket for reuse with the fresh subprocess. 3. Remove some unused rpc code, comment out additional unused code. Modified Files: ScriptBinding.py rpc.py run.py
-
- 05 Agu, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M PyShell.py M rpc.py M run.py
-