Author: Antonio Cuni
Branch:
Changeset: r622:19bba7abc55c
Date: 2012-01-25 11:51 +0100
http://bitbucket.org/pypy/buildbot/changeset/19bba7abc55c/
Log:try to run at least the own tests in the py3k branch nightly. The
locks should take care of scheduling them after all the others
diff
Author: Lukas Diekmann
Branch: type-specialized-instances
Changeset: r51753:b15e618e3d82
Date: 2012-01-25 15:35 +0100
http://bitbucket.org/pypy/pypy/changeset/b15e618e3d82/
Log:(cfbolz, l.diekmann): merge int-tag-untag-as-operationus to get the
necessary optimizations to make this bra
Author: Maciej Fijalkowski
Branch: numpy-back-to-applevel
Changeset: r51754:96b51eda2096
Date: 2012-01-25 16:45 +0200
http://bitbucket.org/pypy/pypy/changeset/96b51eda2096/
Log:progress on take
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
---
Author: Maciej Fijalkowski
Branch: kill-more-multimethods
Changeset: r51755:ef9ea1a64a8e
Date: 2012-01-25 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/ef9ea1a64a8e/
Log:a branch to perform some experiments on killing some multimethods. a
performance experiment (Completely inva
Author: Antonio Cuni
Branch: py3k
Changeset: r51761:443723ebd5e0
Date: 2012-01-25 16:45 +0100
http://bitbucket.org/pypy/pypy/changeset/443723ebd5e0/
Log:fix these tests which were broken by the previous commit (because
now the docstring tests are unselected)
diff --git a/pypy/tool/py
Author: Antonio Cuni
Branch: py3k
Changeset: r51756:b83de607e7cc
Date: 2012-01-25 10:13 +0100
http://bitbucket.org/pypy/pypy/changeset/b83de607e7cc/
Log:fix the test, which was broken by the implementation of nonlocal in
d6d9ea7ba306
diff --git a/pypy/interpreter/astcompiler/test/tes
Author: Antonio Cuni
Branch: py3k
Changeset: r51757:4df3b47d0b13
Date: 2012-01-25 10:17 +0100
http://bitbucket.org/pypy/pypy/changeset/4df3b47d0b13/
Log:add more tests about the nonlocal declaration introduced by
d6d9ea7ba306
diff --git a/pypy/interpreter/astcompiler/test/test_symtab
Author: Antonio Cuni
Branch: py3k
Changeset: r51763:1b6b08120524
Date: 2012-01-25 17:00 +0100
http://bitbucket.org/pypy/pypy/changeset/1b6b08120524/
Log:skip docstring-tests when running with -A
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@
Author: Antonio Cuni
Branch: py3k
Changeset: r51764:9868585f9314
Date: 2012-01-25 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/9868585f9314/
Log:correctly run docstring-tests when using --appdirect=...
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy
Author: Antonio Cuni
Branch: py3k
Changeset: r51762:d3e2c1dbfd08
Date: 2012-01-25 16:46 +0100
http://bitbucket.org/pypy/pypy/changeset/d3e2c1dbfd08/
Log:support docstring-tests also in functions
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@
Author: Antonio Cuni
Branch: py3k
Changeset: r51758:f1dde39ee4a3
Date: 2012-01-25 10:55 +0100
http://bitbucket.org/pypy/pypy/changeset/f1dde39ee4a3/
Log:make 'from x import *' always an error if it's not at the module
level instead of a warning. Adapt or kill the old tests
diff --git
Author: Antonio Cuni
Branch: py3k
Changeset: r51759:def902951d4f
Date: 2012-01-25 16:02 +0100
http://bitbucket.org/pypy/pypy/changeset/def902951d4f/
Log:add the possibility to write applevel tests inside the docstring
(only if the body of the method is empty. This way we can write
Author: Antonio Cuni
Branch: py3k
Changeset: r51760:b34f81eba785
Date: 2012-01-25 16:35 +0100
http://bitbucket.org/pypy/pypy/changeset/b34f81eba785/
Log:test docstrings separately from the other applevel tests
diff --git a/pypy/tool/pytest/test/test_conftest1.py
b/pypy/tool/pytest/test/test
Author: Maciej Fijalkowski
Branch: kill-more-multimethods
Changeset: r51765:5ab71bed7f64
Date: 2012-01-25 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/5ab71bed7f64/
Log:remove performance hack
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objsp
Author: Maciej Fijalkowski
Branch:
Changeset: r51766:3890a6e149fa
Date: 2012-01-25 18:28 +0200
http://bitbucket.org/pypy/pypy/changeset/3890a6e149fa/
Log:a test and a fix for boxes identity
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.py
--- a/p
Author: Armin Rigo
Branch: stm
Changeset: r51767:de5b100916b6
Date: 2012-01-25 21:36 +0100
http://bitbucket.org/pypy/pypy/changeset/de5b100916b6/
Log:Comment out this, as it doesn't work reliably.
diff --git a/pypy/translator/stm/transform.py b/pypy/translator/stm/transform.py
--- a/pypy/tra
Author: mattip
Branch: numppy-flatitter
Changeset: r51770:35b17e8dce50
Date: 2012-01-25 22:49 +0200
http://bitbucket.org/pypy/pypy/changeset/35b17e8dce50/
Log:translation passes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modu
Author: mattip
Branch: numppy-flatitter
Changeset: r51769:dd14fbe5d0a4
Date: 2012-01-25 22:34 +0200
http://bitbucket.org/pypy/pypy/changeset/dd14fbe5d0a4/
Log:added signature, all tests now pass
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.p
18 matches
Mail list logo