]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport rpc.py rev 1.28 dating from 21Jan04
authorKurt B. Kaiser <kbk@shore.net>
Wed, 19 Jan 2005 01:44:06 +0000 (01:44 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 19 Jan 2005 01:44:06 +0000 (01:44 +0000)
commit098d79d7f28f6b5ba7bdd97552be402e65f0944b
treed8601acf8625d50a9d9665f3f51aac1db780cbf4
parent7c89f1ab875b4628f69a713f304946d54de04a58
Backport rpc.py rev 1.28 dating from 21Jan04

rpc.py:SocketIO - Large modules were generating large pickles when downloaded
to the execution server.  The return of the OK response from the subprocess
initialization was interfering and causing the sending socket to be not
ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
into pollpacket().

Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".

idlever.py should be 1.0.4 to align with NEWS.txt.  There was no IDLE release
at 2.3.1 which accounts for the unsync.

M NEWS.txt
M idlever.py
M rpc.py
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Lib/idlelib/rpc.py