index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
pystone.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-5
/
+5
|
\
|
*
Replace deprecated time.clock() with time.time(). Fixes issue #20475.
Guido van Rossum
2014-06-04
1
-5
/
+5
*
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1
/
+1
|
/
*
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
Victor Stinner
2014-06-02
1
-3
/
+10
*
#1513299: cleanup some map() uses where a comprehension works better.
Georg Brandl
2010-12-04
1
-1
/
+1
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...
Georg Brandl
2008-07-23
1
-1
/
+5
*
Get pystone working with lazy map.
Neal Norwitz
2007-08-12
1
-1
/
+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5
/
+5
*
Whitespace normalization.
Tim Peters
2004-01-18
1
-1
/
+0
*
The script now takes an optional command-line argument to specify how many
Alex Martelli
2004-01-02
1
-4
/
+19
*
Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my
Guido van Rossum
2002-08-06
1
-1
/
+1
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-182
/
+182
*
Separate out a function pystones(loops=LOOPS) which runs the benchmark
Guido van Rossum
1997-11-06
1
-8
/
+12
*
set LOOPS to 10000
Guido van Rossum
1997-08-14
1
-1
/
+1
*
Version 1.1. Fix memory leak and expensive comparison with None.
Guido van Rossum
1997-01-18
1
-3
/
+22
*
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum
1996-11-27
1
-1
/
+1
*
added "pystone" benchmark
Guido van Rossum
1995-03-30
1
-0
/
+229