Author: Antonio Cuni
Branch: py3k
Changeset: r52698:a92e756eead4
Date: 2012-02-20 22:48 +0100
http://bitbucket.org/pypy/pypy/changeset/a92e756eead4/
Log:s/__builtin__/builtins
diff --git a/pypy/interpreter/test/test_module.py
b/pypy/interpreter/test/test_module.py
--- a/pypy/interpreter/tes
Author: Antonio Cuni
Branch: py3k
Changeset: r52697:48b1edafc52a
Date: 2012-02-20 22:47 +0100
http://bitbucket.org/pypy/pypy/changeset/48b1edafc52a/
Log:dict.keys() and range() no longer return lists in python3, adapt the
tests
diff --git a/pypy/interpreter/test/test_nestedscope.py
Author: Antonio Cuni
Branch: py3k
Changeset: r52699:c29adf6b388b
Date: 2012-02-20 22:50 +0100
http://bitbucket.org/pypy/pypy/changeset/c29adf6b388b/
Log:s/__builtin__/builtins
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/t
Author: Antonio Cuni
Branch: py3k
Changeset: r52701:359ade7abb4c
Date: 2012-02-20 22:54 +0100
http://bitbucket.org/pypy/pypy/changeset/359ade7abb4c/
Log:fix syntax
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test_pyf
Author: Antonio Cuni
Branch: py3k
Changeset: r52700:08546a562e23
Date: 2012-02-20 22:54 +0100
http://bitbucket.org/pypy/pypy/changeset/08546a562e23/
Log:fix syntax
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test_pyf
Author: Antonio Cuni
Branch: py3k
Changeset: r52703:45dc6af4adc3
Date: 2012-02-21 00:01 +0100
http://bitbucket.org/pypy/pypy/changeset/45dc6af4adc3/
Log:rewrite this test by using sum() instead of print(). The problem
with print is that we are also tracing a lot of functions inside
Author: Antonio Cuni
Branch: py3k
Changeset: r52702:26bb8ffd76f5
Date: 2012-02-20 23:01 +0100
http://bitbucket.org/pypy/pypy/changeset/26bb8ffd76f5/
Log:fix syntax, and use next() to get the next item of the generator
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/tes
Author: Antonio Cuni
Branch: py3k
Changeset: r52707:b12bfba17a60
Date: 2012-02-21 00:06 +0100
http://bitbucket.org/pypy/pypy/changeset/b12bfba17a60/
Log:we no longer have oldstyle classes, kill this part of the test
diff --git a/pypy/interpreter/test/test_objspace.py
b/pypy/interpreter/test
Author: Antonio Cuni
Branch: py3k
Changeset: r52704:31dba1322ab7
Date: 2012-02-21 00:03 +0100
http://bitbucket.org/pypy/pypy/changeset/31dba1322ab7/
Log:kill this test, we no longer have the three-args raise form
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/tes
Author: Antonio Cuni
Branch: py3k
Changeset: r52708:29787b8bfeab
Date: 2012-02-21 00:09 +0100
http://bitbucket.org/pypy/pypy/changeset/29787b8bfeab/
Log:re-raise the operror if it's not of the expected type;
s/next/__next__
diff --git a/pypy/interpreter/test/test_objspace.py
b/pypy/
Author: Antonio Cuni
Branch: py3k
Changeset: r52705:e2b89bb4df90
Date: 2012-02-21 00:03 +0100
http://bitbucket.org/pypy/pypy/changeset/e2b89bb4df90/
Log:s/xrange/range
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test
Author: Antonio Cuni
Branch: py3k
Changeset: r52709:0807d354c622
Date: 2012-02-21 00:11 +0100
http://bitbucket.org/pypy/pypy/changeset/0807d354c622/
Log:fix syntax
diff --git a/pypy/interpreter/test/test_typedef.py
b/pypy/interpreter/test/test_typedef.py
--- a/pypy/interpreter/test/test_typ
Author: Antonio Cuni
Branch: py3k
Changeset: r52706:a04906e56772
Date: 2012-02-21 00:04 +0100
http://bitbucket.org/pypy/pypy/changeset/a04906e56772/
Log:s/__builtin__/builtins
diff --git a/pypy/interpreter/test/test_objspace.py
b/pypy/interpreter/test/test_objspace.py
--- a/pypy/interpreter
Author: Antonio Cuni
Branch: py3k
Changeset: r52710:2963eaf808c2
Date: 2012-02-21 10:02 +0100
http://bitbucket.org/pypy/pypy/changeset/2963eaf808c2/
Log:bah, this test did nothing because of a bad indentation. Fix it, and
adapt to py3k because list.append is no longer an unboud method
Author: Antonio Cuni
Branch: py3k
Changeset: r52711:b18b2fc21ef3
Date: 2012-02-21 10:06 +0100
http://bitbucket.org/pypy/pypy/changeset/b18b2fc21ef3/
Log:kill the attributes im_self and im_func from Method objects, in py3k
they have been replaced by __self__ and __func__. I expect some
Author: Antonio Cuni
Branch: py3k
Changeset: r52713:427eec028c45
Date: 2012-02-21 10:38 +0100
http://bitbucket.org/pypy/pypy/changeset/427eec028c45/
Log:s/func_code/__code__ in test_code.py
diff --git a/pypy/interpreter/test/test_code.py
b/pypy/interpreter/test/test_code.py
--- a/pypy/inter
Author: Antonio Cuni
Branch: py3k
Changeset: r52712:3abb17f92ceb
Date: 2012-02-21 10:36 +0100
http://bitbucket.org/pypy/pypy/changeset/3abb17f92ceb/
Log:make sure that test_function passes with -A: this is mostly about
replacing access to func_* attributes with __*__
diff --git a/pyp
Author: Antonio Cuni
Branch: py3k
Changeset: r52714:365afd942db2
Date: 2012-02-21 10:49 +0100
http://bitbucket.org/pypy/pypy/changeset/365afd942db2/
Log:kill the func_* attributes, in python3 we only have the
corresponding __*__. Also, replace them in all the tests in
interpre
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52715:cbc1e5945396
Date: 2012-02-21 01:38 -0800
http://bitbucket.org/pypy/pypy/changeset/cbc1e5945396/
Log:Allow to add an offset of 0 when using shadow stack, as long as the
offset is aligned
diff --git a/pypy/jit/backend/l
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52716:6debfbeeb8b8
Date: 2012-02-21 01:39 -0800
http://bitbucket.org/pypy/pypy/changeset/6debfbeeb8b8/
Log:store the correct register here
diff --git a/pypy/jit/backend/ppc/ppc_assembler.py
b/pypy/jit/backend/ppc/ppc_assembler.py
-
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52717:1f4a181255fa
Date: 2012-02-21 02:04 -0800
http://bitbucket.org/pypy/pypy/changeset/1f4a181255fa/
Log:Do not save the volatile registers around the call malloc in
malloc_slowpath
Saving the registers for malloc
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52718:a194a3b4885f
Date: 2012-02-21 02:11 -0800
http://bitbucket.org/pypy/pypy/changeset/a194a3b4885f/
Log:store frame size for malloc_slowpath in a variable
diff --git a/pypy/jit/backend/ppc/ppc_assembler.py
b/pypy/jit/backend/ppc
Author: Antonio Cuni
Branch: py3k
Changeset: r52719:94f6f187a675
Date: 2012-02-21 11:36 +0100
http://bitbucket.org/pypy/pypy/changeset/94f6f187a675/
Log:(antocuni, arigo): we no longer have a file to subclass in py3k.
Change the test to use array.array, and add a comment explaining
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52720:dd71f098d947
Date: 2012-02-21 05:10 -0700
http://bitbucket.org/pypy/pypy/changeset/dd71f098d947/
Log:disable this for the purpose of this branch
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/_
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52721:a45b3cbb09c3
Date: 2012-02-21 05:27 -0700
http://bitbucket.org/pypy/pypy/changeset/a45b3cbb09c3/
Log:disable it completely
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
---
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52722:a92fc8dd58c6
Date: 2012-02-21 05:35 -0700
http://bitbucket.org/pypy/pypy/changeset/a92fc8dd58c6/
Log:more disabling
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52723:c73e7dfd34eb
Date: 2012-02-21 05:56 -0700
http://bitbucket.org/pypy/pypy/changeset/c73e7dfd34eb/
Log:be slightly more robust against random stuff like opaque types
diff --git a/pypy/rpython/rbuiltin.py b/pypy/rpython/rbu
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52724:da24a5614f75
Date: 2012-02-21 06:50 -0700
http://bitbucket.org/pypy/pypy/changeset/da24a5614f75/
Log:ARGH;
diff --git a/pypy/rpython/memory/gctransform/transform.py
b/pypy/rpython/memory/gctransform/transform.py
--- a/p
Author: David Schneider
Branch: arm-backend-2
Changeset: r52725:515842e726fc
Date: 2012-02-21 13:51 +
http://bitbucket.org/pypy/pypy/changeset/515842e726fc/
Log:add a timeout of 600s to tests using pexpect. Timeouts were causing
test failures on ARM
diff --git a/pypy/conftest.py
Author: David Schneider
Branch: arm-backend-2
Changeset: r52726:af0e88e4cedc
Date: 2012-02-21 13:52 +
http://bitbucket.org/pypy/pypy/changeset/af0e88e4cedc/
Log:Also add a timeout to tests explicitly using pexpect
diff --git a/pypy/module/_minimal_curses/test/test_curses.py
b/pypy/modul
Author: Antonio Cuni
Branch: py3k
Changeset: r52727:5a4f37c69744
Date: 2012-02-21 12:11 +0100
http://bitbucket.org/pypy/pypy/changeset/5a4f37c69744/
Log:fix the syntax here. The test still fails, no clue why
diff --git a/pypy/interpreter/test/test_zpy.py
b/pypy/interpreter/test/test_zpy.py
Author: Antonio Cuni
Branch: py3k
Changeset: r52728:97dcba2db8d1
Date: 2012-02-21 12:20 +0100
http://bitbucket.org/pypy/pypy/changeset/97dcba2db8d1/
Log:fix these two tests after we killed func_* and im_self
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/
Author: Antonio Cuni
Branch: py3k
Changeset: r52732:fa465e45bc43
Date: 2012-02-21 13:34 +0100
http://bitbucket.org/pypy/pypy/changeset/fa465e45bc43/
Log:s/func_code/__code__, and fix one import of StringIO
diff --git a/pypy/module/_lsprof/test/test_cprofile.py
b/pypy/module/_lsprof/test/tes
Author: Antonio Cuni
Branch: py3k
Changeset: r52729:cad083e080fd
Date: 2012-02-21 12:29 +0100
http://bitbucket.org/pypy/pypy/changeset/cad083e080fd/
Log:s/func_code/__code__
diff --git a/pypy/module/_collections/app_defaultdict.py
b/pypy/module/_collections/app_defaultdict.py
--- a/pypy/mod
Author: Antonio Cuni
Branch: py3k
Changeset: r52733:ca3bebdbf7d8
Date: 2012-02-21 13:37 +0100
http://bitbucket.org/pypy/pypy/changeset/ca3bebdbf7d8/
Log:s/func_code/__code__, and force the list out of range()
diff --git a/pypy/module/pypyjit/test/test_jit_hook.py
b/pypy/module/pypyjit/test/
Author: Antonio Cuni
Branch: py3k
Changeset: r52730:4dc1b4196c99
Date: 2012-02-21 12:29 +0100
http://bitbucket.org/pypy/pypy/changeset/4dc1b4196c99/
Log:s/xrange/range
diff --git a/pypy/module/_collections/test/test_deque.py
b/pypy/module/_collections/test/test_deque.py
--- a/pypy/module/_c
Author: Antonio Cuni
Branch: py3k
Changeset: r52731:3c40a4aa219a
Date: 2012-02-21 13:28 +0100
http://bitbucket.org/pypy/pypy/changeset/3c40a4aa219a/
Log:s/func_code/__code__
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
---
Author: Antonio Cuni
Branch: py3k
Changeset: r52735:e2538e50a9a4
Date: 2012-02-21 15:10 +0100
http://bitbucket.org/pypy/pypy/changeset/e2538e50a9a4/
Log:s/func_code/__code__
diff --git a/pypy/objspace/std/test/test_proxy_function.py
b/pypy/objspace/std/test/test_proxy_function.py
--- a/pypy
Author: Antonio Cuni
Branch: py3k
Changeset: r52736:46769341e0eb
Date: 2012-02-21 16:06 +0100
http://bitbucket.org/pypy/pypy/changeset/46769341e0eb/
Log:don't pop() the __doc__ attribute out of rawdict, else the
corresponding GetSetProperty won't be seen by self.add_entries, and
Author: Antonio Cuni
Branch: py3k
Changeset: r52734:422010ccb862
Date: 2012-02-21 13:40 +0100
http://bitbucket.org/pypy/pypy/changeset/422010ccb862/
Log:s/func_code/__code__
diff --git a/pypy/objspace/std/test/test_mapdict.py
b/pypy/objspace/std/test/test_mapdict.py
--- a/pypy/objspace/std/
Author: Antonio Cuni
Branch: py3k
Changeset: r52737:4224a1520aa4
Date: 2012-02-21 16:06 +0100
http://bitbucket.org/pypy/pypy/changeset/4224a1520aa4/
Log:merge heads
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/test_compiler.py
--- a/pyp
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52738:11d8122c7d7a
Date: 2012-02-21 08:48 -0700
http://bitbucket.org/pypy/pypy/changeset/11d8122c7d7a/
Log:bleh remove leftovers
diff --git a/pypy/jit/metainterp/optimizeopt/vectorize.py
b/pypy/jit/metainterp/optimizeopt/vect
Author: Alex Gaynor
Branch:
Changeset: r52739:4d956cf97a10
Date: 2012-02-21 10:55 -0500
http://bitbucket.org/pypy/pypy/changeset/4d956cf97a10/
Log:a failing test
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/micronump
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52740:aaa9c4ef0367
Date: 2012-02-21 08:59 -0700
http://bitbucket.org/pypy/pypy/changeset/aaa9c4ef0367/
Log:OneDimIterator has a promoted step. skeptical
diff --git a/pypy/module/micronumpy/interp_iter.py
b/pypy/module/micronu
Author: Armin Rigo
Branch:
Changeset: r52741:48ef6cd6e2df
Date: 2012-02-21 18:00 +0100
http://bitbucket.org/pypy/pypy/changeset/48ef6cd6e2df/
Log:Comment (derived from pypy-dev).
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/st
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52742:16239b2ad2c1
Date: 2012-02-21 08:37 -0800
http://bitbucket.org/pypy/pypy/changeset/16239b2ad2c1/
Log:(edelsohn, bivab) remove r2 and r13 from the list of volatile
registers.
r2 is persisted around calls anyway
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r52743:26cf1b59efdb
Date: 2012-02-21 09:02 -0800
http://bitbucket.org/pypy/pypy/changeset/26cf1b59efdb/
Log:create a minimal frame malloc_slowpath and save sp and lr to the
corresponding slots
diff --git a/pypy/jit/backend/pp
Author: Antonio Cuni
Branch: py3k
Changeset: r52744:6b61991afc70
Date: 2012-02-21 16:11 +0100
http://bitbucket.org/pypy/pypy/changeset/6b61991afc70/
Log:s/func_code/__code__
diff --git a/pypy/translator/test/test_geninterp.py
b/pypy/translator/test/test_geninterp.py
--- a/pypy/translator/te
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52745:7358ce540e67
Date: 2012-02-21 11:48 -0700
http://bitbucket.org/pypy/pypy/changeset/7358ce540e67/
Log:fix the assembler names
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/too
Author: Amaury Forgeot d'Arc
Branch: sepcomp2
Changeset: r52746:b97ceb68c086
Date: 2012-02-21 22:41 +0100
http://bitbucket.org/pypy/pypy/changeset/b97ceb68c086/
Log:Start framework for a separate compilation.
diff --git a/pypy/translator/c/exportinfo.py b/pypy/translator/c/exportinfo.py
new
Author: Armin Rigo
Branch: stm-gc
Changeset: r52747:a8e0e462beb9
Date: 2012-02-22 00:00 +0100
http://bitbucket.org/pypy/pypy/changeset/a8e0e462beb9/
Log:XXX temporarily disable the method cache, again. Even if it is
thread-local, depending (randomly) on whether there is an update to
Author: Amaury Forgeot d'Arc
Branch: sepcomp2
Changeset: r52748:ce2d7e8a1b42
Date: 2012-02-21 23:28 +0100
http://bitbucket.org/pypy/pypy/changeset/ce2d7e8a1b42/
Log:Functions can be @exported without specifying argument types, as
long as they are annotated in some other way.
diff --g
Author: Amaury Forgeot d'Arc
Branch: sepcomp2
Changeset: r52749:162e6879b761
Date: 2012-02-22 00:33 +0100
http://bitbucket.org/pypy/pypy/changeset/162e6879b761/
Log:Add support for passing RPython instances between modules. The
constructor is also exported.
FIXME: I had to di
Author: Maciej Fijalkowski
Branch:
Changeset: r52750:b6874c42c2ff
Date: 2012-02-21 11:48 -0700
http://bitbucket.org/pypy/pypy/changeset/b6874c42c2ff/
Log:fix the assembler names
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/jitlogparser/par
Author: Philip Jenvey
Branch: extradoc
Changeset: r4097:12a4ad40ab30
Date: 2012-02-21 17:24 -0800
http://bitbucket.org/pypy/extradoc/changeset/12a4ad40ab30/
Log:legal counseling
diff --git a/talk/sea2012/talk.rst b/talk/sea2012/talk.rst
--- a/talk/sea2012/talk.rst
+++ b/talk/sea2012/talk.rst
Author: Alex Gaynor
Branch: extradoc
Changeset: r4098:3dca0a7b9146
Date: 2012-02-21 20:25 -0500
http://bitbucket.org/pypy/extradoc/changeset/3dca0a7b9146/
Log:more text
diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst
b/talk/pycon2012/tutorial/emails/01_numpy.rst
--- a/talk/pycon201
Author: Alex Gaynor
Branch: extradoc
Changeset: r4099:ba04f56772e5
Date: 2012-02-21 20:26 -0500
http://bitbucket.org/pypy/extradoc/changeset/ba04f56772e5/
Log:merged upstream
diff --git a/planning/separate-compilation.txt
b/planning/separate-compilation.txt
new file mode 100644
--- /dev/nul
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4100:8c327578c393
Date: 2012-02-21 18:35 -0700
http://bitbucket.org/pypy/extradoc/changeset/8c327578c393/
Log:missing letter and some more slides
diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst
b/talk/pycon2012/tutorial/emails
Author: Maciej Fijalkowski
Branch:
Changeset: r52752:126806ef2466
Date: 2012-02-21 18:35 -0700
http://bitbucket.org/pypy/pypy/changeset/126806ef2466/
Log:add a jitdriver here
diff --git a/pypy/module/micronumpy/interp_support.py
b/pypy/module/micronumpy/interp_support.py
--- a/pypy/module/
Author: Alex Gaynor
Branch: extradoc
Changeset: r4101:3f98dbfa8ce3
Date: 2012-02-21 20:39 -0500
http://bitbucket.org/pypy/extradoc/changeset/3f98dbfa8ce3/
Log:return address
diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst
b/talk/pycon2012/tutorial/emails/01_numpy.rst
--- a/talk/pyc
Author: Alex Gaynor
Branch: extradoc
Changeset: r4102:81cb6c1cc6b2
Date: 2012-02-21 20:41 -0500
http://bitbucket.org/pypy/extradoc/changeset/81cb6c1cc6b2/
Log:merged upstream
diff --git a/talk/pycon2012/tutorial/emails/01_numpy.rst
b/talk/pycon2012/tutorial/emails/01_numpy.rst
--- a/talk/py
Author: Alex Gaynor
Branch:
Changeset: r52754:dde74845c41f
Date: 2012-02-21 20:48 -0500
http://bitbucket.org/pypy/pypy/changeset/dde74845c41f/
Log:make numpy boxes work with str.format
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/pypy/m
Author: Alex Gaynor
Branch:
Changeset: r52755:6dd80b3ec992
Date: 2012-02-21 20:49 -0500
http://bitbucket.org/pypy/pypy/changeset/6dd80b3ec992/
Log:merged upstream
diff --git a/pypy/module/micronumpy/interp_support.py
b/pypy/module/micronumpy/interp_support.py
--- a/pypy/module/micronumpy/i
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52756:939a94b35997
Date: 2012-02-21 19:46 -0700
http://bitbucket.org/pypy/pypy/changeset/939a94b35997/
Log:ugh, fix the merge
diff --git a/pypy/module/micronumpy/interp_support.py
b/pypy/module/micronumpy/interp_support.py
--
Author: Maciej Fijalkowski
Branch: backend-vector-ops
Changeset: r52757:c72d8c439aff
Date: 2012-02-21 20:57 -0700
http://bitbucket.org/pypy/pypy/changeset/c72d8c439aff/
Log:oops
diff --git a/pypy/module/micronumpy/interp_support.py
b/pypy/module/micronumpy/interp_support.py
--- a/pypy/modul
65 matches
Mail list logo