[pypy-commit] cffi default: Add the keyword argument verify(tag='foo') and document it.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r921:168df351a4de Date: 2012-09-08 09:16 +0200 http://bitbucket.org/cffi/cffi/changeset/168df351a4de/ Log:Add the keyword argument verify(tag='foo') and document it. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/veri

[pypy-commit] pypy default: Mostly backout 958f05aaec24 (can't find a justification, and

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57240:96b4d5d99a21 Date: 2012-09-08 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/96b4d5d99a21/ Log:Mostly backout 958f05aaec24 (can't find a justification, and it breaks e.g. on tannit32 because platform.machine() doesn't start w

[pypy-commit] pypy default: Another place where the version number needs to be updated.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57241:a66615d56031 Date: 2012-09-08 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/a66615d56031/ Log:Another place where the version number needs to be updated. diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/pa

[pypy-commit] pypy default: Blind attempt to fix issue1244.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57242:a65ca3de676a Date: 2012-09-08 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a65ca3de676a/ Log:Blind attempt to fix issue1244. diff --git a/pypy/module/_winreg/test/test_winreg.py b/pypy/module/_winreg/test/test_winreg.py --- a/pypy/module

[pypy-commit] pypy default: openssl crashes *here* on CPython if the stars are not aligned correctly.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57243:239a0a27e9f5 Date: 2012-09-08 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/239a0a27e9f5/ Log:openssl crashes *here* on CPython if the stars are not aligned correctly. Just skip it instead of trying to understand. diff --git a/pypy

[pypy-commit] pypy default: Lower the limit to (1<<31-1) even on 64-bit platforms.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57244:31057f18e195 Date: 2012-09-08 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/31057f18e195/ Log:Lower the limit to (1<<31-1) even on 64-bit platforms. diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule

[pypy-commit] pypy default: Python 2.5 compat

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57245:b25180f1456d Date: 2012-09-08 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/b25180f1456d/ Log:Python 2.5 compat diff --git a/pypy/rlib/rurandom.py b/pypy/rlib/rurandom.py --- a/pypy/rlib/rurandom.py +++ b/pypy/rlib/rurandom.py @@ -1,6 +1,7

[pypy-commit] pypy default: merge heads

2012-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r57246:2050ccf55674 Date: 2012-09-08 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/2050ccf55674/ Log:merge heads diff --git a/pypy/translator/c/test/test_newgc.py b/pypy/translator/c/test/test_newgc.py --- a/pypy/translator/c/test/test_newgc.py

[pypy-commit] pypy stm-thread-2: In-progress? Support for hash, partly copied from semispace/hybrid.

2012-09-08 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57248:cb00c408ae8e Date: 2012-09-08 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/cb00c408ae8e/ Log:In-progress? Support for hash, partly copied from semispace/hybrid. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memor

[pypy-commit] pypy default: add stdlib.h for MAX_ENV (visual compiler)

2012-09-08 Thread mattip
Author: mattip Branch: Changeset: r57249:2014e43cce2f Date: 2012-09-08 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/2014e43cce2f/ Log:add stdlib.h for MAX_ENV (visual compiler) diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py --- a/pypy/rlib/rwin32.py +++ b/pypy/rlib/rwin32.py

[pypy-commit] pypy default: TerminateProcess succeeds with non-zero return value, how did the test ever pass?

2012-09-08 Thread mattip
Author: mattip Branch: Changeset: r57250:eb6dd7d99612 Date: 2012-09-08 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/eb6dd7d99612/ Log:TerminateProcess succeeds with non-zero return value, how did the test ever pass? diff --git a/pypy/rlib/test/test_rwin32.py b/pypy/rlib/test

[pypy-commit] pypy default: fix rurandom for windows blindly, could not find tests for it

2012-09-08 Thread mattip
Author: mattip Branch: Changeset: r57251:0f17f1697183 Date: 2012-09-08 23:59 +0300 http://bitbucket.org/pypy/pypy/changeset/0f17f1697183/ Log:fix rurandom for windows blindly, could not find tests for it diff --git a/pypy/rlib/rurandom.py b/pypy/rlib/rurandom.py --- a/pypy/rlib/rurandom.py

[pypy-commit] pypy default: find test for urandom in module/posix/test/test_posix2, fix

2012-09-08 Thread mattip
Author: mattip Branch: Changeset: r57252:79c3b4a50651 Date: 2012-09-09 00:43 +0300 http://bitbucket.org/pypy/pypy/changeset/79c3b4a50651/ Log:find test for urandom in module/posix/test/test_posix2, fix diff --git a/pypy/rlib/rurandom.py b/pypy/rlib/rurandom.py --- a/pypy/rlib/rurandom.py ++