[pypy-commit] pypy errno-again: fix test

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75439:48a9ea8cca8a Date: 2015-01-19 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/48a9ea8cca8a/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronump

[pypy-commit] pypy errno-again: Fix the order of _GetLastError(). See comments

2015-01-17 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75412:b2951c6490bc Date: 2015-01-17 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/b2951c6490bc/ Log:Fix the order of _GetLastError(). See comments diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.

[pypy-commit] pypy errno-again: fix

2015-01-17 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75408:34e06d532620 Date: 2015-01-17 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/34e06d532620/ Log:fix diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/arm/opasse

[pypy-commit] pypy errno-again: Fix on Windows. Improve tests.

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75405:6582a6559821 Date: 2015-01-16 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/6582a6559821/ Log:Fix on Windows. Improve tests. diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/r

[pypy-commit] pypy errno-again: fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75403:eadbe60a1222 Date: 2015-01-16 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/eadbe60a1222/ Log:fix diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pypy/modul

[pypy-commit] pypy errno-again: fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75402:dc9b0cfc2a37 Date: 2015-01-16 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/dc9b0cfc2a37/ Log:fix diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py b/pypy/module/_rawffi/alt/interp_funcptr.py --- a/pypy/module/_rawffi/alt/

[pypy-commit] pypy errno-again: Fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75399:d273b19b4bd9 Date: 2015-01-16 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/d273b19b4bd9/ Log:Fix diff --git a/pypy/module/_cffi_backend/cerrno.py b/pypy/module/_cffi_backend/cerrno.py --- a/pypy/module/_cffi_backend/cerrno.py

[pypy-commit] pypy errno-again: fix tests

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75398:e6cc54e8bb43 Date: 2015-01-16 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/e6cc54e8bb43/ Log:fix tests diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/te

[pypy-commit] pypy errno-again: fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75397:2bf6480ad8fb Date: 2015-01-16 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/2bf6480ad8fb/ Log:fix diff --git a/rpython/rlib/rwinreg.py b/rpython/rlib/rwinreg.py --- a/rpython/rlib/rwinreg.py +++ b/rpython/rlib/rwinreg.py @@ -40,

[pypy-commit] pypy errno-again: fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75395:5889e82d01c7 Date: 2015-01-16 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/5889e82d01c7/ Log:fix diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rpython/rlib/

[pypy-commit] pypy errno-again: fix test

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75381:0659cb12b380 Date: 2015-01-16 11:41 + http://bitbucket.org/pypy/pypy/changeset/0659cb12b380/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_thread.py b/pypy/module/pypyjit/test_pypy_c/test_thread.py --- a/pypy/modu

[pypy-commit] pypy errno-again: fix test

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75380:1e065a1cd0e4 Date: 2015-01-16 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/1e065a1cd0e4/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pyp

[pypy-commit] pypy errno-again: fix test

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75377:2daa03a9b986 Date: 2015-01-16 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/2daa03a9b986/ Log:fix test diff --git a/rpython/translator/test/test_simplify.py b/rpython/translator/test/test_simplify.py --- a/rpython/translator/te

[pypy-commit] pypy errno-again: fix tests

2015-01-16 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75376:5288382f2748 Date: 2015-01-16 11:54 +0100 http://bitbucket.org/pypy/pypy/changeset/5288382f2748/ Log:fix tests diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/te

[pypy-commit] pypy errno-again: fix

2015-01-15 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75353:3e15021a8ad9 Date: 2015-01-15 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3e15021a8ad9/ Log:fix diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/rtyper/module/ll_os.py +++ b/rpython/rt

[pypy-commit] pypy errno-again: fix

2015-01-15 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75351:c778135940cd Date: 2015-01-15 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/c778135940cd/ Log:fix diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py --- a/pypy/module/_cffi_backend/ctypep

[pypy-commit] pypy errno-again: Fix _cffi_backend.

2015-01-15 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75345:c247cd8b63fe Date: 2015-01-15 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/c247cd8b63fe/ Log:Fix _cffi_backend. diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cf

[pypy-commit] pypy errno-again: fix test

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75329:fe33936f4984 Date: 2015-01-14 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fe33936f4984/ Log:fix test diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py --- a/rpython/trans