summaryrefslogtreecommitdiffstats
path: root/test/MSVS/vs-8.0-x64-files.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary left-over "import sys" statements.Steven Knight2010-06-151-2/+0
|
* Re-enable tests on non win32 platforms.William Deegan2010-06-051-4/+3
| | | | This should alter the HOST_ARCH for these tests on non-x86 platforms to x86 and therefore run.
* Fix failing tests on macosxWilliam Deegan2010-06-041-0/+6
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-0/+112
(e.g. x64) instead of hard-coding Win32. (Dan Eaton)