Skip to content

Commit 8a54653

Browse files
committed
Merged revisions 75286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75286 | mark.dickinson | 2009-10-08 17:28:39 +0100 (Thu, 08 Oct 2009) | 2 lines Update decimal test data to the most recent set from Mike Cowlishaw. ........
1 parent 40714af commit 8a54653

143 files changed

Lines changed: 211 additions & 148 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Lib/test/decimaltestdata/abs.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- This set of tests primarily tests the existence of the operator.
2323
-- Additon, subtraction, rounding, and more overflows are tested

Lib/test/decimaltestdata/add.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
precision: 9
2323
rounding: half_up

Lib/test/decimaltestdata/and.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
extended: 1
2323
precision: 9

Lib/test/decimaltestdata/base.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121
extended: 1
2222

2323
-- This file tests base conversions from string to a decimal number

Lib/test/decimaltestdata/clamp.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- This set of tests uses the same limits as the 8-byte concrete
2323
-- representation, but applies clamping without using format-specific

Lib/test/decimaltestdata/class.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- [New 2006.11.27]
2323

Lib/test/decimaltestdata/compare.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- Note that we cannot assume add/subtract tests cover paths adequately,
2323
-- here, because the code might be quite different (comparison cannot

Lib/test/decimaltestdata/comparetotal.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- Note that we cannot assume add/subtract tests cover paths adequately,
2323
-- here, because the code might be quite different (comparison cannot

Lib/test/decimaltestdata/comparetotmag.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
-- Note that it cannot be assumed that add/subtract tests cover paths
2323
-- for this operation adequately, here, because the code might be

Lib/test/decimaltestdata/copy.decTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
1818
-- mfc@uk.ibm.com --
1919
------------------------------------------------------------------------
20-
version: 2.58
20+
version: 2.59
2121

2222
extended: 1
2323
precision: 9

0 commit comments

Comments
 (0)