Author: Armin Rigo
Branch: stm
Changeset: r48806:0782958b144f
Date: 2011-11-05 19:41 +0100
http://bitbucket.org/pypy/pypy/changeset/0782958b144f/
Log:Hard-code the STM logic here for now.
diff --git a/pypy/rpython/lltypesystem/rffi.py
b/pypy/rpython/lltypesystem/rffi.py
--- a/pypy/rpython/l
Author: Armin Rigo
Branch:
Changeset: r48807:16447af5aece
Date: 2011-11-06 08:44 +0100
http://bitbucket.org/pypy/pypy/changeset/16447af5aece/
Log:Get rid of the test_distutils failure, which (for now) is really
irrelevant. We know that sys.get_config('CC') returns None on pypy;
Author: Armin Rigo
Branch:
Changeset: r48808:fa885677f10c
Date: 2011-11-06 08:44 +0100
http://bitbucket.org/pypy/pypy/changeset/fa885677f10c/
Log:This test no longer xfails.
diff --git a/lib-python/modified-2.7/ctypes/test/test_simplesubclasses.py
b/lib-python/modified-2.7/ctypes/test/test
Author: Armin Rigo
Branch:
Changeset: r48809:ba608a73c81c
Date: 2011-11-06 08:44 +0100
http://bitbucket.org/pypy/pypy/changeset/ba608a73c81c/
Log:Fix test_bitfields just by relaxing this check here.
diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py
--- a/lib_pypy/_c
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48812:a5e1ecd1e6cf
Date: 2011-11-06 10:13 +0100
http://bitbucket.org/pypy/pypy/changeset/a5e1ecd1e6cf/
Log:first test with a brigde passing
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainter
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48814:88a4fdc05e1f
Date: 2011-11-06 10:25 +0100
http://bitbucket.org/pypy/pypy/changeset/88a4fdc05e1f/
Log:we still need it here
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/j
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48815:50843084d602
Date: 2011-11-06 10:46 +0100
http://bitbucket.org/pypy/pypy/changeset/50843084d602/
Log:reintroduce inputargs on loops
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48810:865055ea9253
Date: 2011-11-05 18:14 +0100
http://bitbucket.org/pypy/pypy/changeset/865055ea9253/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/test_ajit.py
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/t
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48811:5e84c483e93d
Date: 2011-11-06 09:15 +0100
http://bitbucket.org/pypy/pypy/changeset/5e84c483e93d/
Log:support for bridges in progress
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48813:72538680f42b
Date: 2011-11-06 10:21 +0100
http://bitbucket.org/pypy/pypy/changeset/72538680f42b/
Log:we now need inputargs again...
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48816:0faba264d761
Date: 2011-11-06 10:49 +0100
http://bitbucket.org/pypy/pypy/changeset/0faba264d761/
Log:fix
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/jit/m
Author: Maciej Fijalkowski
Branch:
Changeset: r48817:29573471a8fd
Date: 2011-11-06 11:13 +0100
http://bitbucket.org/pypy/pypy/changeset/29573471a8fd/
Log:expose size attribute
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modu
Author: Maciej Fijalkowski
Branch:
Changeset: r48818:5a19f9787d6b
Date: 2011-11-06 11:14 +0100
http://bitbucket.org/pypy/pypy/changeset/5a19f9787d6b/
Log:merge default
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -
Author: Armin Rigo
Branch: jit-targets
Changeset: r48819:1772c5517e92
Date: 2011-11-06 11:28 +0100
http://bitbucket.org/pypy/pypy/changeset/1772c5517e92/
Log:Start fixing graphpage.py.
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/comp
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48820:a91e6cab9119
Date: 2011-11-06 12:46 +0100
http://bitbucket.org/pypy/pypy/changeset/a91e6cab9119/
Log:a first failed atempt to support retrace, we need to redesign...
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/com
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48821:cb3302d943c7
Date: 2011-11-06 14:09 +0100
http://bitbucket.org/pypy/pypy/changeset/cb3302d943c7/
Log:Rename ProcedureToken to JitCellToken. It now refers to all compiled
traces starting from a specific JitCell and it is used as
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48822:9a23b1fe6986
Date: 2011-11-06 14:10 +0100
http://bitbucket.org/pypy/pypy/changeset/9a23b1fe6986/
Log:hg merge
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48823:f8438a89169b
Date: 2011-11-06 13:24 +0100
http://bitbucket.org/pypy/pypy/changeset/f8438a89169b/
Log:adjusted the overflow checks
diff --git a/pypy/rpython/rint.py b/pypy/rpython/rint.py
--- a/pypy/rpython/rint.py
+++ b/pypy/rpyt
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48825:626b202a12c5
Date: 2011-11-06 14:18 +0100
http://bitbucket.org/pypy/pypy/changeset/626b202a12c5/
Log:merge
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48824:0944b1ca1861
Date: 2011-11-06 14:13 +0100
http://bitbucket.org/pypy/pypy/changeset/0944b1ca1861/
Log:Adjusted 'long' in most c/src files, but tried carefully not to mix
up things where CPython is involved.
diff --git a/py
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48826:8910ec31f7e2
Date: 2011-11-06 14:37 +0100
http://bitbucket.org/pypy/pypy/changeset/8910ec31f7e2/
Log:reverted a few changes which cannot take external macros
diff --git a/pypy/translator/c/src/stack.h b/pypy/translator/c/src/stac
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48827:c4ab5a26c418
Date: 2011-11-06 15:02 +0100
http://bitbucket.org/pypy/pypy/changeset/c4ab5a26c418/
Log:modulo 4 tests (flot/unicode conversion), it all works. Renamed
stuff to 'Signed', 'Unsigned' after a suggestion from Arm
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48828:82923819cf55
Date: 2011-11-06 16:22 +0100
http://bitbucket.org/pypy/pypy/changeset/82923819cf55/
Log:traces from interpreter now working again
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48830:f977b0b7d913
Date: 2011-11-06 18:12 +0100
http://bitbucket.org/pypy/pypy/changeset/f977b0b7d913/
Log:simplified primitive.py by using the types 'Signed' and 'Unsigned'
which are defined in g_prerequisites.h
diff --git a/p
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48829:0525e812c2ca
Date: 2011-11-06 18:07 +0100
http://bitbucket.org/pypy/pypy/changeset/0525e812c2ca/
Log:corrected the formatting of constants. Pretty hackish by a small
function that replaces L with LL, but very local and obv
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48831:b262b6ae31dd
Date: 2011-11-06 16:39 +0100
http://bitbucket.org/pypy/pypy/changeset/b262b6ae31dd/
Log:test_loop_1 passing
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgra
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48833:d04c6e6f5e44
Date: 2011-11-06 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/d04c6e6f5e44/
Log:retrace support
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48832:9b87dd5eeb7f
Date: 2011-11-06 17:05 +0100
http://bitbucket.org/pypy/pypy/changeset/9b87dd5eeb7f/
Log:bridge support
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b
Author: Hakan Ardo
Branch: jit-targets
Changeset: r48834:123a7a37c565
Date: 2011-11-06 18:54 +0100
http://bitbucket.org/pypy/pypy/changeset/123a7a37c565/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/support.py
b/pypy/jit/metainterp/test/support.py
--- a/pypy/jit/metainterp/test/suppo
Author: Hakan Ardo
Branch: jit-refactor-tests
Changeset: r48835:c16efa936b3b
Date: 2011-11-06 20:57 +0100
http://bitbucket.org/pypy/pypy/changeset/c16efa936b3b/
Log:converted tests
diff --git a/pypy/jit/metainterp/test/test_loop.py
b/pypy/jit/metainterp/test/test_loop.py
--- a/pypy/jit/meta
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48836:d34a3188c6c8
Date: 2011-10-22 23:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d34a3188c6c8/
Log:remove remnants of the getslice operations
diff --git a/pypy/objspace/std/builtinshortcut.py
b/pypy/objspace/std/builtinshortcut.p
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48838:c30f57c0a8d2
Date: 2011-10-26 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/c30f57c0a8d2/
Log:Share code between bytes and bytearray constructors. Add support for
bytes(unicode_string, encoding)
diff --git a/pypy/objs
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48837:8299efdb68b6
Date: 2011-10-23 11:46 +0200
http://bitbucket.org/pypy/pypy/changeset/8299efdb68b6/
Log:Rename: sys.long_info -> sys.int_info
diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py
--- a/pypy/module/sys/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48841:bab586dbcd9c
Date: 2011-10-26 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/bab586dbcd9c/
Log:Fix translation
diff --git a/pypy/objspace/std/bytearraytype.py
b/pypy/objspace/std/bytearraytype.py
--- a/pypy/objspace/std/bytea
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48839:81ac05c2ad26
Date: 2011-10-26 12:30 +0200
http://bitbucket.org/pypy/pypy/changeset/81ac05c2ad26/
Log:Fix object.__reduce_ex__
diff --git a/pypy/objspace/std/objecttype.py b/pypy/objspace/std/objecttype.py
--- a/pypy/objspace/std/obj
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48842:a4cd79eb1bb5
Date: 2011-10-26 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/a4cd79eb1bb5/
Log:Disallow implicit concatenation of bytes and strings
diff --git a/pypy/interpreter/astcompiler/astbuilder.py
b/pypy/interpreter/as
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48840:0face036f35c
Date: 2011-10-26 12:31 +0200
http://bitbucket.org/pypy/pypy/changeset/0face036f35c/
Log:Fix pickle of builtin types.
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48843:4dbce2bccfb1
Date: 2011-10-26 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/4dbce2bccfb1/
Log:unicode string should not join bytes items
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48844:b12056207f0c
Date: 2011-10-26 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/b12056207f0c/
Log:Implement imp.cache_from_source()
diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py
--- a/pypy/module/imp/__in
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48845:90b2ca3bd7d6
Date: 2011-10-26 23:15 +0200
http://bitbucket.org/pypy/pypy/changeset/90b2ca3bd7d6/
Log:imp.get_magic() returns bytes
diff --git a/pypy/module/imp/interp_imp.py b/pypy/module/imp/interp_imp.py
--- a/pypy/module/imp/inte
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48846:051fd7d46101
Date: 2011-10-27 01:06 +0200
http://bitbucket.org/pypy/pypy/changeset/051fd7d46101/
Log:cpyext: Add PyUnicode_*Latin1 functions
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_unic
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48848:5bf4b00693af
Date: 2011-10-27 01:14 +0200
http://bitbucket.org/pypy/pypy/changeset/5bf4b00693af/
Log:Remove implemented functions from stubs.py
diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py
--- a/pypy/module/cpy
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48847:8ee82fc7f024
Date: 2011-10-27 01:13 +0200
http://bitbucket.org/pypy/pypy/changeset/8ee82fc7f024/
Log:Export PyDescr_NewMethod and the PyWrapperDescr_Type it returns
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
---
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48849:6cd69184b2f4
Date: 2011-11-06 20:20 +0100
http://bitbucket.org/pypy/pypy/changeset/6cd69184b2f4/
Log:Implement PyUnicode_EncodeUTF8
diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py
--- a/pypy/module/cpyext/stubs.py
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48850:ac95da4c2214
Date: 2011-11-06 20:54 +0100
http://bitbucket.org/pypy/pypy/changeset/ac95da4c2214/
Log:All these functions PyUnicode_DecodeASCII &co are really similar,
use a single template to generate them.
diff --git a/pypy/mod
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r48851:6d0f05e9a3ac
Date: 2011-11-06 20:55 +0100
http://bitbucket.org/pypy/pypy/changeset/6d0f05e9a3ac/
Log:Implement PyWeakref_NewProxy, thanks dcolish!
diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py
--- a/pypy/module/
Author: Alex Gaynor
Branch:
Changeset: r48852:9e7c5b33e755
Date: 2011-11-06 15:14 -0500
http://bitbucket.org/pypy/pypy/changeset/9e7c5b33e755/
Log:fix a crash and translation in micronumpy
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48853:997bcc8c1c1f
Date: 2011-11-07 00:03 +0100
http://bitbucket.org/pypy/pypy/changeset/997bcc8c1c1f/
Log:Update the list of test files with the content of
3.2/test/test_*.py. Tried to keep the previous attributes when they
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48854:1bab2dd470bf
Date: 2011-11-07 00:23 +0100
http://bitbucket.org/pypy/pypy/changeset/1bab2dd470bf/
Log:Make sure sys.stdout or sys.stderr are initialized when app_main
prints
--version or --help
diff --git a/pypy/trans
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48855:5a52e0062e49
Date: 2011-11-06 21:36 +0100
http://bitbucket.org/pypy/pypy/changeset/5a52e0062e49/
Log:a little bit of comments for me ;-)
diff --git a/pypy/rpython/rmodel.py b/pypy/rpython/rmodel.py
--- a/pypy/rpython/rmodel.py
++
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48856:dc81624b6a84
Date: 2011-11-07 00:40 +0100
http://bitbucket.org/pypy/pypy/changeset/dc81624b6a84/
Log:got one of four things in test_typed.py to run. It is rffi related,
the others probably as well. I want to add more struc
Author: Christian Tismer
Branch: win64_gborg
Changeset: r48857:84921a708527
Date: 2011-11-07 00:42 +0100
http://bitbucket.org/pypy/pypy/changeset/84921a708527/
Log:merge default
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48858:ee437d31d9fe
Date: 2011-11-07 01:05 +0100
http://bitbucket.org/pypy/pypy/changeset/ee437d31d9fe/
Log:Fix for py.test running CPython test suite
diff --git a/pypy/tool/pytest/run-script/regrverbose.py
b/pypy/tool/pytest/run-script/r
53 matches
Mail list logo