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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No

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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No

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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No

Re: [Python-3000-checkins] r56418 ...

2007-07-23 Thread skip
Log: Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. ... Modified: python/branches/py3k-struni/Demo/cgi/cgi2.py == --- python/branches/py3k

Re: [Python-3000-checkins] r56501 - python/branches/p3yk/Lib/traceback.py

2007-07-23 Thread Nick Coghlan
kurt.kaiser wrote: > Author: kurt.kaiser > Date: Mon Jul 23 04:35:50 2007 > New Revision: 56501 > > Modified: >python/branches/p3yk/Lib/traceback.py > Log: > Hum, needed a newline in the last change. > > > Modified: python/branches/p3yk/Lib/traceback.py >

Re: [Python-3000-checkins] r56418 ...

2007-07-23 Thread Guido van Rossum
On 7/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Log: > Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 > about lingering print statements. > ... > Modified: python/branches/py3k-struni/Demo/cgi/cgi2.py > > =

[Python-3000-checkins] r56510 - python/branches/py3k-struni/Mac/Modules/file/_Filemodule.c

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 19:08:21 2007 New Revision: 56510 Modified: python/branches/py3k-struni/Mac/Modules/file/_Filemodule.c Log: SF patch# 1758570 by Jeffrey Yasskin, who writes: I made Carbon.File.pathname return unicode, by analogy with macpath.abspath. There could easily

[Python-3000-checkins] r56512 - in python/branches/py3k-struni: Doc/lib/libpyexpat.tex Lib/test/test_pyexpat.py Modules/pyexpat.c

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 19:42:32 2007 New Revision: 56512 Modified: python/branches/py3k-struni/Doc/lib/libpyexpat.tex python/branches/py3k-struni/Lib/test/test_pyexpat.py python/branches/py3k-struni/Modules/pyexpat.c Log: SF patch# 1759016 by Joe Gregorio, who writes: 1

[Python-3000-checkins] r56513 - python/branches/py3k-struni/Lib/test/test_codecmaps_jp.py python/branches/py3k-struni/Lib/test/test_codecmaps_kr.py python/branches/py3k-struni/Lib/test/test_codecmaps_

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 20:06:59 2007 New Revision: 56513 Modified: python/branches/py3k-struni/Lib/test/test_codecmaps_jp.py python/branches/py3k-struni/Lib/test/test_codecmaps_kr.py python/branches/py3k-struni/Lib/test/test_codecmaps_tw.py python/branches/py3k-strun

[Python-3000-checkins] r56514 - python/branches/py3k-struni/Modules/_tkinter.c

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 20:34:37 2007 New Revision: 56514 Modified: python/branches/py3k-struni/Modules/_tkinter.c Log: Make test_tcl.py pass, by accepting unicode strings as variable names. Modified: python/branches/py3k-struni/Modules/_tkinter.c ===

[Python-3000-checkins] r56515 - in python/branches/py3k-struni/Lib: test/test_wave.py wave.py

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 23:28:30 2007 New Revision: 56515 Modified: python/branches/py3k-struni/Lib/test/test_wave.py python/branches/py3k-struni/Lib/wave.py Log: Make test_wave.py pass. I have no illusion that this fixes all issues with this module. Modified: python/bran

[Python-3000-checkins] r56516 - python/branches/py3k-struni/Modules/_cursesmodule.c

2007-07-23 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Jul 24 02:16:38 2007 New Revision: 56516 Modified: python/branches/py3k-struni/Modules/_cursesmodule.c Log: ccMake test_curses pass. Can't guarantee I caught every spot. Modified: python/branches/py3k-struni/Modules/_cursesmodule.c ==

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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No

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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No

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

2007-07-23 Thread Neal Norwitz
test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_StringIO test___all__ test___future__ test__locale test_abc test_aepack test_aepack skipped -- No module named aepack test_anydbm test_applesingle test_applesingle skipped -- No