Author: guido.van.rossum
Date: Fri Jun 15 02:00:12 2007
New Revision: 55978
Modified:
python/branches/py3k-struni/Objects/stringobject.c
Log:
Patch by Ron Adam to make repr(str8(...)) return something looking like
s'...' instead of '...', allowing it to be distinguished from unicode
strings. T
Author: neal.norwitz
Date: Fri Jun 15 05:14:38 2007
New Revision: 55985
Modified:
python/branches/p3yk/Misc/build.sh
Log:
All these tests have been flaky wrt reporting leaks. Disable them.
Modified: python/branches/p3yk/Misc/build.sh
==
Author: guido.van.rossum
Date: Fri Jun 15 05:33:56 2007
New Revision: 55986
Modified:
python/branches/py3k-struni/runtests.sh
Log:
Fix a typo in the name of an output file.
Modified: python/branches/py3k-struni/runtests.sh
==
Author: guido.van.rossum
Date: Fri Jun 15 05:35:38 2007
New Revision: 55987
Modified:
python/branches/py3k-struni/Lib/pickle.py
python/branches/py3k-struni/Lib/test/test_popen.py
python/branches/py3k-struni/Modules/cPickle.c
Log:
Fix some problems introduced by the str8 repr change.
Mod
Author: guido.van.rossum
Date: Fri Jun 15 05:49:03 2007
New Revision: 55991
Modified:
python/branches/py3k-struni/Lib/test/test_popen.py
python/branches/py3k-struni/Python/sysmodule.c
Log:
Make sys.path and sys.argv into lists of strings.
Remove the hack in test_popen.py to overcome this iss