[Python-3000-checkins] r55506 - in python/branches/p3yk: Doc/Makefile.deps Doc/lib/libhttplib.tex Doc/mac/libmacfs.tex Doc/mac/libmacostools.tex Doc/mac/mac.tex Doc/ref/ref5.tex Doc/whatsnew/whatsnew2

2007-05-22 Thread neal.norwitz
Author: neal.norwitz Date: Tue May 22 09:43:29 2007 New Revision: 55506 Removed: python/branches/p3yk/Doc/mac/libmacfs.tex python/branches/p3yk/Lib/plat-mac/macfs.py python/branches/p3yk/Lib/test/test_macfs.py Modified: python/branches/p3yk/ (props changed) python/branches/p3yk/Do

[Python-3000-checkins] r55508 - python/branches/py3k-struni/setup.py

2007-05-22 Thread walter.doerwald
Author: walter.doerwald Date: Tue May 22 18:02:13 2007 New Revision: 55508 Modified: python/branches/py3k-struni/setup.py Log: The unicode builtin is gone now. Fix setup.py so that unicodedata and the CJK codecs are built again. Modified: python/branches/py3k-struni/setup.py =

[Python-3000-checkins] r55509 - python/branches/py3k-struni/Lib/test/test_sys.py

2007-05-22 Thread walter.doerwald
Author: walter.doerwald Date: Tue May 22 18:13:46 2007 New Revision: 55509 Modified: python/branches/py3k-struni/Lib/test/test_sys.py Log: Remove tests for have_unicode. Modified: python/branches/py3k-struni/Lib/test/test_sys.py

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

2007-05-22 Thread walter.doerwald
Author: walter.doerwald Date: Tue May 22 18:27:09 2007 New Revision: 55510 Modified: python/branches/py3k-struni/Lib/test/test_format.py Log: Remove unused import. Modified: python/branches/py3k-struni/Lib/test/test_format.py ===

[Python-3000-checkins] r55512 - python/branches/py3k-struni/Lib/test/test_calendar.py

2007-05-22 Thread walter.doerwald
Author: walter.doerwald Date: Tue May 22 19:03:39 2007 New Revision: 55512 Modified: python/branches/py3k-struni/Lib/test/test_calendar.py Log: The HTMLCalendar outputs bytes now, so fix the test accordingly (bytes.strip() always requires an argument). Modified: python/branches/py3k-struni/Li

[Python-3000-checkins] r55513 - python/branches/py3k-struni/Lib/zipfile.py

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 20:01:30 2007 New Revision: 55513 Modified: python/branches/py3k-struni/Lib/zipfile.py Log: There's no need to default file to sys.stdout -- print(file=None) already selects sys.stdout. Modified: python/branches/py3k-struni/Lib/zipfile.py

[Python-3000-checkins] r55515 - python/branches/py3k-struni/Python/Python-ast.c

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 20:28:08 2007 New Revision: 55515 Modified: python/branches/py3k-struni/Python/Python-ast.c Log: obcheckin. Modified: python/branches/py3k-struni/Python/Python-ast.c == --- py

[Python-3000-checkins] r55516 - in python/branches/py3k-struni: Lib/test/test_binascii.py Modules/binascii.c

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 22:24:57 2007 New Revision: 55516 Modified: python/branches/py3k-struni/Lib/test/test_binascii.py python/branches/py3k-struni/Modules/binascii.c Log: Make binascii use byte strings everywhere (in and out). Modified: python/branches/py3k-struni/Lib/

[Python-3000-checkins] r55517 - in python/branches/py3k-struni: Lib/base64.py Lib/test/test_base64.py Lib/test/test_binascii.py Modules/binascii.c Objects/longobject.c

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue May 22 23:56:47 2007 New Revision: 55517 Modified: python/branches/py3k-struni/Lib/base64.py python/branches/py3k-struni/Lib/test/test_base64.py python/branches/py3k-struni/Lib/test/test_binascii.py python/branches/py3k-struni/Modules/binascii.c py

[Python-3000-checkins] r55518 - in python/branches/py3k-struni/Lib: binhex.py test/test_binhex.py

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed May 23 00:25:42 2007 New Revision: 55518 Modified: python/branches/py3k-struni/Lib/binhex.py python/branches/py3k-struni/Lib/test/test_binhex.py Log: Make test_binhex pass. (Do we really want to support it still?) Modified: python/branches/py3k-struni/Li

[Python-3000-checkins] r55519 - in python/branches/py3k-struni: Lib/test/test_zlib.py Modules/zlibmodule.c

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed May 23 00:44:07 2007 New Revision: 55519 Modified: python/branches/py3k-struni/Lib/test/test_zlib.py python/branches/py3k-struni/Modules/zlibmodule.c Log: zlib now uses bytes everywhere, and the test passes. Modified: python/branches/py3k-struni/Lib/test/

[Python-3000-checkins] r55520 - in python/branches/py3k-struni: Lib/test/test_bz2.py Modules/bz2module.c

2007-05-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed May 23 01:13:45 2007 New Revision: 55520 Modified: python/branches/py3k-struni/Lib/test/test_bz2.py python/branches/py3k-struni/Modules/bz2module.c Log: bz2 uses bytes everywhere (even for the 'newlines' attribute). test_bz2 passes. Modified: python/branc

[Python-3000-checkins] Python Regression Test Failures basics (1)

2007-05-22 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_StringIO test___all__ test___future__ test__locale test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skippe

[Python-3000-checkins] Python Regression Test Failures opt (1)

2007-05-22 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_StringIO test___all__ test___future__ test__locale test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skippe

[Python-3000-checkins] Python Regression Test Failures all (1)

2007-05-22 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_StringIO test___all__ test___future__ test__locale test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skippe

[Python-3000-checkins] Python Regression Test Failures doc (1)

2007-05-22 Thread Neal Norwitz
[13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs] [13778 refs]

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

2007-05-22 Thread neal.norwitz
Author: neal.norwitz Date: Wed May 23 08:42:22 2007 New Revision: 55526 Modified: python/branches/p3yk/Misc/NEWS Log: reduce was removed a while ago Modified: python/branches/p3yk/Misc/NEWS == --- python/branches/p3yk/