[pypy-commit] pypy numpypy-issue1137: add tests for behavior of objects with either or both int and index slots.

2012-04-27 Thread timo_jbo
Author: Timo Paulssen Branch: numpypy-issue1137 Changeset: r54781:c1a1e296db16 Date: 2012-04-28 00:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c1a1e296db16/ Log:add tests for behavior of objects with either or both int and index slots. diff --git a/pypy/module/micronumpy/test/t

[pypy-commit] Notification: pypy

2012-04-27 Thread Bitbucket
You have received a notification from Christopher Houdeshell. Hi, I forked pypy. My fork is at https://bitbucket.org/choudeshell/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] extradoc extradoc: Typoish

2012-04-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4204:8c4ce58d78b6 Date: 2012-04-27 18:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/8c4ce58d78b6/ Log:Typoish diff --git a/blog/draft/stm-apr2012.rst b/blog/draft/stm-apr2012.rst --- a/blog/draft/stm-apr2012.rst +++ b/blog/draft/stm-apr

[pypy-commit] pypy stm-gc: Minor tweak.

2012-04-27 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54777:3d31bcaf6477 Date: 2012-04-27 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3d31bcaf6477/ Log:Minor tweak. diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py --- a/pypy/rlib/rstm.py +++ b/pypy/rlib/rstm.py @@ -19,10 +19,10 @@ clas

[pypy-commit] pypy stm-gc: Bah.

2012-04-27 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54778:c25ae0621f3d Date: 2012-04-27 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c25ae0621f3d/ Log:Bah. diff --git a/pypy/translator/stm/src_stm/rpyintf.c b/pypy/translator/stm/src_stm/rpyintf.c --- a/pypy/translator/stm/src_stm/rpyintf.

[pypy-commit] pypy win32-cleanup2: merge default into branch

2012-04-27 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54776:8c915f9df26c Date: 2012-04-27 15:07 +0300 http://bitbucket.org/pypy/pypy/changeset/8c915f9df26c/ Log:merge default into branch diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00

[pypy-commit] pypy default: copy os.environ into subprocess

2012-04-27 Thread mattip
Author: Matti Picus Branch: Changeset: r54775:dc8fb1054c92 Date: 2012-04-27 15:02 +0300 http://bitbucket.org/pypy/pypy/changeset/dc8fb1054c92/ Log:copy os.environ into subprocess diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.p

[pypy-commit] pypy default: merge some trivial changes from win32-cleanup2

2012-04-27 Thread mattip
Author: Matti Picus Branch: Changeset: r54774:b702c733839a Date: 2012-04-27 12:49 +0300 http://bitbucket.org/pypy/pypy/changeset/b702c733839a/ Log:merge some trivial changes from win32-cleanup2 diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing

[pypy-commit] pypy win32-cleanup2: revert some useless changes

2012-04-27 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54772:7ec68c9430e2 Date: 2012-04-27 12:23 +0300 http://bitbucket.org/pypy/pypy/changeset/7ec68c9430e2/ Log:revert some useless changes diff --git a/pypy/jit/backend/llsupport/asmmemmgr.py b/pypy/jit/backend/llsupport/asmmemmgr.py --- a/

[pypy-commit] pypy default: fix test

2012-04-27 Thread mattip
Author: Matti Picus Branch: Changeset: r54773:ff5ad277dbe2 Date: 2012-04-27 12:38 +0300 http://bitbucket.org/pypy/pypy/changeset/ff5ad277dbe2/ Log:fix test diff --git a/pypy/rlib/test/test_rposix.py b/pypy/rlib/test/test_rposix.py --- a/pypy/rlib/test/test_rposix.py +++ b/pypy/rlib/test/tes

[pypy-commit] extradoc extradoc: Clarify and reword.

2012-04-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4203:076d5ffc08ba Date: 2012-04-27 11:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/076d5ffc08ba/ Log:Clarify and reword. diff --git a/blog/draft/stm-apr2012.rst b/blog/draft/stm-apr2012.rst --- a/blog/draft/stm-apr2012.rst +++ b/blog/d

[pypy-commit] pypy stm-gc: Comment.

2012-04-27 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54771:84017bfb4a89 Date: 2012-04-27 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/84017bfb4a89/ Log:Comment. diff --git a/pypy/translator/stm/src_stm/lists.c b/pypy/translator/stm/src_stm/lists.c --- a/pypy/translator/stm/src_stm/lists.c

[pypy-commit] pypy stm-gc: Update docs

2012-04-27 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54770:1c1ee4c2d200 Date: 2012-04-27 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/1c1ee4c2d200/ Log:Update docs diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_pypy/transaction.py @@ -

[pypy-commit] extradoc extradoc: Expand here and there.

2012-04-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4202:7f5d0a8f1a66 Date: 2012-04-27 09:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/7f5d0a8f1a66/ Log:Expand here and there. diff --git a/blog/draft/stm-apr2012.rst b/blog/draft/stm-apr2012.rst --- a/blog/draft/stm-apr2012.rst +++ b/blo

[pypy-commit] extradoc extradoc: explain

2012-04-27 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4201:e2615b4dd640 Date: 2012-04-27 09:12 +0200 http://bitbucket.org/pypy/extradoc/changeset/e2615b4dd640/ Log:explain diff --git a/blog/draft/stm-apr2012.rst b/blog/draft/stm-apr2012.rst --- a/blog/draft/stm-apr2012.rst +++ b/blog/draft