[pypy-commit] pypy py3k: use the proper future flags for python 3.2

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52263:6d5e59ba8b8d Date: 2012-02-09 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/6d5e59ba8b8d/ Log:use the proper future flags for python 3.2 diff --git a/pypy/interpreter/pyparser/future.py b/pypy/interpreter/pyparser/future.py --- a/py

[pypy-commit] pypy py3k: fix the syntax, and make sure that we use bytestring, because we are talking about the encoded data here (thanks to G2P for the pointer)

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52266:d8007b59c678 Date: 2012-02-09 12:02 +0100 http://bitbucket.org/pypy/pypy/changeset/d8007b59c678/ Log:fix the syntax, and make sure that we use bytestring, because we are talking about the encoded data here (thanks to G2P for the poin

[pypy-commit] pypy py3k: fix the syntax but skip this test

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52264:10482d044224 Date: 2012-02-09 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/10482d044224/ Log:fix the syntax but skip this test diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/

[pypy-commit] pypy py3k: bah, we need to skip this one too, for the same reasone

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52265:92ed25e52bf8 Date: 2012-02-09 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/92ed25e52bf8/ Log:bah, we need to skip this one too, for the same reasone diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_c

[pypy-commit] pypy py3k: 1) fix syntax; 2) we no longer have a long type and a L suffix for literals; 3) exec() cannot modify the local scope

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52267:ebeed1e0ea4e Date: 2012-02-09 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/ebeed1e0ea4e/ Log:1) fix syntax; 2) we no longer have a long type and a L suffix for literals; 3) exec() cannot modify the local scope diff --git a/p

[pypy-commit] pypy py3k: fix syntax, and exec cannot modify the local scope

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52268:e4a3b7ef9cbc Date: 2012-02-09 12:09 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a3b7ef9cbc/ Log:fix syntax, and exec cannot modify the local scope diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compil

[pypy-commit] pypy py3k: py3k-ify this test as well (syntax, exec and local scope, StringIO)

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52271:f64d232c96c0 Date: 2012-02-09 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/f64d232c96c0/ Log:py3k-ify this test as well (syntax, exec and local scope, StringIO) diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter

[pypy-commit] pypy py3k: fix the syntax, and forget about longs

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52275:55591785a2fb Date: 2012-02-09 12:24 +0100 http://bitbucket.org/pypy/pypy/changeset/55591785a2fb/ Log:fix the syntax, and forget about longs diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/

[pypy-commit] pypy py3k: fix the syntax of few more tests

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52269:8543f5fac60c Date: 2012-02-09 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/8543f5fac60c/ Log:fix the syntax of few more tests diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/i

[pypy-commit] pypy py3k: py3k-ify this test (syntax, exec and local scope, StringIO)

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52270:5547097bed40 Date: 2012-02-09 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/5547097bed40/ Log:py3k-ify this test (syntax, exec and local scope, StringIO) diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/te

[pypy-commit] pypy py3k: py3k-ify this test as well (again :-) (syntax, exec and local scope, StringIO)

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52272:534d3371e9a7 Date: 2012-02-09 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/534d3371e9a7/ Log:py3k-ify this test as well (again :-) (syntax, exec and local scope, StringIO) diff --git a/pypy/interpreter/test/test_compiler.py

[pypy-commit] pypy py3k: co_code is a bytestring, so we don't need ord()

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52273:abe40b46a9f1 Date: 2012-02-09 12:22 +0100 http://bitbucket.org/pypy/pypy/changeset/abe40b46a9f1/ Log:co_code is a bytestring, so we don't need ord() diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.

[pypy-commit] pypy py3k: py3k-ify this test as well (again*2 :-)) (syntax, exec and local scope, StringIO)

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52274:9ee901b301cb Date: 2012-02-09 12:23 +0100 http://bitbucket.org/pypy/pypy/changeset/9ee901b301cb/ Log:py3k-ify this test as well (again*2 :-)) (syntax, exec and local scope, StringIO) diff --git a/pypy/interpreter/test/test_compiler.

[pypy-commit] pypy numpy-record-dtypes: unicode and string dtypes

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52276:18ad78aa8ed4 Date: 2012-02-09 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/18ad78aa8ed4/ Log:unicode and string dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.p

[pypy-commit] pypy py3k: adapt this test to the new division semantics

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52277:806db631a1ef Date: 2012-02-09 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/806db631a1ef/ Log:adapt this test to the new division semantics diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py

[pypy-commit] pypy py3k: py3k-ify this test

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52278:2fe5fa84aab4 Date: 2012-02-09 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/2fe5fa84aab4/ Log:py3k-ify this test diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/tes

[pypy-commit] pypy ppc-jit-backend-rpythonization: close merged branch

2012-02-09 Thread fijal
Author: fijal Branch: ppc-jit-backend-rpythonization Changeset: r52279:bb928c63c548 Date: 2012-02-09 05:55 -0800 http://bitbucket.org/pypy/pypy/changeset/bb928c63c548/ Log:close merged branch ___ pypy-commit mailing list [email protected] http:

[pypy-commit] pypy arm-backend-2: fix tests that had gotten out of sync

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52280:df8f56e47a2d Date: 2012-02-03 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/df8f56e47a2d/ Log:fix tests that had gotten out of sync diff --git a/pypy/jit/backend/arm/test/test_regalloc_mov.py b/pypy/jit/backend/arm/test/

[pypy-commit] pypy arm-backend-2: fix test_random_mixed in test_jump.py

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52283:3f0b37b09c6e Date: 2012-02-09 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/3f0b37b09c6e/ Log:fix test_random_mixed in test_jump.py diff --git a/pypy/jit/backend/arm/test/test_jump.py b/pypy/jit/backend/arm/test/test_jum

[pypy-commit] pypy arm-backend-2: remove an obsolete translation test, import another translation test from the

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52281:85839a0e54fe Date: 2012-02-03 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/85839a0e54fe/ Log:remove an obsolete translation test, import another translation test from the x86 backend and add a conftest option to e

[pypy-commit] pypy arm-backend-2: add missing file

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52282:86a7c3da8a7b Date: 2012-02-03 20:50 +0100 http://bitbucket.org/pypy/pypy/changeset/86a7c3da8a7b/ Log:add missing file diff --git a/pypy/jit/backend/arm/tool/__init__.py b/pypy/jit/backend/arm/tool/__init__.py new file mode 1006

[pypy-commit] pypy arm-backend-2: Update shadowstack header according to f0d095a1d379

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52285:6a23cecdada3 Date: 2012-02-09 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/6a23cecdada3/ Log:Update shadowstack header according to f0d095a1d379 diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/asse

[pypy-commit] pypy arm-backend-2: implement changes from 458e381ff84d

2012-02-09 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52286:44d8b36be898 Date: 2012-02-09 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/44d8b36be898/ Log:implement changes from 458e381ff84d diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py ---

[pypy-commit] pypy default: added divmod to ndarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52288:9b833e2a9dae Date: 2012-02-09 08:53 -0500 http://bitbucket.org/pypy/pypy/changeset/9b833e2a9dae/ Log:added divmod to ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mi

[pypy-commit] pypy default: rdivmod for ndarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52290:9f3109756878 Date: 2012-02-09 09:01 -0500 http://bitbucket.org/pypy/pypy/changeset/9f3109756878/ Log:rdivmod for ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micron

[pypy-commit] pypy default: added rlshift to ndarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52291:bb3bb626027b Date: 2012-02-09 09:03 -0500 http://bitbucket.org/pypy/pypy/changeset/bb3bb626027b/ Log:added rlshift to ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/m

[pypy-commit] pypy default: merged upstream

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52294:3478844da220 Date: 2012-02-09 09:12 -0500 http://bitbucket.org/pypy/pypy/changeset/3478844da220/ Log:merged upstream diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/numeric.py +++ b/li

[pypy-commit] pypy default: added left shift to numpy

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52287:d89a66e9dc00 Date: 2012-02-09 08:48 -0500 http://bitbucket.org/pypy/pypy/changeset/d89a66e9dc00/ Log:added left shift to numpy diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/

[pypy-commit] pypy default: added rand to numarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52289:fef07794f3ec Date: 2012-02-09 08:56 -0500 http://bitbucket.org/pypy/pypy/changeset/fef07794f3ec/ Log:added rand to numarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mic

[pypy-commit] pypy default: added ror to ndarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52292:8f4b87051095 Date: 2012-02-09 09:05 -0500 http://bitbucket.org/pypy/pypy/changeset/8f4b87051095/ Log:added ror to ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micro

[pypy-commit] pypy default: added rshift and rrshift to ndarray

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52293:ad83678913a0 Date: 2012-02-09 09:12 -0500 http://bitbucket.org/pypy/pypy/changeset/ad83678913a0/ Log:added rshift and rrshift to ndarray diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/py

[pypy-commit] pypy default: added a ton of operators to numpy boxes

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52295:fc7d59dde5f3 Date: 2012-02-09 09:38 -0500 http://bitbucket.org/pypy/pypy/changeset/fc7d59dde5f3/ Log:added a ton of operators to numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy

[pypy-commit] pypy default: added xor in a few places

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52296:0792068a39d9 Date: 2012-02-09 09:44 -0500 http://bitbucket.org/pypy/pypy/changeset/0792068a39d9/ Log:added xor in a few places diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micron

[pypy-commit] pypy py3k: save the source of applevel direct tests in a temporary file: this way, we get nicer tracebacks

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52297:5c66b92f0617 Date: 2012-02-09 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/5c66b92f0617/ Log:save the source of applevel direct tests in a temporary file: this way, we get nicer tracebacks diff --git a/pypy/conftest.py b/pyp

[pypy-commit] pypy default: review the release announcement. Tiny fixes, and move the paragraphs about the numpypy and py3k funded project in the 'ongoing work' section

2012-02-09 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r52298:58f2412f38e7 Date: 2012-02-09 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/58f2412f38e7/ Log:review the release announcement. Tiny fixes, and move the paragraphs about the numpypy and py3k funded project in the 'ongoing work'

[pypy-commit] pypy stm-gc: In-progress

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52299:298267a49c01 Date: 2012-02-09 12:04 +0100 http://bitbucket.org/pypy/pypy/changeset/298267a49c01/ Log:In-progress diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++ b/pypy

[pypy-commit] pypy stm-gc: Skip ExcData.exc_value.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52300:ec5f429098a2 Date: 2012-02-09 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/ec5f429098a2/ Log:Skip ExcData.exc_value. diff --git a/pypy/rpython/memory/gctypelayout.py b/pypy/rpython/memory/gctypelayout.py --- a/pypy/rpython/memory/g

[pypy-commit] pypy stm-gc: In-progress: hack at all files until targetdemo.py at least compiles.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52301:c14db797e8a3 Date: 2012-02-09 16:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c14db797e8a3/ Log:In-progress: hack at all files until targetdemo.py at least compiles. Doesn't run at all so far. diff --git a/pypy/config/translati

[pypy-commit] pypy backend-vector-ops: enable assert aligned from rlib.jit

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52305:c6740ea44dcc Date: 2012-02-09 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c6740ea44dcc/ Log:enable assert aligned from rlib.jit diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py

[pypy-commit] pypy numpy-record-dtypes: start writing a test

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52302:842dac94f7e3 Date: 2012-02-09 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/842dac94f7e3/ Log:start writing a test diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtype

[pypy-commit] pypy sse-vectorization: close long forgotten branch

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: sse-vectorization Changeset: r52303:028a592738b8 Date: 2012-02-09 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/028a592738b8/ Log:close long forgotten branch ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy backend-vector-ops: make assert_aligned a call

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52304:e61829326b21 Date: 2012-02-09 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/e61829326b21/ Log:make assert_aligned a call diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py --- a/py

[pypy-commit] pypy backend-vector-ops: enough to run vector ops on the simplest thing in numpy

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52307:922b890924eb Date: 2012-02-09 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/922b890924eb/ Log:enough to run vector ops on the simplest thing in numpy diff --git a/pypy/jit/codewriter/test/test_jtransform.py b/pyp

[pypy-commit] pypy stm-gc: Hack hack hack.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52308:ac82cd981a40 Date: 2012-02-09 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/ac82cd981a40/ Log:Hack hack hack. diff --git a/pypy/rpython/lltypesystem/lloperation.py b/pypy/rpython/lltypesystem/lloperation.py --- a/pypy/rpython/lltype

[pypy-commit] pypy release-1.8.x: Added tag release-1.8 for changeset 48ebdce33e1b

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52309:241dd7b92608 Date: 2012-02-09 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/241dd7b92608/ Log:Added tag release-1.8 for changeset 48ebdce33e1b diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@

[pypy-commit] pypy stm-gc: "Fix" the tests.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52310:9d9ea531a26d Date: 2012-02-09 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/9d9ea531a26d/ Log:"Fix" the tests. diff --git a/pypy/rpython/memory/gc/test/test_stmgc.py b/pypy/rpython/memory/gc/test/test_stmgc.py --- a/pypy/rpython/mem

[pypy-commit] pypy stm-gc: Piece together malloc_varsize_clear().

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52311:1106dbbc343f Date: 2012-02-09 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/1106dbbc343f/ Log:Piece together malloc_varsize_clear(). diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/me

[pypy-commit] pypy stm-gc: Fix the tests and add in_main_thread() as an stm call.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52312:75b3f0c7b338 Date: 2012-02-09 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/75b3f0c7b338/ Log:Fix the tests and add in_main_thread() as an stm call. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a

[pypy-commit] pypy stm-gc: Fix

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52313:13f64ca8b78c Date: 2012-02-09 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/13f64ca8b78c/ Log:Fix diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm/et.c +++ b/pypy/tran

[pypy-commit] pypy stm-gc: Fixes

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52314:de00dab5772e Date: 2012-02-09 17:18 +0100 http://bitbucket.org/pypy/pypy/changeset/de00dab5772e/ Log:Fixes diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpython/lltypesystem/rffi.py +++ b/pyp

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

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r311:d8d3269d1561 Date: 2012-02-09 18:21 +0200 http://bitbucket.org/pypy/pypy.org/changeset/d8d3269d1561/ Log:update the website diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -45,11 +45,11 @@ Python c

[pypy-commit] pypy default: update docs & version

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52315:a4aa0c1a1241 Date: 2012-02-09 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/a4aa0c1a1241/ Log:update docs & version diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst --- a/pypy/doc/getting-started.rst +++ b/p

[pypy-commit] pypy release-1.8.x: update docs & version

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52316:d2363496b90e Date: 2012-02-09 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/d2363496b90e/ Log:update docs & version diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst --- a/pypy/doc/getting-starte

[pypy-commit] pypy release-1.8.x: Added tag release-1.8 for changeset d2363496b90e

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52317:3d0ca347cc21 Date: 2012-02-09 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3d0ca347cc21/ Log:Added tag release-1.8 for changeset d2363496b90e diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -3,3 +3,5 @@

[pypy-commit] pypy default: merge

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52319:0576ef4b9865 Date: 2012-02-09 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/0576ef4b9865/ Log:merge diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8.0.

[pypy-commit] pypy release-1.8.x: Added tag release-1.8 for changeset 3d0ca347cc21

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52318:79a9b6c10bec Date: 2012-02-09 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/79a9b6c10bec/ Log:Added tag release-1.8 for changeset 3d0ca347cc21 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -5,3 +5,5 @@

[pypy-commit] pypy default: I think those are libraries we need on windows for libssl

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52320:503715708fe9 Date: 2012-02-09 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/503715708fe9/ Log:I think those are libraries we need on windows for libssl diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/

[pypy-commit] pypy release-1.8.x: I think those are libraries we need on windows for libssl

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52321:ef564984db64 Date: 2012-02-09 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ef564984db64/ Log:I think those are libraries we need on windows for libssl diff --git a/pypy/tool/release/package.py b/pypy/tool/release/pack

[pypy-commit] pypy stm-gc: Ah bah

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52322:d5104b01f3ed Date: 2012-02-09 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d5104b01f3ed/ Log:Ah bah diff --git a/pypy/translator/stm/src_stm/et.h b/pypy/translator/stm/src_stm/et.h --- a/pypy/translator/stm/src_stm/et.h +++ b/pypy/t

[pypy-commit] pypy release-1.8.x: Added tag release-1.8 for changeset ef564984db64

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52323:0d846fa3ebba Date: 2012-02-09 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0d846fa3ebba/ Log:Added tag release-1.8 for changeset ef564984db64 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -7,3 +7,5 @@

[pypy-commit] pypy stm-gc: Fix fix fix.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52324:1509515879ae Date: 2012-02-09 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/1509515879ae/ Log:Fix fix fix. diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py --- a/pypy/rlib/rstm.py +++ b/pypy/rlib/rstm.py @@ -12,6 +12,7 @@ @special

[pypy-commit] pypy release-1.8.x: another update of versions

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52326:2346207d9946 Date: 2012-02-09 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/2346207d9946/ Log:another update of versions diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h -

[pypy-commit] pypy default: another update of versions

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52325:84919a1a15d6 Date: 2012-02-09 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/84919a1a15d6/ Log:another update of versions diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mod

[pypy-commit] pypy release-1.8.x: Added tag release-1.8 for changeset 2346207d9946

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52327:0e28b379d8b3 Date: 2012-02-09 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/0e28b379d8b3/ Log:Added tag release-1.8 for changeset 2346207d9946 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -9,3 +9,5 @@

[pypy-commit] pypy reflex-support: minor cleanup

2012-02-09 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52328:54626427 Date: 2012-02-08 15:12 -0800 http://bitbucket.org/pypy/pypy/changeset/54626427/ Log:minor cleanup diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py

[pypy-commit] pypy reflex-support: o) factored out direct_ptradd

2012-02-09 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52330:985018b0e02c Date: 2012-02-09 12:14 -0800 http://bitbucket.org/pypy/pypy/changeset/985018b0e02c/ Log:o) factored out direct_ptradd o) optimization to only calculate offsets if necessary (w/o guards) diff --git a/pypy/modu

[pypy-commit] pypy ppc-jit-backend: Add redirect call assembler.

2012-02-09 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52331:a8c0140a9443 Date: 2012-02-09 15:33 -0500 http://bitbucket.org/pypy/pypy/changeset/a8c0140a9443/ Log:Add redirect call assembler. diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/pypy/jit/b

[pypy-commit] pypy ppc-jit-backend: Add redirect_call_assembler.

2012-02-09 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52332:9b7d5fc58a7f Date: 2012-02-09 15:34 -0500 http://bitbucket.org/pypy/pypy/changeset/9b7d5fc58a7f/ Log:Add redirect_call_assembler. diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/backend/ppc/

[pypy-commit] pypy stm-gc: Improve error reporting.

2012-02-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52333:77cae4242592 Date: 2012-02-09 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/77cae4242592/ Log:Improve error reporting. diff --git a/pypy/translator/stm/test/targetdemo.py b/pypy/translator/stm/test/targetdemo.py --- a/pypy/translato

[pypy-commit] pypy numpy-record-dtypes: a no-progress checkin

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52334:0901f6dc83de Date: 2012-02-09 22:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0901f6dc83de/ Log:a no-progress checkin diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --

[pypy-commit] pypy default: update docs

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52335:5e8590c7ed02 Date: 2012-02-09 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/5e8590c7ed02/ Log:update docs diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst --- a/pypy/doc/getting-started-python

[pypy-commit] pypy default: ignore more ops

2012-02-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52336:4b90bae5c842 Date: 2012-02-09 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4b90bae5c842/ Log:ignore more ops diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py --- a/pypy/translator/c/gcc/tra

[pypy-commit] pypy ppc-jit-backend: Change PPC64 redirect_call_assembler to overwrite function descriptor at old address.

2012-02-09 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52337:4d8c2ac62599 Date: 2012-02-09 17:07 -0500 http://bitbucket.org/pypy/pypy/changeset/4d8c2ac62599/ Log:Change PPC64 redirect_call_assembler to overwrite function descriptor at old address. diff --git a/pypy/jit/backend/ppc/opass

[pypy-commit] pypy default: Added truediv to arrays.

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52338:70d922c2ef77 Date: 2012-02-09 18:59 -0500 http://bitbucket.org/pypy/pypy/changeset/70d922c2ef77/ Log:Added truediv to arrays. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/m

[pypy-commit] pypy default: expose bitwise xor ufunc

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52339:402f6ef96ef0 Date: 2012-02-09 19:05 -0500 http://bitbucket.org/pypy/pypy/changeset/402f6ef96ef0/ Log:expose bitwise xor ufunc diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__in

[pypy-commit] pypy default: rtruediv on numpy boxes

2012-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52340:a33b00bbf1cb Date: 2012-02-09 19:18 -0500 http://bitbucket.org/pypy/pypy/changeset/a33b00bbf1cb/ Log:rtruediv on numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/micronum

[pypy-commit] pypy default: datetime.utcfromtimestamp() used to store microseconds as floats.

2012-02-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52341:8a9843bb99ad Date: 2012-02-10 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/8a9843bb99ad/ Log:datetime.utcfromtimestamp() used to store microseconds as floats. diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_py

[pypy-commit] pypy default: Skip this test on Windows

2012-02-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52342:12a8ddcd4671 Date: 2012-02-10 01:20 +0100 http://bitbucket.org/pypy/pypy/changeset/12a8ddcd4671/ Log:Skip this test on Windows diff --git a/pypy/module/_io/test/test_fileio.py b/pypy/module/_io/test/test_fileio.py --- a/pypy/module/_io

[pypy-commit] pypy default: Oops, did not mean to commit this

2012-02-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52343:44bceade8267 Date: 2012-02-10 01:24 +0100 http://bitbucket.org/pypy/pypy/changeset/44bceade8267/ Log:Oops, did not mean to commit this diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/da

[pypy-commit] pypy ppc-jit-backend: Fix typo.

2012-02-09 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52344:bd11f83e6f9f Date: 2012-02-09 19:50 -0500 http://bitbucket.org/pypy/pypy/changeset/bd11f83e6f9f/ Log:Fix typo. diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/backend/ppc/runner.py +++ b/pyp

[pypy-commit] pypy ppc-jit-backend: Use IS_PPC_32 instead of IS_PPC_64.

2012-02-09 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52345:d73e22ec0e6a Date: 2012-02-09 21:02 -0500 http://bitbucket.org/pypy/pypy/changeset/d73e22ec0e6a/ Log:Use IS_PPC_32 instead of IS_PPC_64. diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/pyp