Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.8] Revert bpo-39576: Prevent memory error for overly optimistic ↵ | Stefan Krah | 2020-06-08 | 1 | -136/+3 |
| | | | | | precisions (GH-20747) This reverts commit b6271025c640c228505dc9f194362a0c2ab81c61. | ||||
* | [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702) | Stefan Krah | 2020-02-29 | 1 | -16/+20 |
| | | | (cherry picked from commit 815280eb160af637e1347213659f9236adf78f80) | ||||
* | bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) ↵ | Miss Islington (bot) | 2020-02-21 | 1 | -3/+136 |
| | | | | | | | (#18584) (cherry picked from commit 90930e65455f60216f09d175586139242dbba260) Authored-by: Stefan Krah <skrah@bytereef.org> | ||||
* | Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576) | Miss Islington (bot) | 2020-02-20 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit c0cb8beb389da3ba67ad31b1ecc95e100b6292ab) Co-authored-by: Stefan Krah <skrah@bytereef.org> Co-authored-by: Stefan Krah <skrah@bytereef.org> | ||||
* | Use the new recommended number of repetitions in the refleak tests. ↵ | Miss Islington (bot) | 2020-02-20 | 1 | -1/+1 |
| | | | | | | | | | | (GH-18569) (#18574) (cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a) Co-authored-by: Stefan Krah <skrah@bytereef.org> Co-authored-by: Stefan Krah <skrah@bytereef.org> | ||||
* | Update runall.bat to the latest Windows build system. (GH-18571) (#18573) | Miss Islington (bot) | 2020-02-20 | 1 | -41/+59 |
| | | | | | | | | (cherry picked from commit 9b833e00e447a3b8b6966686bff701f549c66263) Co-authored-by: Stefan Krah <skrah@bytereef.org> Co-authored-by: Stefan Krah <skrah@bytereef.org> | ||||
* | bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474) | Stefan Krah | 2017-09-09 | 1 | -19/+15 |
| | |||||
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -111/+111 |
| | | | Updates checked-in line endings on several files. | ||||
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+0 |
| | | | Make also minor PEP8 coding style fixes on modified imports. | ||||
* | Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by | Stefan Krah | 2015-12-28 | 1 | -3/+3 |
| | | | | Mark Dickinson. | ||||
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -111/+111 |
|\ | |||||
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -111/+111 |
| | | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. Added few tests for __truediv__, __floordiv__ and __matmul__. | ||||
| * | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. | ||||
* | | Issue #19232: Speed up decimal import. Additionally, since _decimal is | Stefan Krah | 2014-09-10 | 1 | -3/+4 |
|/ | | | | | self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation. | ||||
* | Issue #19936: Remove executable bits from C source files and several forgotten | Serhiy Storchaka | 2014-01-16 | 2 | -0/+0 |
| | | | | test files. | ||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 2 | -0/+0 |
| | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
* | Issue #19936: Disable shebang lines in order to prevent using a random | Stefan Krah | 2014-01-16 | 3 | -6/+0 |
| | | | | system python. | ||||
* | Support multiarch build in tests. | Stefan Krah | 2013-05-29 | 1 | -7/+8 |
| | |||||
* | Issue #17768: Support newline fill character in decimal.py and NUL fill | Stefan Krah | 2013-05-29 | 2 | -6/+4 |
| | | | | character in _decimal.c. | ||||
* | Issue #16422: Use strings for rounding mode constants for better readability | Stefan Krah | 2013-01-16 | 1 | -22/+14 |
| | | | | and pickling compatibility. | ||||
* | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 2 | -0/+52 |
| | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | Make it clear that the pi function is modified for benchmarking purposes. | Stefan Krah | 2012-09-30 | 1 | -2/+7 |
| | |||||
* | Restore the benchmark order to avoid waiting for decimal.py if just the | Stefan Krah | 2012-09-25 | 1 | -3/+4 |
| | | | | prec=9 test is used. | ||||
* | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -18/+18 |
| | |||||
* | Make the decimal bench file run under Python 2.7. | Brett Cannon | 2012-09-25 | 1 | -18/+28 |
| | |||||
* | Use zero bottom margin. | Stefan Krah | 2012-08-22 | 1 | -3/+0 |
| | |||||
* | In the 32-bit build, dec_hash() raised InvalidOperation if the operand | Stefan Krah | 2012-08-22 | 1 | -0/+45 |
| | | | | | | had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!). | ||||
* | Update test script to Visual Studio 2010. | Stefan Krah | 2012-06-25 | 2 | -42/+32 |
| | |||||
* | Make the benchmark more fair for _decimal/decimal.py by setting context.prec | Stefan Krah | 2012-06-24 | 1 | -6/+6 |
| | | | | only once (float obviously doesn't set any context at all). | ||||
* | Raise InvalidOperation if exponents of zeros are clamped during exact | Stefan Krah | 2012-04-05 | 1 | -0/+1 |
| | | | | | conversion in the Decimal constructor. Exact here refers to the representation and not to the value (clamping does not change the value). | ||||
* | Fix Overflow exception in the bignum factorial benchmark that is due to | Stefan Krah | 2012-04-01 | 1 | -1/+4 |
| | | | | the recent change of the default value for context.Emax. | ||||
* | Issue #7652: Integrate the decimal floating point libmpdec library to speed | Stefan Krah | 2012-03-21 | 8 | -0/+2654 |
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. |