Author: hyeshik.chang
Date: Sun Aug 19 12:49:11 2007
New Revision: 57194
Modified:
python/branches/py3k/Lib/SimpleXMLRPCServer.py
python/branches/py3k/Lib/xmlrpclib.py
Log:
Fix xmlrpc unittest. While it now passes on Linux, it still fails
on FreeBSD due to the difference of socket blocking
Author: neal.norwitz
Date: Sun Aug 19 20:38:46 2007
New Revision: 57198
Modified:
python/branches/py3k/Objects/memoryobject.c
Log:
SF #1777057, fix memoryview('test') so it works in debug mode too.
Also return a boolean for the readonly flag.
Other cleanup: make sure to set an exception when
Author: neal.norwitz
Date: Mon Aug 20 00:48:23 2007
New Revision: 57202
Modified:
python/branches/py3k/Doc/c-api/newtypes.rst
python/branches/py3k/Doc/data/refcounts.dat
python/branches/py3k/Include/objimpl.h
python/branches/py3k/Misc/NEWS
python/branches/py3k/Modules/_randommodule.