[pypy-commit] pypy fast-gil: Tweaks and comments

2014-03-07 Thread arigo
Author: Armin Rigo Branch: fast-gil Changeset: r69775:515386df236f Date: 2014-03-07 10:03 +0100 http://bitbucket.org/pypy/pypy/changeset/515386df236f/ Log:Tweaks and comments diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c/src/thread_pthread.c --- a/rpython/tra

[pypy-commit] pypy default: Update to cffi/0a3126efe878

2014-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r69777:483c8263dbff Date: 2014-03-07 10:17 +0100 http://bitbucket.org/pypy/pypy/changeset/483c8263dbff/ Log:Update to cffi/0a3126efe878 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py -

[pypy-commit] pypy default: merge heads

2014-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r69778:ac3ce8b66c72 Date: 2014-03-07 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ac3ce8b66c72/ Log:merge heads diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -66,7 +66,7 @@

[pypy-commit] pypy default: Update to cffi/a6d2e28138cf

2014-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r69776:e1d28ad4292c Date: 2014-03-07 07:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e1d28ad4292c/ Log:Update to cffi/a6d2e28138cf diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy llvm-translation-backend: Rename type_ -> type.

2014-03-07 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r69779:7ca743680431 Date: 2014-03-07 13:05 +0100 http://bitbucket.org/pypy/pypy/changeset/7ca743680431/ Log:Rename type_ -> type. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py --- a/rpytho

[pypy-commit] pypy llvm-translation-backend: Don't try to parse LLVM datalayout.

2014-03-07 Thread Manuel Jacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r69780:0e5975d13007 Date: 2014-03-07 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/0e5975d13007/ Log:Don't try to parse LLVM datalayout. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.p

[pypy-commit] pypy numpypy-nditer: cleanup, fix (almost all) -A applevel issues

2014-03-07 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r69782:160a895c16a7 Date: 2014-03-07 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/160a895c16a7/ Log:cleanup, fix (almost all) -A applevel issues diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.

[pypy-commit] pypy numpypy-nditer: cleanup

2014-03-07 Thread mattip
Author: Matti Picus Branch: numpypy-nditer Changeset: r69781:2b3b4c7e23b4 Date: 2014-03-07 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/2b3b4c7e23b4/ Log:cleanup diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init_

[pypy-commit] pypy numpypy-nditer: more cleanup

2014-03-07 Thread bdkearns
Author: Brian Kearns Branch: numpypy-nditer Changeset: r69783:be3dc8958516 Date: 2014-03-07 10:01 -0500 http://bitbucket.org/pypy/pypy/changeset/be3dc8958516/ Log:more cleanup we want to condition tests on being on pypy, not on runappdirect -- they will still fail runappdirec

[pypy-commit] pypy stdlib-2.7.6: wip: checksignals in _file

2014-03-07 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.6 Changeset: r69784:a4119279c94c Date: 2014-03-07 11:49 -0500 http://bitbucket.org/pypy/pypy/changeset/a4119279c94c/ Log:wip: checksignals in _file diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file

[pypy-commit] pypy stdlib-2.7.6: another approach

2014-03-07 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.6 Changeset: r69785:7db678d05e15 Date: 2014-03-07 11:59 -0500 http://bitbucket.org/pypy/pypy/changeset/7db678d05e15/ Log:another approach diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_fi

[pypy-commit] pypy stdlib-2.7.6: fix signal_checker, use in streamio

2014-03-07 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.6 Changeset: r69786:cf3d6a026601 Date: 2014-03-07 12:15 -0500 http://bitbucket.org/pypy/pypy/changeset/cf3d6a026601/ Log:fix signal_checker, use in streamio diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/mod

[pypy-commit] pypy stdlib-2.7.6: close branch for merging

2014-03-07 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.6 Changeset: r69787:a2a4b9ff79bd Date: 2014-03-07 13:57 -0500 http://bitbucket.org/pypy/pypy/changeset/a2a4b9ff79bd/ Log:close branch for merging ___ pypy-commit mailing list [email protected] https://ma

[pypy-commit] pypy default: Support (reasonably) converting a user-supplied "double" directly to a

2014-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r69793:3f834e4349e4 Date: 2014-03-07 21:34 +0100 http://bitbucket.org/pypy/pypy/changeset/3f834e4349e4/ Log:Support (reasonably) converting a user-supplied "double" directly to a time_t, which may be 64-bit even on 32-bit platforms --- notably

[pypy-commit] pypy default: Add a passing test

2014-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r69792:ee319eb91664 Date: 2014-03-07 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ee319eb91664/ Log:Add a passing test diff --git a/rpython/jit/metainterp/test/test_longlong.py b/rpython/jit/metainterp/test/test_longlong.py --- a/rpython/jit/me