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
/
Lib
/
test
/
test_decimal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+18
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-1/+2
*
gh-91821: Make decimal test succeed consistently (#91825)
Jelle Zijlstra
2022-04-24
1
-0/+1
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
1
-0/+34
*
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte
2022-04-11
1
-0/+60
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+3
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
1
-13/+3
*
bpo-46361: Fix "small" `int` caching (GH-30583)
Brandt Bucher
2022-01-16
1
-0/+7
*
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
Serhiy Storchaka
2021-09-30
1
-1/+1
*
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
junyixie
2021-09-14
1
-0/+13
*
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...
Jack DeVries
2021-08-06
1
-1/+6
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
1
-8/+15
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-1/+1
*
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou
2021-03-21
1
-176/+0
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
1
-24/+0
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
1
-0/+24
*
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
Stefan Krah
2020-08-15
1
-0/+3
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+176
*
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
Inada Naoki
2020-07-20
1
-0/+3
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-1/+4
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-1/+2
*
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)
Stefan Krah
2020-06-05
1
-0/+2
*
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)
Stefan Krah
2020-02-21
1
-0/+35
*
Remove binding of captured exceptions when not used to reduce the chances of ...
Pablo Galindo
2019-11-19
1
-2/+2
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-2/+2
*
bpo-33750: Reset thread-local context precision in test_round(). (#7355)
Stefan Krah
2018-06-03
1
-11/+11
*
bpo-31234: Join threads in tests (#3572)
Victor Stinner
2017-09-14
1
-0/+3
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-6/+3
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-2/+1
*
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester
2017-02-14
1
-0/+10
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-2/+0
*
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-0/+10
*
Merge 3.5.
Stefan Krah
2016-07-17
1
-0/+28
|
\
|
*
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah
2016-07-17
1
-0/+28
*
|
Merge 3.5.
Stefan Krah
2016-06-20
1
-1/+4
|
\
\
|
|
/
|
*
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah
2016-06-20
1
-1/+4
|
*
Issue #26621: Remove unnecessary test.
Stefan Krah
2016-03-23
1
-1/+0
*
|
Issue #26621: Update libmpdec version and remove unnecessary test case.
Stefan Krah
2016-03-23
1
-1/+0
*
|
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Stefan Krah
2015-12-28
1
-0/+33
|
/
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-96/+98
|
\
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-96/+98
*
|
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah
2014-09-10
1
-3/+1
*
|
Merge 3.4.
Stefan Krah
2014-08-26
1
-0/+5
|
\
\
|
|
/
|
*
Issue #22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
1
-0/+5
*
|
Issue #18492: Merge with 3.4
Zachary Ware
2014-06-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware
2014-06-02
1
-2/+2
|
*
Issue #21374: Fix pickling of DecimalTuple.
Stefan Krah
2014-04-29
1
-0/+17
*
|
Fix typo and tests without docstrings.
Stefan Krah
2014-05-01
1
-2/+3
*
|
Issue #21407: _decimal now supports function signatures.
Stefan Krah
2014-05-01
1
-0/+138
*
|
Issue #10650: Remove the non-standard 'watchexp' parameter from the
Stefan Krah
2014-04-30
1
-12/+0
[next]