index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_decimal
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
Miss Islington (bot)
2021-10-01
3
-6/+3
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
3
-83/+12
*
Catch all skip_handler cases (GH-21842)
Stefan Krah
2020-08-12
1
-3/+3
*
Call randseed() before other imports in deccheck.py (GH-21834)
Stefan Krah
2020-08-11
1
-8/+8
*
Replace import_fresh_module in decimal test files (GH-21815)
Stefan Krah
2020-08-10
3
-12/+9
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+74
*
Add multicore support to deccheck.py. (GH-20731)
Stefan Krah
2020-06-08
1
-21/+110
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-16/+20
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
Stefan Krah
2020-02-21
1
-3/+136
*
Use the new recommended number of repetitions in the refleak tests. (#18569)
Stefan Krah
2020-02-20
1
-1/+1
*
Update runall.bat to the latest Windows build system. (#18571)
Stefan Krah
2020-02-20
1
-41/+59
*
Valgrind no longer supports --db-attach=yes. (#18568)
Stefan Krah
2020-02-20
1
-1/+1
*
Revert mode change that loses information in directory listings on Linux. (#1...
Stefan Krah
2019-08-21
1
-0/+0
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)
Stefan Krah
2017-09-09
1
-19/+15
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
1
-111/+111
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+0
*
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Stefan Krah
2015-12-28
1
-3/+3
*
Closes #17202: Merge with 3.4
Zachary Ware
2015-04-13
1
-111/+111
|
\
|
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-111/+111
*
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-1/+1
*
|
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah
2014-09-10
1
-3/+4
|
/
*
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka
2014-01-16
2
-0/+0
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
2
-0/+0
*
Issue #19936: Disable shebang lines in order to prevent using a random
Stefan Krah
2014-01-16
3
-6/+0
*
Support multiarch build in tests.
Stefan Krah
2013-05-29
1
-7/+8
*
Issue #17768: Support newline fill character in decimal.py and NUL fill
Stefan Krah
2013-05-29
2
-6/+4
*
Issue #16422: Use strings for rounding mode constants for better readability
Stefan Krah
2013-01-16
1
-22/+14
*
Issue #15783: Except for the number methods, the C version of decimal now
Stefan Krah
2012-12-15
2
-0/+52
*
Make it clear that the pi function is modified for benchmarking purposes.
Stefan Krah
2012-09-30
1
-2/+7
*
Restore the benchmark order to avoid waiting for decimal.py if just the
Stefan Krah
2012-09-25
1
-3/+4
*
Fix whitespace.
Brett Cannon
2012-09-25
1
-1/+1
*
Fix whitespace.
Brett Cannon
2012-09-25
1
-18/+18
*
Make the decimal bench file run under Python 2.7.
Brett Cannon
2012-09-25
1
-18/+28
*
Use zero bottom margin.
Stefan Krah
2012-08-22
1
-3/+0
*
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
Stefan Krah
2012-08-22
1
-0/+45
*
Update test script to Visual Studio 2010.
Stefan Krah
2012-06-25
2
-42/+32
*
Make the benchmark more fair for _decimal/decimal.py by setting context.prec
Stefan Krah
2012-06-24
1
-6/+6
*
Raise InvalidOperation if exponents of zeros are clamped during exact
Stefan Krah
2012-04-05
1
-0/+1
*
Fix Overflow exception in the bignum factorial benchmark that is due to
Stefan Krah
2012-04-01
1
-1/+4
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
8
-0/+2654