Author: Alex Gaynor
Branch:
Changeset: r47652:f38f51248ab4
Date: 2011-09-28 07:36 -0400
http://bitbucket.org/pypy/pypy/changeset/f38f51248ab4/
Log:unskip some tests + add necessary gc stuff (amaury)
diff --git a/lib-python/modified-2.7/test/test_multiprocessing.py
b/lib-python/modified-2.7
Author: Alex Gaynor
Branch:
Changeset: r47653:8436e2f615b0
Date: 2011-09-28 07:37 -0400
http://bitbucket.org/pypy/pypy/changeset/8436e2f615b0/
Log:try to reenable these tests.
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest
Author: Maciej Fijalkowski
Branch: faster-isinstance
Changeset: r47654:374f2d450b30
Date: 2011-09-28 08:52 -0300
http://bitbucket.org/pypy/pypy/changeset/374f2d450b30/
Log:a branch to experiment with making space.isisntance faster
diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/m
Author: Alex Gaynor
Branch:
Changeset: r47655:7575c6c10bf8
Date: 2011-09-28 08:48 -0400
http://bitbucket.org/pypy/pypy/changeset/7575c6c10bf8/
Log:unskip this test as well.
diff --git a/lib-python/modified-2.7/test/test_multiprocessing.py
b/lib-python/modified-2.7/test/test_multiprocessing
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3913:08a28be89184
Date: 2011-09-27 18:20 -0300
http://bitbucket.org/pypy/extradoc/changeset/08a28be89184/
Log:as it went
diff --git a/talk/pyconar2011/talk.pdf b/talk/pyconar2011/talk.pdf
index
6117abb3ad5132c174b883b79b8e7d2ff4ce6f9e.
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3914:624f88a9ff72
Date: 2011-09-28 09:30 -0300
http://bitbucket.org/pypy/extradoc/changeset/624f88a9ff72/
Log:Copy a talk
diff --git a/talk/pyconar2011/Makefile b/talk/pyconbr2011/Makefile
copy from talk/pyconar2011/Makefile
copy to tal
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3915:32918d0f3a21
Date: 2011-09-28 10:44 -0300
http://bitbucket.org/pypy/extradoc/changeset/32918d0f3a21/
Log:some more real world examples
diff --git a/talk/pyconbr2011/talk.rst b/talk/pyconbr2011/talk.rst
--- a/talk/pyconbr2011/talk.r
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3916:f35d7b65dba4
Date: 2011-09-28 10:44 -0300
http://bitbucket.org/pypy/extradoc/changeset/f35d7b65dba4/
Log:merge
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -15,10 +15,6 @@
- may
Author: Alex Gaynor
Branch:
Changeset: r47656:c54d4c8c465a
Date: 2011-09-28 10:19 -0400
http://bitbucket.org/pypy/pypy/changeset/c54d4c8c465a/
Log:fix tests
diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py
b/pypy/module/pypyjit/test_pypy_c/test_min_max.py
--- a/pypy/module/pypy
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47657:de20c133f822
Date: 2011-09-28 14:32 +
http://bitbucket.org/pypy/pypy/changeset/de20c133f822/
Log:Fix numpy.sign
diff --git a/pypy/jit/metainterp/test/support.py
b/pypy/jit/metainterp/test/support.py
--- a/pypy/jit/metainterp/
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47658:98e094f789a7
Date: 2011-09-28 14:43 +
http://bitbucket.org/pypy/pypy/changeset/98e094f789a7/
Log:branchless unsigned numpy.sign
diff --git a/pypy/jit/metainterp/test/support.py
b/pypy/jit/metainterp/test/support.py
--- a/pypy
Author: hager
Branch: ppc-jit-backend
Changeset: r47659:fd48c28dba3d
Date: 2011-09-28 17:25 +0200
http://bitbucket.org/pypy/pypy/changeset/fd48c28dba3d/
Log:Wrote tests for regalloc_mov and began with implementation.
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backe
Author: hager
Branch: ppc-jit-backend
Changeset: r47660:982bc81e4f01
Date: 2011-09-28 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/982bc81e4f01/
Log:Finished implementation of regalloc_mov, added further tests.
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/bac
Author: Alex Gaynor
Branch:
Changeset: r47661:d709e95094ae
Date: 2011-09-28 15:00 -0400
http://bitbucket.org/pypy/pypy/changeset/d709e95094ae/
Log:mark a few fields as immutable.
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.p
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r47662:f1491c2aa43b
Date: 2011-09-28 21:07 +0200
http://bitbucket.org/pypy/pypy/changeset/f1491c2aa43b/
Log:unicode.translate accepts any mapping; missing items may raise
KeyError or IndexError. Test and fix.
diff --git a/pypy/objspace
Author: Maciej Fijalkowski
Branch: faster-isinstance
Changeset: r47664:ca4b24d9cca7
Date: 2011-09-28 19:35 -0300
http://bitbucket.org/pypy/pypy/changeset/ca4b24d9cca7/
Log:Specialize correctly isinstance, isisntance_w and _type_isinstance
for the constant cases. I hope this covers mos
Author: Maciej Fijalkowski
Branch: faster-isinstance
Changeset: r47663:b508d452f1ef
Date: 2011-09-28 13:33 -0300
http://bitbucket.org/pypy/pypy/changeset/b508d452f1ef/
Log:Implement specialize.arg_or_var that creates either a specialization
based on a value or specialcase when it's no
Author: Maciej Fijalkowski
Branch: faster-isinstance
Changeset: r47665:f197622961de
Date: 2011-09-28 19:40 -0300
http://bitbucket.org/pypy/pypy/changeset/f197622961de/
Log:simplify
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
+++ b/pypy/rlib
Author: Maciej Fijalkowski
Branch:
Changeset: r47666:cd2f14e6
Date: 2011-09-28 23:38 -0300
http://bitbucket.org/pypy/pypy/changeset/cd2f14e6/
Log:Merge kill-unary-multimethods. Does not kill all of them, but at
least some like str_w, int_w etc.
diff --git a/pypy/interpreter/
Author: Maciej Fijalkowski
Branch: faster-isinstance
Changeset: r47668:6ab48f8a69a9
Date: 2011-09-28 23:39 -0300
http://bitbucket.org/pypy/pypy/changeset/6ab48f8a69a9/
Log:close merged branch
___
pypy-commit mailing list
pypy-commit@python.org
http
Author: Maciej Fijalkowski
Branch:
Changeset: r47667:ffbf1bcf89d6
Date: 2011-09-28 23:39 -0300
http://bitbucket.org/pypy/pypy/changeset/ffbf1bcf89d6/
Log:Merge a branch that makes space.isinstance(w_obj, ) do a
fastpath with isinstance(w_obj, )
diff --git a/pypy/annotation/policy.py
Author: Maciej Fijalkowski
Branch: kill-unary-multimethods
Changeset: r47669:b8ec4711d8ac
Date: 2011-09-28 23:40 -0300
http://bitbucket.org/pypy/pypy/changeset/b8ec4711d8ac/
Log:close merged branch
___
pypy-commit mailing list
pypy-commit@python.or
Author: Maciej Fijalkowski
Branch:
Changeset: r47670:d9664fa7dee7
Date: 2011-09-29 03:03 -0300
http://bitbucket.org/pypy/pypy/changeset/d9664fa7dee7/
Log:skip test_multiprocessing
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conf
23 matches
Mail list logo