[Python-3000-checkins] r60390 - in python/branches/py3k: Lib/test/test_long.py Objects/stringlib/formatter.h

2008-01-28 Thread eric.smith
Author: eric.smith Date: Mon Jan 28 11:59:27 2008 New Revision: 60390 Modified: python/branches/py3k/Lib/test/test_long.py python/branches/py3k/Objects/stringlib/formatter.h Log: Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type speci

[Python-3000-checkins] r60394 - python/branches/py3k/Lib/bsddb/test/test_compare.py python/branches/py3k/Lib/bsddb/test/test_thread.py

2008-01-28 Thread christian.heimes
Author: christian.heimes Date: Mon Jan 28 19:36:44 2008 New Revision: 60394 Modified: python/branches/py3k/Lib/bsddb/test/test_compare.py python/branches/py3k/Lib/bsddb/test/test_thread.py Log: Fixed two bugs in the bsddb tests. One was reported as #1956 Modified: python/branches/py3k/Lib/b

[Python-3000-checkins] r60396 - python/branches/py3k/Lib/bsddb/test/test_sequence.py

2008-01-28 Thread christian.heimes
Author: christian.heimes Date: Mon Jan 28 20:26:56 2008 New Revision: 60396 Modified: python/branches/py3k/Lib/bsddb/test/test_sequence.py Log: Another fix for the bsddb3 tests Modified: python/branches/py3k/Lib/bsddb/test/test_sequence.py ==