COMMITS
/ Modules/_decimal/tests/deccheck.py October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner 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 12, 2020
S
Catch all skip_handler cases (GH-21842)
Stefan Krah committed
August 11, 2020
S
Call randseed() before other imports in deccheck.py (GH-21834)
Stefan Krah committed
August 10, 2020
S
Replace import_fresh_module in decimal test files (GH-21815)
Stefan Krah committed
S
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah committed
June 8, 2020
S
Add multicore support to deccheck.py. (GH-20731)
Stefan Krah committed
February 21, 2020
S
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
Stefan Krah committed
December 28, 2015
S
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Stefan Krah committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
September 10, 2014
S
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah 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
May 29, 2013
S
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah committed
January 16, 2013
S
Issue #16422: Use strings for rounding mode constants for better readability
Stefan Krah committed
December 15, 2012
S
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah committed
April 5, 2012
S
Raise InvalidOperation if exponents of zeros are clamped during exact
Stefan Krah committed
March 21, 2012
S
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah committed