1. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  2. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  3. 2aebd4a Replace deprecated time.clock() with time.time(). Fixes issue #20475. by Guido van Rossum · 10 years ago
  4. d4d39c7 Issue #21634: Fix pystone micro-benchmark: use floor division instead of true by Victor Stinner · 10 years ago
  5. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  6. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
  7. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  8. 9b2a269 Get pystone working with lazy map. by Neal Norwitz · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  10. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  11. b993b06 The script now takes an optional command-line argument to specify how many by Alex Martelli · 21 years ago
  12. 0855dd8 Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my by Guido van Rossum · 22 years ago
  13. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  14. c1189eb Separate out a function pystones(loops=LOOPS) which runs the benchmark by Guido van Rossum · 27 years ago
  15. 5526e39 set LOOPS to 10000 by Guido van Rossum · 27 years ago
  16. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  17. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  18. 189f8fb added "pystone" benchmark by Guido van Rossum · 30 years ago