Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49386:e49090902cb5
Date: 2011-11-14 10:18 +0100
http://bitbucket.org/pypy/pypy/changeset/e49090902cb5/
Log:one more test and start working on repr
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micron
Author: Armin Rigo
Branch:
Changeset: r49387:f718100d7782
Date: 2011-11-14 10:44 +0100
http://bitbucket.org/pypy/pypy/changeset/f718100d7782/
Log:Backout ad8b93cf993c and 38f173ee998a, which fail on tannit.
diff --git a/pypy/translator/platform/__init__.py
b/pypy/translator/platform/__init
Author: David Schneider
Branch: arm-backend-2
Changeset: r49389:f6952466347e
Date: 2011-11-14 10:44 +0100
http://bitbucket.org/pypy/pypy/changeset/f6952466347e/
Log:make sure arm backend tests are only executed when running on ARM
diff --git a/pypy/jit/backend/arm/test/test_arch.py
b/pypy/j
Author: Armin Rigo
Branch:
Changeset: r49391:3ed133d0ce83
Date: 2011-11-14 10:53 +0100
http://bitbucket.org/pypy/pypy/changeset/3ed133d0ce83/
Log:Fix annotation issues.
diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py
--- a/pypy/objspace/std/intobject.py
+++ b/py
Author: Maciej Fijalkowski
Branch:
Changeset: r49392:3cbd94863224
Date: 2011-11-14 10:53 +0100
http://bitbucket.org/pypy/pypy/changeset/3cbd94863224/
Log:a test and a fix
diff --git a/pypy/translator/platform/posix.py
b/pypy/translator/platform/posix.py
--- a/pypy/translator/platform/posix
Author: Maciej Fijalkowski
Branch:
Changeset: r49393:654821ec2610
Date: 2011-11-14 10:54 +0100
http://bitbucket.org/pypy/pypy/changeset/654821ec2610/
Log:use tuple
diff --git a/pypy/translator/platform/__init__.py
b/pypy/translator/platform/__init__.py
--- a/pypy/translator/platform/__init
Author: Maciej Fijalkowski
Branch:
Changeset: r49394:e36e879eb1fe
Date: 2011-11-14 10:55 +0100
http://bitbucket.org/pypy/pypy/changeset/e36e879eb1fe/
Log:merge
diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py
--- a/pypy/objspace/std/intobject.py
+++ b/pypy/objspa
Author: Armin Rigo
Branch:
Changeset: r49395:1931f105c85b
Date: 2011-11-14 10:56 +0100
http://bitbucket.org/pypy/pypy/changeset/1931f105c85b/
Log:Skip an assert in a test that fails on Python 2.5.
diff --git a/pypy/objspace/std/test/test_sliceobject.py
b/pypy/objspace/std/test/test_sliceob
Author: Armin Rigo
Branch:
Changeset: r49396:1be28eed2789
Date: 2011-11-14 10:56 +0100
http://bitbucket.org/pypy/pypy/changeset/1be28eed2789/
Log:merge heads
diff --git a/pypy/translator/platform/__init__.py
b/pypy/translator/platform/__init__.py
--- a/pypy/translator/platform/__init__.py
Author: Armin Rigo
Branch:
Changeset: r49397:1368405e24e1
Date: 2011-11-14 11:27 +0100
http://bitbucket.org/pypy/pypy/changeset/1368405e24e1/
Log:skip on win32.
diff --git a/pypy/module/test_lib_pypy/test_pwd.py
b/pypy/module/test_lib_pypy/test_pwd.py
--- a/pypy/module/test_lib_pypy/test_p
Author: Armin Rigo
Branch:
Changeset: r49398:335d74f2d6e3
Date: 2011-11-14 11:48 +0100
http://bitbucket.org/pypy/pypy/changeset/335d74f2d6e3/
Log:This number of quotes suddenly stopped working on Windows, but with
one level of quotes less it seems to work. I have no clue and I
Author: Antonio Cuni
Branch: extradoc
Changeset: r3965:bba5526b4eb5
Date: 2011-11-14 12:34 +0100
http://bitbucket.org/pypy/extradoc/changeset/bba5526b4eb5/
Log:twaks
diff --git a/blog/draft/2011-11-gborg-sprint-report.rst
b/blog/draft/2011-11-gborg-sprint-report.rst
--- a/blog/draft/2011-11
Author: Armin Rigo
Branch: extradoc
Changeset: r3966:37cc0ee778a9
Date: 2011-11-14 12:37 +0100
http://bitbucket.org/pypy/extradoc/changeset/37cc0ee778a9/
Log:latest version
diff --git a/talk/fscons2011/author.latex b/talk/fscons2011/author.latex
--- a/talk/fscons2011/author.latex
+++ b/talk/
Author: Armin Rigo
Branch: extradoc
Changeset: r3967:614c01f2ba2b
Date: 2011-11-14 12:37 +0100
http://bitbucket.org/pypy/extradoc/changeset/614c01f2ba2b/
Log:Typo
diff --git a/blog/draft/2011-11-gborg-sprint-report.rst
b/blog/draft/2011-11-gborg-sprint-report.rst
--- a/blog/draft/2011-11-gb
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r49399:08426f22e5d5
Date: 2011-11-14 12:41 +0100
http://bitbucket.org/pypy/pypy/changeset/08426f22e5d5/
Log:fix for tests
diff --git a/pypy/jit/codewriter/heaptracker.py
b/pypy/jit/codewriter/heaptracker.py
--- a/pypy/jit/codewriter
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r49400:cdd52796a997
Date: 2011-11-14 12:52 +0100
http://bitbucket.org/pypy/pypy/changeset/cdd52796a997/
Log:another fix for the ppc tests
diff --git a/pypy/jit/backend/x86/test/test_assembler.py
b/pypy/jit/backend/x86/test/test_asse
Author: David Schneider
Branch: ppc-jit-backend
Changeset: r49401:deb6836af9be
Date: 2011-11-14 14:46 +0100
http://bitbucket.org/pypy/pypy/changeset/deb6836af9be/
Log:more test fixes
diff --git a/pypy/jit/backend/test/test_frame_size.py
b/pypy/jit/backend/test/test_frame_size.py
--- a/pypy/
Author: Carl Friedrich Bolz
Branch: set-strategies
Changeset: r49402:c3ed604fcfb5
Date: 2011-11-14 15:15 +0100
http://bitbucket.org/pypy/pypy/changeset/c3ed604fcfb5/
Log:merge
diff --git a/lib-python/modified-2.7/test/test_import.py
b/lib-python/modified-2.7/test/test_import.py
--- a/lib-py
Author: Armin Rigo
Branch:
Changeset: r49403:913f736ff114
Date: 2011-11-14 15:47 +0100
http://bitbucket.org/pypy/pypy/changeset/913f736ff114/
Log:Add a test for ed83fd7b7ec1.
diff --git a/pypy/module/_rawffi/test/test__rawffi.py
b/pypy/module/_rawffi/test/test__rawffi.py
--- a/pypy/module/
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49404:3db474e494aa
Date: 2011-11-14 10:56 -0500
http://bitbucket.org/pypy/pypy/changeset/3db474e494aa/
Log:refactor load_from_addr. clarify register usage in store_reg.
diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
b/pypy/jit/bac
Author: hager
Branch: ppc-jit-backend
Changeset: r49405:a1d07117b3f1
Date: 2011-11-14 17:59 +0100
http://bitbucket.org/pypy/pypy/changeset/a1d07117b3f1/
Log:Fixed assertion that made multiple tests fail due to side effect
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49406:9121efb3b83f
Date: 2011-11-14 16:49 +0100
http://bitbucket.org/pypy/pypy/changeset/9121efb3b83f/
Log:move to_str to the base class
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/inter
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49407:c857554d0c6c
Date: 2011-11-14 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/c857554d0c6c/
Log:rpythonize a bit. Disable _immutable_fields_ for now
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/m
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49408:14f8da6a95bf
Date: 2011-11-14 18:50 +0100
http://bitbucket.org/pypy/pypy/changeset/14f8da6a95bf/
Log:Make array iterators a once-off immutable things.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/mod
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49409:ba1a3becc049
Date: 2011-11-14 18:59 +0100
http://bitbucket.org/pypy/pypy/changeset/ba1a3becc049/
Log:one more test and make the other test failing without problems with
repr
diff --git a/pypy/module/micronumpy
Author: hager
Branch: ppc-jit-backend
Changeset: r49410:c76ce86e60ff
Date: 2011-11-14 19:20 +0100
http://bitbucket.org/pypy/pypy/changeset/c76ce86e60ff/
Log:Implemented COPYSTRCONTENT
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49411:8521a920ed05
Date: 2011-11-14 19:26 +0100
http://bitbucket.org/pypy/pypy/changeset/8521a920ed05/
Log:provide some sort of descr_repr (a broken one) and a fix
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/p
Author: Maciej Fijalkowski
Branch: numpy-multidim-shards
Changeset: r49412:f7cb08c0396d
Date: 2011-11-14 19:36 +0100
http://bitbucket.org/pypy/pypy/changeset/f7cb08c0396d/
Log:some partial fixes, will continue later
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micron
Author: hager
Branch: ppc-jit-backend
Changeset: r49413:34e139792020
Date: 2011-11-14 19:37 +0100
http://bitbucket.org/pypy/pypy/changeset/34e139792020/
Log:Implemented COPYUNICODECONTENT
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49414:3a6600bf032a
Date: 2011-11-14 14:27 -0500
http://bitbucket.org/pypy/pypy/changeset/3a6600bf032a/
Log:setarrayitem and getarrayitem offsets are immediate values.
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backe
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r49415:b6a18d1530bf
Date: 2011-11-14 14:35 -0500
http://bitbucket.org/pypy/pypy/changeset/b6a18d1530bf/
Log:setarrayitem and getarrayitem cannot add offset with addi.
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backen
Author: Hakan Ardo
Branch: jit-targets
Changeset: r49416:36b8365a8bba
Date: 2011-11-14 20:47 +0100
http://bitbucket.org/pypy/pypy/changeset/36b8365a8bba/
Log:translation fix
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py
b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/jit/met
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49417:46c3f314a1e7
Date: 2011-11-14 12:51 -0500
http://bitbucket.org/pypy/pypy/changeset/46c3f314a1e7/
Log:added these to base model
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
--- a/pypy/jit/backend/mode
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49418:99efe7320cf1
Date: 2011-11-14 15:07 -0500
http://bitbucket.org/pypy/pypy/changeset/99efe7320cf1/
Log:don't cache dynamic descrs, progress maybe
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/r
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49419:69c9793c54c0
Date: 2011-11-14 15:09 -0500
http://bitbucket.org/pypy/pypy/changeset/69c9793c54c0/
Log:remove the dupe
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
--- a/pypy/jit/backend/model.py
+++ b
Author: Juergen Boemmels
Branch:
Changeset: r11:84d83d4e7639
Date: 2011-11-14 22:44 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/84d83d4e7639/
Log:naming consistency
diff --git a/scheme/execution.py b/scheme/execution.py
--- a/scheme/execution.py
+++ b/scheme/execution.py
@@ -1,6 +
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49420:bb40c355d38d
Date: 2011-11-14 18:49 +0100
http://bitbucket.org/pypy/pypy/changeset/bb40c355d38d/
Log:fixed clibffi.py, but win32.c must be replaced, and I don't know yes
by what.
diff --git a/pypy/rlib/clibffi.py b/pypy/
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49421:4b214639c276
Date: 2011-11-14 18:54 +0100
http://bitbucket.org/pypy/pypy/changeset/4b214639c276/
Log:Merge with default
diff --git a/lib-python/modified-2.7/test/test_import.py
b/lib-python/modified-2.7/test/test_import.py
---
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49422:0b37384fbaad
Date: 2011-11-14 23:14 +0100
http://bitbucket.org/pypy/pypy/changeset/0b37384fbaad/
Log:added the win64.asm source from cpython
diff --git a/pypy/translator/c/src/libffi_msvc/win64.asm
b/pypy/translator/c/src/libff
Author: Christian Tismer
Branch: win64-stage1
Changeset: r49423:e1834e63c531
Date: 2011-11-14 23:21 +0100
http://bitbucket.org/pypy/pypy/changeset/e1834e63c531/
Log:added win64.asm
diff --git a/pypy/rlib/clibffi.py b/pypy/rlib/clibffi.py
--- a/pypy/rlib/clibffi.py
+++ b/pypy/rlib/clibffi.py
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r49425:05ed38d2c537
Date: 2011-11-15 00:50 +0100
http://bitbucket.org/pypy/pypy/changeset/05ed38d2c537/
Log:Fix usages of Py_InitModule outside of the module init() function.
SWIG for example uses it to share the type system between mod
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r49424:c074503990bb
Date: 2011-11-15 00:46 +0100
http://bitbucket.org/pypy/pypy/changeset/c074503990bb/
Log:cpyext: turn some parameters into const char*
diff --git a/pypy/module/cpyext/include/eval.h
b/pypy/module/cpyext/include/eval.h
--- a
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49426:25fd786beb8d
Date: 2011-11-14 15:26 -0500
http://bitbucket.org/pypy/pypy/changeset/25fd786beb8d/
Log:merged default in
diff --git a/pypy/interpreter/test/test_executioncontext.py
b/pypy/interpreter/test/test_executioncon
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49428:4f3e2c9dda26
Date: 2011-11-15 00:25 -0500
http://bitbucket.org/pypy/pypy/changeset/4f3e2c9dda26/
Log:translation-ish fix, except it still breaks
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/
Author: Alex Gaynor
Branch: jit-dynamic-getarrayitem
Changeset: r49427:fc596321cc9b
Date: 2011-11-14 20:07 -0500
http://bitbucket.org/pypy/pypy/changeset/fc596321cc9b/
Log:make these not static
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
--- a/pypy/jit/backend/model.py
Author: Alex Gaynor
Branch:
Changeset: r49429:7a416e643dc0
Date: 2011-11-15 02:20 -0500
http://bitbucket.org/pypy/pypy/changeset/7a416e643dc0/
Log:a failing test
diff --git a/pypy/rpython/test/test_rtuple.py b/pypy/rpython/test/test_rtuple.py
--- a/pypy/rpython/test/test_rtuple.py
+++ b/pyp
Author: Alex Gaynor
Branch:
Changeset: r49430:cfb76a08edcb
Date: 2011-11-15 02:21 -0500
http://bitbucket.org/pypy/pypy/changeset/cfb76a08edcb/
Log:merged upstream
diff --git a/pypy/module/cpyext/include/eval.h
b/pypy/module/cpyext/include/eval.h
--- a/pypy/module/cpyext/include/eval.h
+++
Author: Alex Gaynor
Branch:
Changeset: r49431:bf8bf8a5810e
Date: 2011-11-15 02:39 -0500
http://bitbucket.org/pypy/pypy/changeset/bf8bf8a5810e/
Log:simplify failing test
diff --git a/pypy/rpython/test/test_rtuple.py b/pypy/rpython/test/test_rtuple.py
--- a/pypy/rpython/test/test_rtuple.py
++
48 matches
Mail list logo