[Python-3000-checkins] r55978 - python/branches/py3k-struni/Objects/stringobject.c

2007-06-14 Thread guido.van.rossum
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

[Python-3000-checkins] r55985 - python/branches/p3yk/Misc/build.sh

2007-06-14 Thread neal.norwitz
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 ==

[Python-3000-checkins] r55986 - python/branches/py3k-struni/runtests.sh

2007-06-14 Thread guido.van.rossum
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 ==

[Python-3000-checkins] r55987 - in python/branches/py3k-struni: Lib/pickle.py Lib/test/test_popen.py Modules/cPickle.c

2007-06-14 Thread guido.van.rossum
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

[Python-3000-checkins] r55991 - in python/branches/py3k-struni: Lib/test/test_popen.py Python/sysmodule.c

2007-06-14 Thread guido.van.rossum
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