Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove redundant Python 2 code (#1155) | Hugo van Kemenade | 2021-05-02 | 1 | -9/+9 |
| | | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports | ||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 1 | -1/+1 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Run the stress test in a temp directory | Ned Batchelder | 2017-02-12 | 1 | -8/+11 |
| | |||||
* | Clean up perf_measure a bit | Ned Batchelder | 2017-02-11 | 1 | -14/+19 |
| | |||||
* | perf_measure.py is no longer a test | Ned Batchelder | 2017-02-11 | 1 | -10/+19 |
| | |||||
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 1 | -3/+5 |
| | |||||
* | More hacking on perf_measure.py | Ned Batchelder | 2017-02-03 | 1 | -98/+52 |
| | |||||
* | Add note how to run | Ned Batchelder | 2017-01-29 | 1 | -4/+9 |
| | |||||
* | Rename this so it doesn't have "test" in the file name. | Ned Batchelder | 2016-11-20 | 1 | -0/+210 |
--HG-- rename : perf/stress_test.py => perf/perf_measure.py |