aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add HAVE_CONTEXTVAR attribute to _decimalMatti Picus2020-09-131-0/+1
* another subtlely around subclasses of DecimalCarl Friedrich Bolz-Tereick2020-03-231-2/+6
* a CPython oddity around Decimal.fromfloat is fixed nowadaysCarl Friedrich Bolz-Tereick2020-03-221-9/+6
* just import _collections_abc directlyCarl Friedrich Bolz-Tereick2020-01-061-4/+4
* fix test_decimalCarl Friedrich Bolz-Tereick2019-02-241-0/+7
* (lucaz97, ronan) Handle underscores in Decimal constructorRonan Lamy2018-09-011-0/+1
* Add Decimal.as_integer_ratio()Amaury Forgeot d'Arc2017-12-111-0/+30
* Fix issue #2583Ronan Lamy2017-06-261-5/+8
* Use correct implementation for Decimal.compare_total{,_mag}(). Fixes #2586 an...Ronan Lamy2017-06-231-2/+2
* (stevie, robert-zaremba) FIX: test_pickle (test.test_decimal.PyPythonAPItests)Robert Zaremba2017-02-281-35/+27
* fix for test_internal_use_of_overridden_methodsArmin Rigo2017-02-111-1/+5
* fixArmin Rigo2017-02-111-1/+8
* Rename argument, as per test_inspect_typesArmin Rigo2017-01-081-2/+2
* Fix test_inspect_types (shows real failures now)Armin Rigo2017-01-081-4/+4
* Fix for test_inspect_moduleArmin Rigo2017-01-081-10/+10
* Pass test_invalid_contextArmin Rigo2017-01-081-4/+8
* fixPhilip Jenvey2016-05-261-3/+3
* add 32bit only unsafe setters for test_decimalPhilip Jenvey2016-05-251-1/+24
* Port _decimal to CFFI 1.0.Manuel Jacob2015-06-181-273/+2
* Fix test_numeric_tower.Amaury Forgeot d'Arc2015-03-111-1/+2
* Add a cffi implementation of the _decimal module.Amaury Forgeot d'Arc2015-03-101-0/+1900