[Python-3000-checkins] r55488 - in python/branches/py3k-struni: Lib/test/test_xrange.py Objects/rangeobject.c

2007-05-21 Thread walter.doerwald
Author: walter.doerwald Date: Mon May 21 12:43:34 2007 New Revision: 55488 Modified: python/branches/py3k-struni/Lib/test/test_xrange.py python/branches/py3k-struni/Objects/rangeobject.c Log: repr(range(10)) now returns 'range(0, 10)' for clarity. Modified: python/branches/py3k-struni/Lib/

[Python-3000-checkins] r55491 - in python/branches/py3k-struni: Include/rangeobject.h Lib/test/test_range.py Lib/test/test_xrange.py Objects/rangeobject.c

2007-05-21 Thread walter.doerwald
Author: walter.doerwald Date: Mon May 21 20:01:17 2007 New Revision: 55491 Added: python/branches/py3k-struni/Lib/test/test_range.py - copied, changed from r55490, python/branches/py3k-struni/Lib/test/test_xrange.py Removed: python/branches/py3k-struni/Lib/test/test_xrange.py Modified

[Python-3000-checkins] r55492 - python/branches/py3k-struni/Lib/test/test_range.py

2007-05-21 Thread walter.doerwald
Author: walter.doerwald Date: Mon May 21 20:02:40 2007 New Revision: 55492 Modified: python/branches/py3k-struni/Lib/test/test_range.py Log: Update name of test. Modified: python/branches/py3k-struni/Lib/test/test_range.py ==

[Python-3000-checkins] r55493 - in python/branches/py3k-struni/Lib: inspect.py test/test_inspect.py

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon May 21 20:11:34 2007 New Revision: 55493 Modified: python/branches/py3k-struni/Lib/inspect.py python/branches/py3k-struni/Lib/test/test_inspect.py Log: Make test_inspect pass once again. Modified: python/branches/py3k-struni/Lib/inspect.py ===

[Python-3000-checkins] r55494 - python/branches/py3k-struni/Lib/test/test_repr.py

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon May 21 20:14:54 2007 New Revision: 55494 Modified: python/branches/py3k-struni/Lib/test/test_repr.py Log: Make test_repr.py pass again after repr(range(1)) changed. Modified: python/branches/py3k-struni/Lib/test/test_repr.py =

[Python-3000-checkins] r55496 - python/branches/py3k-struni/Lib/test/test_format.py

2007-05-21 Thread walter.doerwald
Author: walter.doerwald Date: Mon May 21 23:02:54 2007 New Revision: 55496 Modified: python/branches/py3k-struni/Lib/test/test_format.py Log: Make test_format.py pass again (error messages have changed). Remove duplicate tests. Test str and str8 in test_both(). Modified: python/branches/py3

[Python-3000-checkins] r55497 - in python/branches/py3k-struni: Lib/io.py Lib/socket.py Lib/test/test_socket.py Lib/urllib2.py Modules/socketmodule.c

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 01:13:11 2007 New Revision: 55497 Modified: python/branches/py3k-struni/Lib/io.py python/branches/py3k-struni/Lib/socket.py python/branches/py3k-struni/Lib/test/test_socket.py python/branches/py3k-struni/Lib/urllib2.py python/branches/py3k-s

[Python-3000-checkins] r55498 - python/branches/py3k-struni/Python/bltinmodule.c

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 02:10:22 2007 New Revision: 55498 Modified: python/branches/py3k-struni/Python/bltinmodule.c Log: Oops. unicode() builtin was still around. Modified: python/branches/py3k-struni/Python/bltinmodule.c ===

[Python-3000-checkins] r55499 - python/branches/py3k-struni/Lib/linecache.py

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 02:12:45 2007 New Revision: 55499 Modified: python/branches/py3k-struni/Lib/linecache.py Log: linecache.py was still struggling with unicode vs. non-unicode. Modified: python/branches/py3k-struni/Lib/linecache.py ==

[Python-3000-checkins] r55500 - in python/branches/py3k-struni: Lib/py_compile.py Lib/test/test_zipfile.py Lib/zipfile.py Modules/_struct.c

2007-05-21 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 03:29:33 2007 New Revision: 55500 Modified: python/branches/py3k-struni/Lib/py_compile.py python/branches/py3k-struni/Lib/test/test_zipfile.py python/branches/py3k-struni/Lib/zipfile.py python/branches/py3k-struni/Modules/_struct.c Log: Make te