[pypy-commit] pypy default: add some docstrings

2013-06-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64960:f53356f4ff92 Date: 2013-06-24 08:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f53356f4ff92/ Log:add some docstrings diff --git a/pypy/module/__pypy__/interp_dict.py b/pypy/module/__pypy__/interp_dict.py ---

[pypy-commit] stmgc default: add some comments; add hash_mangling

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r248:78c58b8aabfa Date: 2013-06-24 09:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/78c58b8aabfa/ Log:add some comments; add hash_mangling diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@

[pypy-commit] stmgc default: add multiple thread start/finish to demo_random

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r249:c73629c0bb3c Date: 2013-06-24 09:41 +0200 http://bitbucket.org/pypy/stmgc/changeset/c73629c0bb3c/ Log:add multiple thread start/finish to demo_random diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c

[pypy-commit] pypy default: clean up test

2013-06-24 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64963:10f6357386ef Date: 2013-06-24 03:21 -0500 http://bitbucket.org/pypy/pypy/changeset/10f6357386ef/ Log:clean up test diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py

[pypy-commit] stmgc default: move to the current issue

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r251:1ff1701e5e03 Date: 2013-06-24 10:43 +0200 http://bitbucket.org/pypy/stmgc/changeset/1ff1701e5e03/ Log:move to the current issue diff --git a/c4/test/test_random.py b/c4/test/test_random.py --- a/c4/test/test_random.py +++

[pypy-commit] stmgc default: Add a comment about dead threads.

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r250:83d82fca9ee6 Date: 2013-06-24 10:43 +0200 http://bitbucket.org/pypy/stmgc/changeset/83d82fca9ee6/ Log:Add a comment about dead threads. diff --git a/c4/steal.c b/c4/steal.c --- a/c4/steal.c +++ b/c4/steal.c @@ -69,6 +69,15 @@ void

[pypy-commit] stmgc default: remove assert

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r252:6effbf62467f Date: 2013-06-24 10:48 +0200 http://bitbucket.org/pypy/stmgc/changeset/6effbf62467f/ Log:remove assert diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -1501,8 +1501,11 @@

[pypy-commit] buildbot default: Kill this anti-feature of checking if the category name ends with -run.

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r827:023a2b6ef5b8 Date: 2013-06-24 10:52 +0200 http://bitbucket.org/pypy/buildbot/changeset/023a2b6ef5b8/ Log:Kill this anti-feature of checking if the category name ends with -run. diff --git a/bot2/pypybuildbot/summary.py

[pypy-commit] stmgc default: fix

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r253:500b2ca07505 Date: 2013-06-24 12:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/500b2ca07505/ Log:fix diff --git a/c4/steal.c b/c4/steal.c --- a/c4/steal.c +++ b/c4/steal.c @@ -160,19 +160,18 @@ /* use

[pypy-commit] stmgc default: more tests

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r254:78560280729a Date: 2013-06-24 13:42 +0200 http://bitbucket.org/pypy/stmgc/changeset/78560280729a/ Log:more tests diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -176,7 +176,7 @@

[pypy-commit] stmgc default: Fix

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r255:314b7b686498 Date: 2013-06-24 14:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/314b7b686498/ Log:Fix diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -350,8 +350,26 @@ static void

[pypy-commit] stmgc default: add support for predefined hash in prebuilt objects

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r256:67200f7bca96 Date: 2013-06-24 14:39 +0200 http://bitbucket.org/pypy/stmgc/changeset/67200f7bca96/ Log:add support for predefined hash in prebuilt objects diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -489,9

[pypy-commit] stmgc default: Two extras passing tests

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r257:b9d9edc34feb Date: 2013-06-24 14:58 +0200 http://bitbucket.org/pypy/stmgc/changeset/b9d9edc34feb/ Log:Two extras passing tests diff --git a/c4/test/test_gcpage.py b/c4/test/test_gcpage.py --- a/c4/test/test_gcpage.py +++

[pypy-commit] stmgc default: merge

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r259:076863fce4d4 Date: 2013-06-24 15:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/076863fce4d4/ Log:merge diff --git a/c4/test/test_gcpage.py b/c4/test/test_gcpage.py --- a/c4/test/test_gcpage.py +++

[pypy-commit] stmgc default: Next small issue with the test

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r261:5118271cff1a Date: 2013-06-24 15:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/5118271cff1a/ Log:Next small issue with the test diff --git a/c4/test/test_random.py b/c4/test/test_random.py --- a/c4/test/test_random.py +++

[pypy-commit] stmgc default: 200 random tests pass again.

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r262:3a599531f404 Date: 2013-06-24 15:38 +0200 http://bitbucket.org/pypy/stmgc/changeset/3a599531f404/ Log:200 random tests pass again. diff --git a/c4/test/test_random.py b/c4/test/test_random.py --- a/c4/test/test_random.py +++

[pypy-commit] stmgc default: add hash to demo_random, crashes sometimes..

2013-06-24 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r263:05dae094fa06 Date: 2013-06-24 16:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/05dae094fa06/ Log:add hash to demo_random, crashes sometimes.. diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++

[pypy-commit] stmgc default: Replace fprintf(stderr, ...) with dprintf((...)), which is turned off if

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r264:104bd28d6f04 Date: 2013-06-24 17:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/104bd28d6f04/ Log:Replace fprintf(stderr, ...) with dprintf((...)), which is turned off if _GC_DEBUG is not defined. Now the build-demo*

[pypy-commit] stmgc default: merge heads

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r265:b2b7620a4429 Date: 2013-06-24 17:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/b2b7620a4429/ Log:merge heads diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++ b/c4/demo_random.c @@ -29,6 +29,7 @@

[pypy-commit] stmgc default: Adapt mangle_hash() to its docstring and always return different results

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r267:a93d0b0977e9 Date: 2013-06-24 17:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/a93d0b0977e9/ Log:Adapt mangle_hash() to its docstring and always return different results for different arguments. (So it may now give

[pypy-commit] stmgc default: Tweak mangle_hash() to be only called from stm_hash(), not stm_id()

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r268:1d78e1a31bc9 Date: 2013-06-24 17:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/1d78e1a31bc9/ Log:Tweak mangle_hash() to be only called from stm_hash(), not stm_id() diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c

[pypy-commit] pypy default: Shooting in the dark, but one possible reading of the man page shows

2013-06-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64964:83f89665175e Date: 2013-06-24 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/83f89665175e/ Log:Shooting in the dark, but one possible reading of the man page shows that when readdir() returns a non-null pointer, the

[pypy-commit] pypy kill-gen-store-back-in: write a failing test (thanks armin)

2013-06-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64965:614b7559c1e7 Date: 2013-06-24 22:22 +0200 http://bitbucket.org/pypy/pypy/changeset/614b7559c1e7/ Log:write a failing test (thanks armin) diff --git a/rpython/jit/metainterp/test/test_virtualizable.py

[pypy-commit] pypy mtrand: implement numpy.random.mtrand in pure python

2013-06-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: mtrand Changeset: r64966:ed24d59708bb Date: 2013-06-24 22:25 +0300 http://bitbucket.org/pypy/pypy/changeset/ed24d59708bb/ Log:implement numpy.random.mtrand in pure python ___ pypy-commit mailing

[pypy-commit] pypy mtrand: test, implement functions as calls to random.xxx

2013-06-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: mtrand Changeset: r64967:cef553310960 Date: 2013-06-24 23:32 +0300 http://bitbucket.org/pypy/pypy/changeset/cef553310960/ Log:test, implement functions as calls to random.xxx diff --git a/lib_pypy/numpypy/random/__init__.py

[pypy-commit] pypy ndarray-round: add ndarray.round ufunc

2013-06-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-round Changeset: r64968:596c8db865fb Date: 2013-06-24 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/596c8db865fb/ Log:add ndarray.round ufunc ___ pypy-commit mailing list

[pypy-commit] pypy ndarray-round: start to implement round(), need to add it to types.py

2013-06-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-round Changeset: r64970:03aaf579cabc Date: 2013-06-25 00:54 +0300 http://bitbucket.org/pypy/pypy/changeset/03aaf579cabc/ Log:start to implement round(), need to add it to types.py diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy ndarray-round: add passing numpy -A test

2013-06-24 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-round Changeset: r64969:2968002e23f1 Date: 2013-06-24 23:44 +0300 http://bitbucket.org/pypy/pypy/changeset/2968002e23f1/ Log:add passing numpy -A test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy kill-gen-store-back-in: emit FORCE_VIRTUALIZABLE in more cases

2013-06-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64971:44af7c4839a8 Date: 2013-06-25 07:12 +0200 http://bitbucket.org/pypy/pypy/changeset/44af7c4839a8/ Log:emit FORCE_VIRTUALIZABLE in more cases diff --git a/rpython/jit/metainterp/pyjitpl.py

[pypy-commit] pypy kill-gen-store-back-in: Write one more test for another case in _nonstandard_virtualizable if chain

2013-06-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64972:102265dc8e2a Date: 2013-06-25 07:23 +0200 http://bitbucket.org/pypy/pypy/changeset/102265dc8e2a/ Log:Write one more test for another case in _nonstandard_virtualizable if chain diff --git

[pypy-commit] pypy kill-gen-store-back-in: Write some virtualizable docs

2013-06-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64973:6a62114110de Date: 2013-06-25 07:42 +0200 http://bitbucket.org/pypy/pypy/changeset/6a62114110de/ Log:Write some virtualizable docs diff --git a/pypy/doc/jit/index.rst b/pypy/doc/jit/index.rst ---