/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
.../_decimal/tests/
..
README.txt

Issue #7652: Integrate the decimal floating point libmpdec library to speed up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.

14 лет назад
bench.py

gh-126133: Only use start year in PSF copyright, remove end years (#126236)

2 года назад
bignum.py

Use zero bottom margin.

14 лет назад
deccheck.py

gh-109649: Use os.process_cpu_count() (#110165)

3 года назад
formathelper.py

gh-92584: test_decimal uses shutil.which() (#92640)

4 года назад
randdec.py

Issue #19936: Disable shebang lines in order to prevent using a random system python.

13 лет назад
randfloat.py

Issue #7652: Integrate the decimal floating point libmpdec library to speed up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.

14 лет назад
runall-memorydebugger.sh

bpo-39794: Add --without-decimal-contextvar (#18702)

6 лет назад
runall.bat

Update runall.bat to the latest Windows build system. (#18571)

6 лет назад
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]