summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_numeric_tower.py
Commit message (Expand)AuthorAgeFilesLines
* gh-101773: Optimize creation of Fractions in private methods (#101780)Sergey B Kirpichev2023-02-271-1/+1
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-041-0/+28
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-31/+0
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-0/+31
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-1/+1
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-111-1/+56
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+151