[pypy-commit] pypy.org extradoc: update the values

2015-01-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r560:a6dfae537f39 Date: 2015-01-14 10:03 +0100 http://bitbucket.org/pypy/pypy.org/changeset/a6dfae537f39/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58557 of $105000 (

[pypy-commit] stmgc c8-private-pages: fix for tests not aborting in stm_validate if there is an inevitable transaction

2015-01-14 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1524:a5a56fe9b07e Date: 2015-01-14 13:39 +0100 http://bitbucket.org/pypy/stmgc/changeset/a5a56fe9b07e/ Log:fix for tests not aborting in stm_validate if there is an inevitable transaction diff --git a/c8/stm/core.c b/c8/stm/core

[pypy-commit] stmgc c8-private-pages: start with largemalloc support (WIP)

2015-01-14 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1525:349d0e3910ea Date: 2015-01-14 13:41 +0100 http://bitbucket.org/pypy/stmgc/changeset/349d0e3910ea/ Log:start with largemalloc support (WIP) diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -144,1

[pypy-commit] stmgc c8-private-pages: make 'backup' in commit log entry a slice too instead of the whole object

2015-01-14 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1526:4e6bc07dfd5f Date: 2015-01-14 14:04 +0100 http://bitbucket.org/pypy/stmgc/changeset/4e6bc07dfd5f/ Log:make 'backup' in commit log entry a slice too instead of the whole object diff --git a/c8/stm/core.c b/c8/stm/core.c ---

[pypy-commit] stmgc c8-private-pages: fix this debug check

2015-01-14 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1527:9d6e43eac521 Date: 2015-01-14 14:08 +0100 http://bitbucket.org/pypy/stmgc/changeset/9d6e43eac521/ Log:fix this debug check diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -64,8 +64,8 @@

[pypy-commit] pypy default: Consolidate the various 'cmov*' and 'j*' operations

2015-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r75323:f6b89b5d806d Date: 2015-01-14 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/f6b89b5d806d/ Log:Consolidate the various 'cmov*' and 'j*' operations diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.

[pypy-commit] pypy errno-again: A branch for issue #1961

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75324:9367da683ee9 Date: 2015-01-14 12:30 +0100 http://bitbucket.org/pypy/pypy/changeset/9367da683ee9/ Log:A branch for issue #1961 ___ pypy-commit mailing list [email protected] https://mail.

[pypy-commit] pypy errno-again: in-progress: move the errno reading code inside the llexternal functions,

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75325:60d2fecaae5c Date: 2015-01-14 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/60d2fecaae5c/ Log:in-progress: move the errno reading code inside the llexternal functions, before we reacquire the GIL. diff --git a/pypy/modul

[pypy-commit] pypy errno-again: more

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75326:f3a322ed81fc Date: 2015-01-14 17:31 +0100 http://bitbucket.org/pypy/pypy/changeset/f3a322ed81fc/ Log:more diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py b/rpython/rtyper/lltypesystem/module/ll_math.py --- a/rpython/rtyper/

[pypy-commit] pypy errno-again: in-progress

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75327:abcf3346ba45 Date: 2015-01-14 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/abcf3346ba45/ Log:in-progress diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/rpython/jit/codewriter/jtr

[pypy-commit] pypy errno-again: in-progress

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75328:24f8ef4e0443 Date: 2015-01-14 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/24f8ef4e0443/ Log:in-progress diff --git a/rpython/memory/gc/inspector.py b/rpython/memory/gc/inspector.py --- a/rpython/memory/gc/inspector.py +++ b/rp

[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

[pypy-commit] pypy errno-again: fixes

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75332:8e7fde0c4855 Date: 2015-01-14 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8e7fde0c4855/ Log:fixes diff --git a/rpython/jit/backend/x86/oprofile.py b/rpython/jit/backend/x86/oprofile.py --- a/rpython/jit/backend/x86/oprofile.p

[pypy-commit] pypy errno-again: more fixes

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75331:1180859920a4 Date: 2015-01-14 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1180859920a4/ Log:more fixes diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -

[pypy-commit] pypy errno-again: fixes

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75330:8eed807e65cb Date: 2015-01-14 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8eed807e65cb/ Log:fixes diff --git a/rpython/memory/gc/inspector.py b/rpython/memory/gc/inspector.py --- a/rpython/memory/gc/inspector.py +++ b/rpython/

[pypy-commit] pypy errno-again: in-progress

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75333:73a539098acc Date: 2015-01-14 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/73a539098acc/ Log:in-progress diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/

[pypy-commit] pypy errno-again: in-progress

2015-01-14 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75334:6337a26add9b Date: 2015-01-14 19:51 +0100 http://bitbucket.org/pypy/pypy/changeset/6337a26add9b/ Log:in-progress diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/llgr

[pypy-commit] pypy default: - fix the mismatch between "int" and "long" return types for

2015-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r75335:b9d53b23c50b Date: 2015-01-14 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/b9d53b23c50b/ Log:- fix the mismatch between "int" and "long" return types for pypy_setup_home() - fix the docs to say that calling pypy_setup_home

[pypy-commit] pypy ufuncapi: add more types

2015-01-14 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r75336:e1871503d572 Date: 2015-01-14 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e1871503d572/ Log:add more types diff --git a/pypy/module/cpyext/include/numpy/npy_common.h b/pypy/module/cpyext/include/numpy/npy_common.h --- a/pypy/module/