[Python-3000-checkins] r56489 - python/branches/p3yk/Python/Python-ast.c

2007-07-22 Thread martin.v.loewis
Author: martin.v.loewis Date: Sun Jul 22 15:32:44 2007 New Revision: 56489 Modified: python/branches/p3yk/Python/Python-ast.c Log: Regenerate. Modified: python/branches/p3yk/Python/Python-ast.c == --- python/branches/

[Python-3000-checkins] r56491 - python/branches/p3yk/PC/_subprocess.c python/branches/p3yk/PC/_winreg.c

2007-07-22 Thread martin.v.loewis
Author: martin.v.loewis Date: Sun Jul 22 16:35:53 2007 New Revision: 56491 Modified: python/branches/p3yk/PC/_subprocess.c python/branches/p3yk/PC/_winreg.c Log: Port to PEP 3123. Modified: python/branches/p3yk/PC/_subprocess.c ===

[Python-3000-checkins] r56493 - in python/branches/py3k-struni: PC/config.c PCbuild/pythoncore.vcproj

2007-07-22 Thread martin.v.loewis
Author: martin.v.loewis Date: Sun Jul 22 16:48:07 2007 New Revision: 56493 Modified: python/branches/py3k-struni/PC/config.c python/branches/py3k-struni/PCbuild/pythoncore.vcproj Log: Drop cPickle from Windows build process. Modified: python/branches/py3k-struni/PC/config.c

[Python-3000-checkins] r56494 - python/branches/py3k-struni/Lib/test/test_compile.py

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jul 22 22:01:13 2007 New Revision: 56494 Modified: python/branches/py3k-struni/Lib/test/test_compile.py Log: Make test_compile not fail. I *think* it's okay no longer to require that compiling a Unicode string with a coding declaration fails; it seems appropri

[Python-3000-checkins] r56495 - python/branches/py3k-struni/Lib/test/test_getargs.py

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jul 22 22:13:35 2007 New Revision: 56495 Removed: python/branches/py3k-struni/Lib/test/test_getargs.py Log: Remove this test; it checked for a single old bug and I don't think that its failure means much, now that the handling of unicode and bytes has changed

[Python-3000-checkins] r56496 - python/branches/py3k-struni/Lib/io.py

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jul 22 22:38:07 2007 New Revision: 56496 Modified: python/branches/py3k-struni/Lib/io.py Log: Make close() (all versions) ignore IOError from flush(). This makes test_resource.py pass, and I think it's the right thing to do: if you're closing a file after enco

[Python-3000-checkins] r56497 - python/branches/p3yk/Lib/traceback.py

2007-07-22 Thread kurt.kaiser
Author: kurt.kaiser Date: Sun Jul 22 23:55:16 2007 New Revision: 56497 Modified: python/branches/p3yk/Lib/traceback.py Log: In the case of syntax errors, in py3k format_exception_only() was including line number and position in the final line of the exception notification, duplicating info in p

[Python-3000-checkins] r56498 - python/branches/py3k-struni/Lib/poplib.py

2007-07-22 Thread collin.winter
Author: collin.winter Date: Mon Jul 23 02:24:10 2007 New Revision: 56498 Modified: python/branches/py3k-struni/Lib/poplib.py Log: Fix test_poplib failures. Modified: python/branches/py3k-struni/Lib/poplib.py == --- pyt

[Python-3000-checkins] r56499 - python/branches/py3k-struni/Lib/test/test_largefile.py

2007-07-22 Thread collin.winter
Author: collin.winter Date: Mon Jul 23 02:51:28 2007 New Revision: 56499 Modified: python/branches/py3k-struni/Lib/test/test_largefile.py Log: Fix test_largefile by changing some string literals to byte literals. Modified: python/branches/py3k-struni/Lib/test/test_largefile.py

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

2007-07-22 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 basics (1)

2007-07-22 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] r56500 - python/branches/py3k-struni/Lib/test/test_poplib.py

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 03:49:28 2007 New Revision: 56500 Modified: python/branches/py3k-struni/Lib/test/test_poplib.py Log: Don't use a sleep to wait for the server to be ready; this caused problems on my OSX laptop. use a condition variable instead. Modified: python/branc

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

2007-07-22 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] r56501 - python/branches/p3yk/Lib/traceback.py

2007-07-22 Thread kurt.kaiser
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 ==

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

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 04:57:24 2007 New Revision: 56502 Modified: python/branches/py3k-struni/runtests.sh Log: Add a command line option to set the -u flag. Modified: python/branches/py3k-struni/runtests.sh ==

[Python-3000-checkins] r56503 - python/branches/py3k-struni/Python/import.c

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 05:16:50 2007 New Revision: 56503 Modified: python/branches/py3k-struni/Python/import.c Log: Fix import of frozen package submodules to use Unicode. Fixes test_frozen. Modified: python/branches/py3k-struni/Python/import.c

[Python-3000-checkins] r56504 - python/branches/py3k-struni/Lib/test/test_cookielib.py

2007-07-22 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Jul 23 05:46:37 2007 New Revision: 56504 Modified: python/branches/py3k-struni/Lib/test/test_cookielib.py Log: Don't use cwnon-ASCII characters in the source; use \ooo escapes. (This doesn't fix test_cookielib, just removes the SyntaxError.) Modified: python