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-117755: Remove tests on huge memory allocations (#117938)
Victor Stinner
2024-04-16
1
-47/+1
*
gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)
Victor Stinner
2024-03-28
1
-1/+5
*
gh-114563: C decimal falls back to pydecimal for unsupported format strings (...
John Belmonte
2024-02-12
1
-0/+22
*
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...
Serhiy Storchaka
2024-01-29
1
-1/+9
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+17
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+0
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-30/+1
*
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
1
-0/+30
*
gh-106078: Convert `_decimal` types to heap types (#106079)
Charlie Zhao
2023-06-29
1
-1/+20
*
gh-89392: Make test_decimal discoverable (GH-106209)
Serhiy Storchaka
2023-06-29
1
-133/+146
*
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
|
/
[next]