Antoine Pitrou
f95a1b3c53
Recorded merge of revisions 81029 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
2010-05-09 15:52:27 +00:00
Benjamin Peterson
b5cdf191ec
fix bootstrapping on machines with only 2.x installed
2010-03-11 23:39:40 +00:00
Benjamin Peterson
90f5ba538b
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
Mark Dickinson
72ead17c8a
Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this
...
should solve the 'failed compile' on the x86 gentoo 3.x buildbot.
2009-01-31 12:12:41 +00:00
Antoine Pitrou
957929fa88
Add executable property to Python/makeopcodetargets.py
2009-01-27 10:49:58 +00:00
Antoine Pitrou
b52ec78baf
Issue #4753 : By enabling a configure option named '--with-computed-gotos'
...
on compilers that support it (notably: gcc, SunPro, icc), the bytecode
evaluation loop is compiled with a new dispatch mechanism which gives
speedups of up to 20%, depending on the system, on various benchmarks.
2009-01-25 16:34:23 +00:00