Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754) | Miss Islington (bot) | 2023-06-13 | 1 | -1/+2 |
| | | | | | | | | gh-98040: Fix importbench: use types.ModuleType() (GH-105743) Replace removed imp.new_module(name) with types.ModuleType(name). (cherry picked from commit 457a459c7804950d4c27a243b176eb933ec87a06) Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | gh-98040: Remove just the `imp` module (#98573) | Barry Warsaw | 2023-04-28 | 1 | -7/+7 |
| | |||||
* | Tools/importbench: Fix a misplaced stderr= (GH-12690) | Anthony Sottile | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | Change some mercurial/ hg.python.org references. (#8) | Senthil Kumaran | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Issue #27418: Fixed Tools/importbench/importbench.py. | Serhiy Storchaka | 2016-06-30 | 1 | -7/+6 |
| | |||||
* | more yield from | Philip Jenvey | 2012-10-01 | 1 | -19/+12 |
| | | | | patch by Serhiy Storchaka | ||||
* | Move importlib.test.benchmark to Tools/importbench to make it more | Brett Cannon | 2012-07-20 | 2 | -0/+258 |
visible and to place it with other micro-benchmarks (e.g. stringbench). |