]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adding pybench 1.3 to the Tools/ directory.
authorMarc-André Lemburg <mal@egenix.com>
Wed, 19 Apr 2006 15:27:33 +0000 (15:27 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 19 Apr 2006 15:27:33 +0000 (15:27 +0000)
commitc311f641e4a23ea1f8895357d836ee4ded96a080
tree0761092c232bee5832df074862f2010f4b0ead83
parent79cdce35de9c41912e8c999b36a13a52148c791e
Adding pybench 1.3 to the Tools/ directory.
20 files changed:
Tools/pybench/Arithmetic.py [new file with mode: 0644]
Tools/pybench/Calls.py [new file with mode: 0644]
Tools/pybench/CommandLine.py [new file with mode: 0644]
Tools/pybench/Constructs.py [new file with mode: 0644]
Tools/pybench/Dict.py [new file with mode: 0644]
Tools/pybench/Exceptions.py [new file with mode: 0644]
Tools/pybench/Imports.py [new file with mode: 0644]
Tools/pybench/Instances.py [new file with mode: 0644]
Tools/pybench/LICENSE [new file with mode: 0644]
Tools/pybench/Lists.py [new file with mode: 0644]
Tools/pybench/Lookups.py [new file with mode: 0644]
Tools/pybench/Numbers.py [new file with mode: 0644]
Tools/pybench/README [new file with mode: 0644]
Tools/pybench/Setup.py [new file with mode: 0644]
Tools/pybench/Strings.py [new file with mode: 0644]
Tools/pybench/Tuples.py [new file with mode: 0644]
Tools/pybench/Unicode.py [new file with mode: 0644]
Tools/pybench/package/__init__.py [new file with mode: 0644]
Tools/pybench/package/submodule.py [new file with mode: 0644]
Tools/pybench/pybench.py [new file with mode: 0755]