summaryrefslogtreecommitdiff
path: root/Modules/_decimal/tests/runall-memorydebugger.sh
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-16/+20
|
* Use the new recommended number of repetitions in the refleak tests. (#18569)Stefan Krah2020-02-201-1/+1
|
* Valgrind no longer supports --db-attach=yes. (#18568)Stefan Krah2020-02-201-1/+1
|
* bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)Stefan Krah2017-09-091-19/+15
|
* Support multiarch build in tests.Stefan Krah2013-05-291-7/+8
|
* Update test script to Visual Studio 2010.Stefan Krah2012-06-251-0/+0
|
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+175
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.