COMMITS
/ Modules/_decimal/tests/bench.py November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
September 13, 2023
C
gh-108346: Fix failed benchmark in decimal (#108353)
Charlie Zhao committed
October 1, 2021
D
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
Dong-hee Na committed
March 21, 2021
A
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou committed
August 10, 2020
S
Replace import_fresh_module in decimal test files (GH-21815)
Stefan Krah committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
January 16, 2014
S
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Disable shebang lines in order to prevent using a random
Stefan Krah committed
September 30, 2012
S
Make it clear that the pi function is modified for benchmarking purposes.
Stefan Krah committed
September 25, 2012
S
Restore the benchmark order to avoid waiting for decimal.py if just the
Stefan Krah committed
B
Fix whitespace.
Brett Cannon committed
B
Fix whitespace.
Brett Cannon committed
B
Make the decimal bench file run under Python 2.7.
Brett Cannon committed
June 24, 2012
S
Make the benchmark more fair for _decimal/decimal.py by setting context.prec
Stefan Krah committed
April 1, 2012
S
Fix Overflow exception in the bignum factorial benchmark that is due to
Stefan Krah committed
March 21, 2012
S
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah committed