summaryrefslogtreecommitdiff
path: root/Modules/_decimal
Commit message (Expand)AuthorAgeFilesLines
* Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-1/+1
* Merge 3.5.Stefan Krah2017-01-0910-27/+133
|\
| * Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-7/+7
| |\
| * | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-4/+8
| * | Fix some warnings from MSVCSteve Dower2016-09-061-4/+0
| * | include (now) int standard headersBenjamin Peterson2016-09-061-6/+2
| * | do not need vcstdint.h anymoreBenjamin Peterson2016-09-061-1/+0
| * | Merge 3.5.Stefan Krah2016-07-179-12/+123
| |\ \
| | * \ Merge 3.5.Stefan Krah2016-06-201-1/+1
| | |\ \
| | * \ \ Merge 3.5.Stefan Krah2016-06-209-12/+124
| | |\ \ \
| | | * | | Issue #26846: Post commit cleanup.Stefan Krah2016-04-261-1/+0
| | | * | | Issue #26846: Workaround for non-standard stdlib.h on Android.Stefan Krah2016-04-255-6/+4
| | | * | | Issue #26200: Restored more safe usages of Py_SETREF.Serhiy Storchaka2016-04-115-5/+120
| | | |\ \ \
| | | | * \ \ Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-065-5/+120
| | | | |\ \ \ | | | |/ / / /
| | | | * | | Issue #26621: Update libmpdec version and remove unnecessary test case.Stefan Krah2016-03-231-2/+2
| | | | * | | Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).Stefan Krah2016-01-171-0/+5
| | | | * | | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs byStefan Krah2015-12-283-3/+113
| | | |/ / /
* | | | | | Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:Stefan Krah2017-01-091-7/+7
| |_|_|_|/ |/| | | |
* | | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-7/+7
|/ / / /
* | | | Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-171-3/+47
| |_|/ |/| |
* | | Issue #27006: Do not use PyDec_CheckExact() on a type.Stefan Krah2016-06-201-1/+1
|/ /
* | Issue #27006: from_float(): call the subclass' __new__() and __init__().Stefan Krah2016-06-201-2/+8
|/
* Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-191-1/+1
* Issue #24974: Force fp-model precice in mpdecimal.c on WindowsZachary Ware2015-09-031-0/+1
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-111/+111
|\
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-111/+111
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
* | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-281-2/+2
* | Issue #19232: Speed up decimal import. Additionally, since _decimal isStefan Krah2014-09-101-3/+4
* | Merge 3.4.Stefan Krah2014-08-262-4/+8
|\ \ | |/
| * Introduce and check for MPD_VERSION_HEX for precise management of buildsStefan Krah2014-08-262-4/+8
* | Merge 3.4.Stefan Krah2014-08-261-4/+7
|\ \ | |/
| * Issue #22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-261-4/+7
* | Use $type instead of $cls in the signature specification.Stefan Krah2014-05-021-1/+1
* | Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-011-378/+482
|/
* Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-291-4/+9
* remove unused zero constantsBenjamin Peterson2014-03-151-3/+0
* Issue #19936: Disable shebang lines in order to prevent using a randomStefan Krah2014-01-163-6/+0
* Whitespace.Stefan Krah2014-01-041-3/+3
* Issue #19986: Avoid an incorrect warning of older gcc versions.Stefan Krah2013-12-151-3/+4
* Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subvertedStefan Krah2013-12-141-9/+11
* Do not discard const qualifier without a reason.Stefan Krah2013-12-121-7/+7
* Fix two typos.Stefan Krah2013-12-082-2/+2
* Missed one copyright.Stefan Krah2013-12-081-1/+1
* Update copyright. The four year increment is intentional (to save work).Stefan Krah2013-12-0833-33/+33
* Make a couple of parameters constant.Stefan Krah2013-12-032-14/+14
* 1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...Stefan Krah2013-11-243-36/+326
* Move PyErr_NoMemory() closer to the failure.Stefan Krah2013-11-081-1/+1
* Change style to match the surrounding code (no early returns).Stefan Krah2013-11-081-4/+3