[Python-3000-checkins] r53417 - python/branches/p3yk/Tools/pybench/CommandLine.py python/branches/p3yk/Tools/pybench/Dict.py python/branches/p3yk/Tools/pybench/Exceptions.py python/branches/p3yk/Tools

2007-01-13 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jan 14 00:54:39 2007 New Revision: 53417 Modified: python/branches/p3yk/Tools/pybench/CommandLine.py python/branches/p3yk/Tools/pybench/Dict.py python/branches/p3yk/Tools/pybench/Exceptions.py python/branches/p3yk/Tools/pybench/Lookups.py Log: Fix pyb

[Python-3000-checkins] r53422 - python/branches/p3yk/Misc/NEWS

2007-01-13 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jan 14 04:42:30 2007 New Revision: 53422 Modified: python/branches/p3yk/Misc/NEWS Log: News about int/long unification and except syntax change. Modified: python/branches/p3yk/Misc/NEWS

[Python-3000-checkins] r53424 - in python/branches/p3yk: BROKEN_TESTS Modules/cPickle.c

2007-01-13 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jan 14 05:02:16 2007 New Revision: 53424 Modified: python/branches/p3yk/BROKEN_TESTS python/branches/p3yk/Modules/cPickle.c Log: Fix cPickle breakage due to last-minute change to the name of the 'long' type (it's not called 'int' :-). Modified: python/bra