COMMITS
/ Modules/_decimal/_decimal.c April 22, 2021
R
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger committed
March 30, 2021
A
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Antoine Pitrou committed
March 21, 2021
A
bpo-43422: Revert _decimal C API addition (GH-24960)
Antoine Pitrou committed
January 6, 2021
E
bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka 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
August 10, 2020
S
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah committed
July 15, 2020
F
bpo-41302: Fix build with system libmpdec (GH-21481)
Felix Yan committed
June 28, 2020
S
bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
Stefan Krah committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
February 29, 2020
S
Cosmetic change to match the surrounding code. (#18704)
Stefan Krah committed
S
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
September 27, 2018
Y
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
Yury Selivanov committed
January 31, 2018
S
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
Serhiy Storchaka committed
January 27, 2018
Y
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov committed
September 10, 2017
S
bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)
Stefan Krah committed
September 9, 2017
S
bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)
Stefan Krah committed
April 3, 2017
A
Correct typo (#976)
Angus Hollands committed
January 22, 2017
S
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka committed
January 9, 2017
S
While a speedup of 1% is measurable, contexts aren't created that often,
Stefan Krah committed
S
Merge 3.6.
Stefan Krah committed
S
Merge 3.5.
Stefan Krah committed
S
Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:
Stefan Krah committed
January 7, 2017
S
Revert part of dbf72357cb4a that is in a rarely used path and causes
Stefan Krah committed
S
Revert (unauthorized) parts of 54a89144ee1d which are not in a speed-sensitive
Stefan Krah committed
S
Revert (unauthorized) parts of b9eb35435178 which are not in a speed-sensitive
Stefan Krah committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 8, 2016
V
Don't parenthesis in _PyObject_CallMethodId() format
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
July 17, 2016
S
Merge 3.5.
Stefan Krah committed
S
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah committed
June 20, 2016
S
Merge 3.5.
Stefan Krah committed
S
Issue #27006: Do not use PyDec_CheckExact() on a type.
Stefan Krah committed
S
Merge 3.5.
Stefan Krah committed
S
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah committed
April 26, 2016
S
Issue #26846: Post commit cleanup.
Stefan Krah committed
April 11, 2016
S
Issue #26200: Restored more safe usages of Py_SETREF.
Serhiy Storchaka committed