Serhiy Storchaka
|
b3d2427f22
|
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Open and close files manually. It prevents from leaking files,
preliminary creation of output files, and accidental closing of stdin
and stdout.
|
2024-01-10 15:07:19 +02:00 |
Victor Stinner
|
457a459c78
|
gh-98040: Fix importbench: use types.ModuleType() (#105743)
Replace removed imp.new_module(name) with types.ModuleType(name).
|
2023-06-14 00:32:12 +02:00 |
Barry Warsaw
|
e1f14643dc
|
gh-98040: Remove just the `imp` module (#98573)
|
2023-04-28 16:17:58 -07:00 |
Anthony Sottile
|
2a4ce4387f
|
Tools/importbench: Fix a misplaced stderr= (GH-12690)
|
2019-04-05 09:18:19 +02:00 |
Senthil Kumaran
|
b2ee40ed9c
|
Change some mercurial/ hg.python.org references. (#8)
|
2017-02-16 07:18:42 -08:00 |
Serhiy Storchaka
|
eb51faadbe
|
Issue #27418: Fixed Tools/importbench/importbench.py.
|
2016-06-30 10:33:17 +03:00 |
Philip Jenvey
|
fd0d3e5d25
|
more yield from
patch by Serhiy Storchaka
|
2012-10-01 15:34:31 -07:00 |
Brett Cannon
|
d382bfc921
|
Move importlib.test.benchmark to Tools/importbench to make it more
visible and to place it with other micro-benchmarks (e.g.
stringbench).
|
2012-07-20 14:54:53 -04:00 |