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/
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
===
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
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
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
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
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
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
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
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
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
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
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
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
==
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
==
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
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
17 matches
Mail list logo