COMMITS
/ Lib/_pydecimal.py July 15, 2021
E
Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)
Elisha Hollander committed
June 12, 2021
S
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka committed
April 22, 2021
R
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger committed
October 7, 2020
R
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed
February 29, 2020
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
January 27, 2018
Y
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
March 19, 2017
S
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka committed
February 14, 2017
A
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester committed
September 22, 2016
M
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter committed
M
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
August 13, 2016
R
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
Raymond Hettinger committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
March 23, 2016
S
Issue #26621: Update libmpdec version and remove unnecessary test case.
Stefan Krah committed
December 29, 2015
S
Issue #25971: Optimized creating Fractions from floats by 2 times and from
Serhiy Storchaka committed
December 28, 2015
S
Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Stefan Krah committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
March 5, 2015
R
Remaining fallout from 17911
Robert Collins committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
October 12, 2014
S
Issue #19232: Fix sys.modules lookup (--without-threads)
Stefan Krah committed
September 10, 2014
S
Issue #19232: Speed up decimal import. Additionally, since _decimal is
Stefan Krah committed