Author: Antonio Cuni
Branch:
Changeset: r523:03cc273d734b
Date: 2011-07-05 11:02 +0200
http://bitbucket.org/pypy/buildbot/changeset/03cc273d734b/
Log:actually update the *-latest symlinks
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.p
Author: Antonio Cuni
Branch:
Changeset: r45352:1085869752d2
Date: 2011-07-05 11:23 +0200
http://bitbucket.org/pypy/pypy/changeset/1085869752d2/
Log:fix this test, we do not care about the exact guard number
diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py
b/pypy/module/pypyjit/tes
Author: Antonio Cuni
Branch:
Changeset: r45353:9d1c34936183
Date: 2011-07-05 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/9d1c34936183/
Log:partially revert cd3882d509f3, it made this test failing
diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py
b/pypy/module/pypyjit/t
Author: Antonio Cuni
Branch:
Changeset: r45354:634a87b2adbf
Date: 2011-07-05 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/634a87b2adbf/
Log:(theller) fix issue743, by Thomas Heller:
https://bugs.pypy.org/issue743
I changed test_commethods.py from unittest to py.test.
You have received a notification from Samuel Ytterbrink.
Hi, I forked pypy. My fork is at https://bitbucket.org/neppord/pypy.
--
Change your notification settings at
https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@
Author: Christian Tismer
Branch: win64 test
Changeset: r45358:f412af2f88c1
Date: 2011-07-05 18:53 +0200
http://bitbucket.org/pypy/pypy/changeset/f412af2f88c1/
Log:Making much progress with win64 and test_ll2ctypes. Compiler
configuration works with Visual Studio 8.
Checking i
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r45360:867e87a8
Date: 2011-07-05 10:14 +0200
http://bitbucket.org/pypy/pypy/changeset/867e87a8/
Log:Extension modules could not be compiled with the mingw32 compiler,
because pypy 1.5.0 binary was built with VS2010.
diff --git