[pypy-commit] lang-js default: fixed get attribute indexes for indexOf and lastIndexOf.

2013-05-27 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r395:7a721786be34 Date: 2013-05-27 01:31 -0300 http://bitbucket.org/pypy/lang-js/changeset/7a721786be34/ Log:fixed get attribute indexes for indexOf and lastIndexOf. diff --git a/js/builtins/array.py b/js/builtins/array.py

[pypy-commit] stmgc default: Test and fix.

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r35:2566855246b2 Date: 2013-05-27 09:42 +0200 http://bitbucket.org/pypy/stmgc/changeset/2566855246b2/ Log:Test and fix. diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -103,8 +103,15 @@ /* we update

[pypy-commit] pypy emit-call-arm: merge default

2013-05-27 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: emit-call-arm Changeset: r64575:3b08d6880292 Date: 2013-05-27 09:22 +0200 http://bitbucket.org/pypy/pypy/changeset/3b08d6880292/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] stmgc default: Raah, can't seem to get this right: force_minor_collections()

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r36:c658753ace12 Date: 2013-05-27 10:35 +0200 http://bitbucket.org/pypy/stmgc/changeset/c658753ace12/ Log:Raah, can't seem to get this right: force_minor_collections() diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -774,6

[pypy-commit] stmgc default: Fix

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r37:a93569a5c25a Date: 2013-05-27 11:41 +0200 http://bitbucket.org/pypy/stmgc/changeset/a93569a5c25a/ Log:Fix diff --git a/c3/gcpage.c b/c3/gcpage.c --- a/c3/gcpage.c +++ b/c3/gcpage.c @@ -354,6 +354,11 @@ } } +static struct

[pypy-commit] pypy kill-gen-store-back-in: use a different guard name, so the optimizer does not get confused. Saves

2013-05-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64576:7c4ed9c84edd Date: 2013-05-27 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7c4ed9c84edd/ Log:use a different guard name, so the optimizer does not get confused. Saves some hacks, but

[pypy-commit] pypy kill-gen-store-back-in: rpython

2013-05-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64577:77738f844bc4 Date: 2013-05-27 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/77738f844bc4/ Log:rpython diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py

[pypy-commit] pypy.org extradoc: (kasal) typo

2013-05-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r441:6d05f7139d01 Date: 2013-05-27 14:08 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6d05f7139d01/ Log:(kasal) typo diff --git a/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydonate.html @@

[pypy-commit] pypy.org extradoc: merge

2013-05-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r442:a21fa8ed4bef Date: 2013-05-27 14:10 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a21fa8ed4bef/ Log:merge diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -15,7 +15,6 @@

[pypy-commit] pypy emit-call-arm: add raw stack location tests

2013-05-27 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: emit-call-arm Changeset: r64578:2174f2660a2d Date: 2013-05-27 07:42 -0500 http://bitbucket.org/pypy/pypy/changeset/2174f2660a2d/ Log:add raw stack location tests diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy emit-call-arm: close branch

2013-05-27 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: emit-call-arm Changeset: r64579:3ef7a3fe63ac Date: 2013-05-27 07:42 -0500 http://bitbucket.org/pypy/pypy/changeset/3ef7a3fe63ac/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: No need to mask the carry bit.

2013-05-27 Thread Stian Andreassen
Author: Stian Andreassen Branch: Changeset: r64581:ccb0ca253584 Date: 2013-05-27 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ccb0ca253584/ Log:No need to mask the carry bit. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++

[pypy-commit] stmgc default: Another similar bug

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r40:134108fde888 Date: 2013-05-27 15:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/134108fde888/ Log:Another similar bug diff --git a/c3/gcpage.c b/c3/gcpage.c --- a/c3/gcpage.c +++ b/c3/gcpage.c @@ -122,8 +122,8 @@ if

[pypy-commit] stmgc default: Fix a warning

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r38:8ad26fdbea4a Date: 2013-05-27 14:34 +0200 http://bitbucket.org/pypy/stmgc/changeset/8ad26fdbea4a/ Log:Fix a warning diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -774,7 +774,7 @@ revision_t newrev = -(cur_time +

[pypy-commit] stmgc default: Refactor the code (but not what it does) to include checking all the

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r41:e95c7bc26589 Date: 2013-05-27 15:31 +0200 http://bitbucket.org/pypy/stmgc/changeset/e95c7bc26589/ Log:Refactor the code (but not what it does) to include checking all the time that the numbers make sense. Found that it

[pypy-commit] stmgc default: Fix a subtle issue

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r39:c928b67403e8 Date: 2013-05-27 14:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/c928b67403e8/ Log:Fix a subtle issue diff --git a/c3/gcpage.c b/c3/gcpage.c --- a/c3/gcpage.c +++ b/c3/gcpage.c @@ -113,7 +113,7 @@

[pypy-commit] stmgc default: Add a hack to display the stderr messages in colors depending on which

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r43:c27946a8f461 Date: 2013-05-27 16:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/c27946a8f461/ Log:Add a hack to display the stderr messages in colors depending on which thread emits them. diff --git a/c3/fprintcolor.h

[pypy-commit] stmgc default: Fix

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r42:0fc12d746859 Date: 2013-05-27 16:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/0fc12d746859/ Log:Fix diff --git a/c3/et.c b/c3/et.c --- a/c3/et.c +++ b/c3/et.c @@ -621,6 +621,7 @@ static void CancelLocks(struct tx_descriptor

[pypy-commit] stmgc default: Fix the coloring

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r44:53f2a3179081 Date: 2013-05-27 16:21 +0200 http://bitbucket.org/pypy/stmgc/changeset/53f2a3179081/ Log:Fix the coloring diff --git a/c3/Makefile b/c3/Makefile --- a/c3/Makefile +++ b/c3/Makefile @@ -25,8 +25,8 @@ +make

[pypy-commit] pypy default: Backported 5629bf4c6bba from CPython.

2013-05-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64584:5911ba2ee308 Date: 2013-05-25 13:59 -0400 http://bitbucket.org/pypy/pypy/changeset/5911ba2ee308/ Log:Backported 5629bf4c6bba from CPython. diff --git a/lib-python/2.7/logging/__init__.py

[pypy-commit] pypy default: Don't construct a long object just to throw it away (this is a backpor tof a change in python3)

2013-05-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64585:1d88edfd578c Date: 2013-05-22 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/1d88edfd578c/ Log:Don't construct a long object just to throw it away (this is a backpor tof a change in python3) diff --git

[pypy-commit] stmgc default: Phew. Found a bug, fixed it by preventing collapse of h_revision

2013-05-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45:bcc91b3b1338 Date: 2013-05-27 18:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/bcc91b3b1338/ Log:Phew. Found a bug, fixed it by preventing collapse of h_revision chains from a GCFLAG_STOLEN object. diff --git

[pypy-commit] pypy default: same_as doesn't generate a mov in this case anymore

2013-05-27 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64586:33e0d8d007a9 Date: 2013-05-27 11:59 -0500 http://bitbucket.org/pypy/pypy/changeset/33e0d8d007a9/ Log:same_as doesn't generate a mov in this case anymore diff --git a/rpython/jit/backend/arm/test/test_runner.py

[pypy-commit] pypy numpy-pickle: Implement pickling for boxes

2013-05-27 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-pickle Changeset: r64587:ee6ad678d7a1 Date: 2013-05-27 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/ee6ad678d7a1/ Log:Implement pickling for boxes diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy win32-fixes3: back out changeset b4eed482703d

2013-05-27 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: win32-fixes3 Changeset: r64588:34ac4baf64a6 Date: 2013-05-27 21:42 +0300 http://bitbucket.org/pypy/pypy/changeset/34ac4baf64a6/ Log:back out changeset b4eed482703d diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy default: - Use the same way to create longs on 32bit.

2013-05-27 Thread Stian Andreassen
Author: Stian Andreassen Branch: Changeset: r64590:6bb363cd7367 Date: 2013-05-27 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6bb363cd7367/ Log:- Use the same way to create longs on 32bit. - Remove unnecesary left over special case from _x_sub. - Comment out one sign

[pypy-commit] pypy operrfmt-NT: simplify: rearrange so _compute_value always gets a space, just avoid calling

2013-05-27 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: operrfmt-NT Changeset: r64592:38b554a7b5de Date: 2013-05-27 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/38b554a7b5de/ Log:simplify: rearrange so _compute_value always gets a space, just avoid calling it in __str__ if we lack

[pypy-commit] pypy numpy-pickle: Fix translation

2013-05-27 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-pickle Changeset: r64593:38aa177457d0 Date: 2013-05-27 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/38aa177457d0/ Log:Fix translation diff --git a/pypy/module/micronumpy/interp_boxes.py