COMMITS
/ Lib/_pydecimal.py 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