You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Ware 4c9c848159 Issue #17202: Add .bat to .hgeol to force them to CRLF. 11 years ago
..
README.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bench.py Issue #19936: Disable shebang lines in order to prevent using a random 12 years ago
bignum.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
deccheck.py Use assertRaisesRegex instead of deprecated assertRaisesRegexp. 11 years ago
formathelper.py Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
randdec.py Issue #19936: Disable shebang lines in order to prevent using a random 12 years ago
randfloat.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
runall-memorydebugger.sh Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
runall.bat Issue #17202: Add .bat to .hgeol to force them to CRLF. 11 years ago

README.txt



This directory contains extended tests and a benchmark against decimal.py:

bench.py -> Benchmark for small and large precisions.
Usage: ../../../python bench.py

formathelper.py ->
randdec.py -> Generate test cases for deccheck.py.
randfloat.py ->

deccheck.py -> Run extended tests.
Usage: ../../../python deccheck.py [--short|--medium|--long|--all]