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
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
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/
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
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
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
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
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/
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
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
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
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.
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.
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
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
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
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:
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/
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
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
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
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
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
---
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
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
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
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
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/
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
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
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
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
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
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
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'
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
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
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
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
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
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.
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
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
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
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 @@
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
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
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
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
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
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
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
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
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 @@
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.
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 @@
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/
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
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
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 @@
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
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
-
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
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 @@
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
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
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
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/
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
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
--
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
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
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
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
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
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
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
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
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
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
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
81 matches
Mail list logo