Staging
v0.5.1
https://github.com/python/cpython
Revision 098d79d7f28f6b5ba7bdd97552be402e65f0944b authored by Kurt B. Kaiser on 19 January 2005, 01:44:06 UTC, committed by Kurt B. Kaiser on 19 January 2005, 01:44:06 UTC
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
1 parent 7c89f1a
History
Tip revision: 098d79d7f28f6b5ba7bdd97552be402e65f0944b authored by Kurt B. Kaiser on 19 January 2005, 01:44:06 UTC
Backport rpc.py rev 1.28 dating from 21Jan04
Tip revision: 098d79d
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.3 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 590.0 KB
configure.in -rw-r--r-- 86.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.7 KB
setup.py -rw-r--r-- 51.2 KB

README

back to top