aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_decimal.py
Commit message (Expand)AuthorAge
* gh-53032: support IEEE 754 contexts in the decimal module (#122003)Sergey B Kirpichev2 days
* gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)Serhiy Storchaka2025-04-16
* gh-130664: support '_' (just as ',') in Decimal's formatting (#132155)Sergey B Kirpichev2025-04-15
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-09
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-03-27
* gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237)Serhiy Storchaka2025-02-18
* gh-71339: Use assertIsSubclass() and assertNotIsSubclass() in test_decimal (G...Serhiy Storchaka2025-01-20
* gh-121798: Add class method Decimal.from_number() (GH-121801)Serhiy Storchaka2024-10-14
* gh-53203: Improve tests for strptime() (GH-125090)Serhiy Storchaka2024-10-08
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-28
* gh-123811: Test that round(Decimal) can return signed zero (GH-124007)Sergey B Kirpichev2024-09-13
* Restore decimal context after decimal doctests (GH-120149)Serhiy Storchaka2024-06-06
* gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters2024-05-04
* gh-117755: Remove tests on huge memory allocations (#117938)Victor Stinner2024-04-16
* gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)Victor Stinner2024-03-28
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-12
* gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...Serhiy Storchaka2024-01-29
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-08
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-24
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-09
* gh-80527: Change support.requires_legacy_unicode_capi() (#108438)Victor Stinner2023-08-24
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-30
* gh-106078: Convert `_decimal` types to heap types (#106079)Charlie Zhao2023-06-29
* gh-89392: Make test_decimal discoverable (GH-106209)Serhiy Storchaka2023-06-29
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-02
* gh-95853: Address wasm build and test issues (GH-95985)Christian Heimes2022-08-15
* gh-91821: Make decimal test succeed consistently (#91825)Jelle Zijlstra2022-04-24
* gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...Sam Ezeh2022-04-21
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-11
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-07
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-01
* bpo-46361: Fix "small" `int` caching (GH-30583)Brandt Bucher2022-01-16
* bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)Serhiy Storchaka2021-09-30
* bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)junyixie2021-09-14
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Jack DeVries2021-08-06
* bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)Serhiy Storchaka2021-06-12
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-04
* bpo-43422: Revert _decimal C API addition (GH-24960)Antoine Pitrou2021-03-21
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-07
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-01
* bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)Stefan Krah2020-08-15
* bpo-41324 Add a minimal decimal capsule API (#21519)Stefan Krah2020-08-10
* bpo-41338: Fix DeprecationWarning in tests (GH-21542)Inada Naoki2020-07-20
* bpo-36346: Make using the legacy Unicode C API optional (GH-21437)Serhiy Storchaka2020-07-10
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-25
* Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)Stefan Krah2020-06-05
* bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)Stefan Krah2020-02-21
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-19
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* bpo-33750: Reset thread-local context precision in test_round(). (#7355)Stefan Krah2018-06-03