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
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
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
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
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
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
==