summaryrefslogtreecommitdiff
path: root/Tools/pybench/With.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove pybench microbenchmarkVictor Stinner2016-09-131-189/+0
| | | | Issue #15369. Please use the new "performance" benchmark suite.
* Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-1/+0
|
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-9/+9
|
* #2435: missing file in pybenchAmaury Forgeot d'Arc2008-03-201-0/+190
svnmerge seems to forget every added file.