[Python-3000-checkins] r58038 - in python/branches/py3k/Doc: library/constants.rst library/fileinput.rst library/new.rst library/readline.rst reference/executionmodel.rst reference/expressions.rst ref

2007-09-07 Thread georg.brandl
Author: georg.brandl Date: Fri Sep 7 16:15:41 2007 New Revision: 58038 Modified: python/branches/py3k/Doc/library/constants.rst python/branches/py3k/Doc/library/fileinput.rst python/branches/py3k/Doc/library/new.rst python/branches/py3k/Doc/library/readline.rst python/branches/py3k

[Python-3000-checkins] r58039 - in python/branches/py3k/Lib: test/test_unittest.py unittest.py

2007-09-07 Thread jeffrey.yasskin
Author: jeffrey.yasskin Date: Fri Sep 7 17:00:39 2007 New Revision: 58039 Modified: python/branches/py3k/Lib/test/test_unittest.py python/branches/py3k/Lib/unittest.py Log: Add a test for fail*AlmostEqual, including the new support for complex numbers. Modified: python/branches/py3k/Lib/t

[Python-3000-checkins] r58041 - in python/branches/py3k/Lib: ctypes/test/test_byteswap.py test/test_cmath.py test/test_random.py

2007-09-07 Thread jeffrey.yasskin
Author: jeffrey.yasskin Date: Fri Sep 7 17:45:05 2007 New Revision: 58041 Modified: python/branches/py3k/Lib/ctypes/test/test_byteswap.py python/branches/py3k/Lib/test/test_cmath.py python/branches/py3k/Lib/test/test_random.py Log: Forgot to run the tests after making the places and msg

[Python-3000-checkins] r58040 - in python/branches/py3k: Lib/numbers.py Lib/test/test_builtin.py Lib/test/test_complex.py Lib/test/test_descr.py Objects/floatobject.c

2007-09-07 Thread jeffrey.yasskin
Author: jeffrey.yasskin Date: Fri Sep 7 17:15:49 2007 New Revision: 58040 Modified: python/branches/py3k/Lib/numbers.py python/branches/py3k/Lib/test/test_builtin.py python/branches/py3k/Lib/test/test_complex.py python/branches/py3k/Lib/test/test_descr.py python/branches/py3k/Objec

[Python-3000-checkins] r58042 - in python/branches/py3k/Doc: library/exceptions.rst reference/compound_stmts.rst reference/expressions.rst reference/simple_stmts.rst reference/toplevel_components.rst

2007-09-07 Thread georg.brandl
Author: georg.brandl Date: Fri Sep 7 19:52:53 2007 New Revision: 58042 Modified: python/branches/py3k/Doc/library/exceptions.rst python/branches/py3k/Doc/reference/compound_stmts.rst python/branches/py3k/Doc/reference/expressions.rst python/branches/py3k/Doc/reference/simple_stmts.rst

[Python-3000-checkins] r58047 - python/branches/py3k/Objects/unicodeobject.c

2007-09-07 Thread neil.schemenauer
Author: neil.schemenauer Date: Fri Sep 7 22:49:04 2007 New Revision: 58047 Modified: python/branches/py3k/Objects/unicodeobject.c Log: Restore caching of unicode hash value. This apparently was broken during some refactoring. Modified: python/branches/py3k/Objects/unicodeobject.c ==