[Python-3000-checkins] r57194 - python/branches/py3k/Lib/SimpleXMLRPCServer.py python/branches/py3k/Lib/xmlrpclib.py

2007-08-19 Thread hyeshik.chang
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

[Python-3000-checkins] r57198 - python/branches/py3k/Objects/memoryobject.c

2007-08-19 Thread neal.norwitz
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

[Python-3000-checkins] r57202 - in python/branches/py3k: Doc/c-api/newtypes.rst Doc/data/refcounts.dat Include/objimpl.h Misc/NEWS Modules/_randommodule.c Modules/bz2module.c Objects/typeobject.c PC/o

2007-08-19 Thread neal.norwitz
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.