first commit

This commit is contained in:
Mysterie
2012-06-05 10:46:41 +02:00
commit b820316f37
82 changed files with 83963 additions and 0 deletions

8
compile_tests Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
for ver in 1.4 1.5 1.6 2 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7; do
which python$ver > /dev/null 2>&1 && \
( python$ver test/compile_tests
python$ver -O test/compile_tests
)
done