Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1/+1 |
| | | | | | | | | | | 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. ........ | ||||
* | fix bootstrapping on machines with only 2.x installed | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this | Mark Dickinson | 2009-01-31 | 1 | -1/+4 |
| | | | | should solve the 'failed compile' on the x86 gentoo 3.x buildbot. | ||||
* | Add executable property to Python/makeopcodetargets.py | Antoine Pitrou | 2009-01-27 | 1 | -0/+0 |
| | |||||
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 1 | -0/+43 |
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. |