test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
test_threading_local leaked [-11, 11, 0] references, sum=0
test_urllib2_localnet leaked [3, 2, 4] references, sum=9
___
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
Author: walter.doerwald
Date: Tue Jun 12 17:23:50 2007
New Revision: 55928
Modified:
python/branches/py3k-struni/Python/modsupport.c
Log:
Make module docstrings unicode objects.
Modified: python/branches/py3k-struni/Python/modsupport.c
=
Author: walter.doerwald
Date: Tue Jun 12 18:51:31 2007
New Revision: 55933
Modified:
python/branches/py3k-struni/Objects/unicodeobject.c
Log:
Mention name of left operand, if "foo in unicode_string"
fails.
Modified: python/branches/py3k-struni/Objects/unicodeobject.c
=
Author: walter.doerwald
Date: Tue Jun 12 19:43:43 2007
New Revision: 55935
Modified:
python/branches/py3k-struni/Lib/test/test_shlex.py
Log:
Fix test_shlex: Use io.StringIO.
Modified: python/branches/py3k-struni/Lib/test/test_shlex.py
==
Author: walter.doerwald
Date: Tue Jun 12 20:07:38 2007
New Revision: 55936
Modified:
python/branches/py3k-struni/Lib/tarfile.py
Log:
unicode is named str now => fix type check.
Modified: python/branches/py3k-struni/Lib/tarfile.py
===
Author: collin.winter
Date: Tue Jun 12 22:57:33 2007
New Revision: 55939
Modified:
python/branches/p3yk/Doc/api/exceptions.tex
python/branches/p3yk/Doc/lib/libdecimal.tex
python/branches/p3yk/Doc/lib/libexcs.tex
python/branches/p3yk/Doc/tut/tut.tex
python/branches/p3yk/Include/pyerr
Author: guido.van.rossum
Date: Wed Jun 13 02:03:05 2007
New Revision: 55944
Modified:
python/branches/py3k-struni/Modules/bz2module.c
Log:
Checkpoint: half-fixed the bz2 module. 'U' is no longer supported.
Modified: python/branches/py3k-struni/Modules/bz2module.c
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
Author: guido.van.rossum
Date: Wed Jun 13 03:04:27 2007
New Revision: 55945
Modified:
python/branches/py3k-struni/Objects/unicodeobject.c
Log:
Make it compile with GCC 2.96.
Modified: python/branches/py3k-struni/Objects/unicodeobject.c
=
Author: guido.van.rossum
Date: Wed Jun 13 03:46:31 2007
New Revision: 55946
Modified:
python/branches/py3k-struni/Lib/test/test_bz2.py
python/branches/py3k-struni/Modules/bz2module.c
Log:
Fix bz2_test.py by removing the tests for universal newline mode.
If you want text support, wrap a TextI
test_threading_local leaked [0, -1, 1] references, sum=0
test_urllib2_localnet leaked [3, 3, 3] references, sum=9
___
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins
Author: guido.van.rossum
Date: Wed Jun 13 03:55:50 2007
New Revision: 55947
Modified:
python/branches/py3k-struni/Lib/test/test_os.py
Log:
Make test_tmpfile() pass. (And hence test_os.py as a whole passes.)
tmpfile() now is a binary file.
Modified: python/branches/py3k-struni/Lib/test/test_o
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test test_exceptions failed -- Traceback (most recent call last):
File "/tmp/python-test-3.0/local/lib/python3.0/test/test_exceptions.py", line
186, in testSettingException
test_capi1()
File "/tmp/python-test-3.0/local/lib/py
Author: neal.norwitz
Date: Wed Jun 13 06:56:32 2007
New Revision: 55954
Added:
python/branches/p3yk/Tools/buildbot/external-amd64.bat
- copied unchanged from r55948,
python/trunk/Tools/buildbot/external-amd64.bat
Modified:
python/branches/p3yk/ (props changed)
python/branches/p3y
18 matches
Mail list logo