[pypy-commit] stmgc default: add stm_thread_local_obj to demo_random.c

2013-07-03 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r339:e7d1df97b6f0 Date: 2013-07-03 09:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/e7d1df97b6f0/ Log:add stm_thread_local_obj to demo_random.c diff --git a/c4/demo_random.c b/c4/demo_random.c --- a/c4/demo_random.c +++

[pypy-commit] pypy release-2.1.x: update version numbers

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65167:20c90cdc32a6 Date: 2013-07-02 16:57 +0200 http://bitbucket.org/pypy/pypy/changeset/20c90cdc32a6/ Log:update version numbers diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: add a whatsnew document for the 2.1 beta and release branch

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65168:bcc8da750d52 Date: 2013-07-02 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/bcc8da750d52/ Log:add a whatsnew document for the 2.1 beta and release branch diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: fix whatsnew

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65169:15b0489c15d8 Date: 2013-07-03 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/15b0489c15d8/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-2.1.rst b/pypy/doc/whatsnew-2.1.rst --- a/pypy/doc/whatsnew-2.1.rst

[pypy-commit] stmgc default: Add more checks

2013-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r340:57601aa1cb4b Date: 2013-07-03 15:07 +0200 http://bitbucket.org/pypy/stmgc/changeset/57601aa1cb4b/ Log:Add more checks diff --git a/c4/steal.c b/c4/steal.c --- a/c4/steal.c +++ b/c4/steal.c @@ -253,6 +253,7 @@ for (i = 0; i

[pypy-commit] stmgc default: merge heads

2013-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r342:65b6e31e83b5 Date: 2013-07-03 15:21 +0200 http://bitbucket.org/pypy/stmgc/changeset/65b6e31e83b5/ Log:merge heads diff --git a/c4/Makefile b/c4/Makefile --- a/c4/Makefile +++ b/c4/Makefile @@ -26,13 +26,13 @@ # note that we don't

[pypy-commit] stmgc default: Bah?? No clue. Move -lrt at the end of the gcc invocation, for pleasing

2013-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r341:92ca4b3673d1 Date: 2013-07-03 15:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/92ca4b3673d1/ Log:Bah?? No clue. Move -lrt at the end of the gcc invocation, for pleasing gcc on tannit. diff --git a/c4/Makefile

[pypy-commit] stmgc default: Fix a hard bug.

2013-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r343:69be3c7a1f51 Date: 2013-07-03 16:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/69be3c7a1f51/ Log:Fix a hard bug. diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -318,6 +318,7 @@ *root

[pypy-commit] stmgc default: add _GC_DEBUGPRINTS, comments, and some fairly untested code about tracing h_original in major_collections

2013-07-03 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r344:f37e2b89a0fc Date: 2013-07-03 17:03 +0200 http://bitbucket.org/pypy/stmgc/changeset/f37e2b89a0fc/ Log:add _GC_DEBUGPRINTS, comments, and some fairly untested code about tracing h_original in major_collections diff

[pypy-commit] pypy release-2.1.x: merge default

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65172:0dd60277f779 Date: 2013-07-03 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0dd60277f779/ Log:merge default diff --git a/pypy/doc/whatsnew-2.1.rst b/pypy/doc/whatsnew-2.1.rst ---

[pypy-commit] pypy default: kill the include_debug_merge_points option and ignore debug_merge_points always

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65170:4eeb5629fb68 Date: 2013-07-03 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/4eeb5629fb68/ Log:kill the include_debug_merge_points option and ignore debug_merge_points always diff --git

[pypy-commit] pypy default: add an include_guard_not_invalidated option which defaults to true

2013-07-03 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65171:a75c05b8580e Date: 2013-07-03 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a75c05b8580e/ Log:add an include_guard_not_invalidated option which defaults to true diff --git

[pypy-commit] pypy py3k: hopefully fix a compilation error during translation w/ the jit: forward

2013-07-03 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65173:d2d7be13cbad Date: 2013-07-03 11:43 -0700 http://bitbucket.org/pypy/pypy/changeset/d2d7be13cbad/ Log:hopefully fix a compilation error during translation w/ the jit: forward declare the external locale

[pypy-commit] pypy ndarray-subtype: pass a test

2013-07-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65175:2f8ce730591a Date: 2013-07-03 18:48 +0300 http://bitbucket.org/pypy/pypy/changeset/2f8ce730591a/ Log:pass a test diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy ndarray-subtype: pass existing tests

2013-07-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65176:97487dbdf597 Date: 2013-07-03 22:21 +0300 http://bitbucket.org/pypy/pypy/changeset/97487dbdf597/ Log:pass existing tests diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py ---

[pypy-commit] pypy ndarray-subtype: a branch to allow subtype of ndarray, add tests and start to implement

2013-07-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65174:38c0e3d688bc Date: 2013-07-03 18:31 +0300 http://bitbucket.org/pypy/pypy/changeset/38c0e3d688bc/ Log:a branch to allow subtype of ndarray, add tests and start to implement diff --git

[pypy-commit] pypy ndarray-subtype: a failing test

2013-07-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65177:ef040bfffe60 Date: 2013-07-03 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/ef040bfffe60/ Log:a failing test diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy py3k: type can inherit object's __eq__ now

2013-07-03 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65179:983d7aa0f41d Date: 2013-07-03 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/983d7aa0f41d/ Log:type can inherit object's __eq__ now diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py

[pypy-commit] pypy py3k: 2to3

2013-07-03 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r65178:5d231843e448 Date: 2013-07-03 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/5d231843e448/ Log:2to3 diff --git a/pypy/objspace/std/test/test_identityset.py b/pypy/objspace/std/test/test_identityset.py ---

[pypy-commit] pypy ndarray-subtype: helper function to create subtypes (when needed) without calling their __new__ (amaury)

2013-07-03 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65180:3e11268b64cf Date: 2013-07-04 02:41 +0300 http://bitbucket.org/pypy/pypy/changeset/3e11268b64cf/ Log:helper function to create subtypes (when needed) without calling their __new__ (amaury) diff --git