Author: Brian Kearns
Branch:
Changeset: r61647:dc621a04b30d
Date: 2013-02-23 03:21 -0500
http://bitbucket.org/pypy/pypy/changeset/dc621a04b30d/
Log:fix translation after 34f8c678ef62
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/py
Author: Brian Kearns
Branch:
Changeset: r61646:247421a6850b
Date: 2013-02-23 02:48 -0500
http://bitbucket.org/pypy/pypy/changeset/247421a6850b/
Log:clean up numpypy __builtin__ aliases
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.p
Author: Carl Friedrich Bolz
Branch:
Changeset: r88:021a75dd6522
Date: 2013-02-23 09:39 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/021a75dd6522/
Log:don't need two loops
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++ b/spyvm/interpreter.
Author: Carl Friedrich Bolz
Branch:
Changeset: r89:8ad314c5020a
Date: 2013-02-23 09:40 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/8ad314c5020a/
Log:don't store the current bytecode on the frame anymore
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interp
Author: Carl Friedrich Bolz
Branch:
Changeset: r91:7f7dc5c5b8e8
Date: 2013-02-23 09:45 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/7f7dc5c5b8e8/
Log:change AbstractCachingShadow to simply create a new shadow instead
of updating the old one. This makes it possible to make
Author: Carl Friedrich Bolz
Branch:
Changeset: r90:2ec11c7e3be3
Date: 2013-02-23 09:41 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2ec11c7e3be3/
Log:don't JIT asSymbol
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -60,9 +6
Author: Brian Kearns
Branch:
Changeset: r61648:5187fcde6e20
Date: 2013-02-23 04:16 -0500
http://bitbucket.org/pypy/pypy/changeset/5187fcde6e20/
Log:clean up numpypy imports/__all__
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.py
++
Author: Brian Kearns
Branch:
Changeset: r61649:8f07112d9aa4
Date: 2013-02-23 04:27 -0500
http://bitbucket.org/pypy/pypy/changeset/8f07112d9aa4/
Log:name this test class correctly
diff --git a/pypy/module/test_lib_pypy/numpypy/lib/test_twodim_base.py
b/pypy/module/test_lib_pypy/numpypy/lib/
Author: Brian Kearns
Branch:
Changeset: r61650:123c142f665f
Date: 2013-02-23 04:30 -0500
http://bitbucket.org/pypy/pypy/changeset/123c142f665f/
Log:move dstack where it is upstream
diff --git a/lib_pypy/numpypy/core/shape_base.py
b/lib_pypy/numpypy/core/shape_base.py
--- a/lib_pypy/numpypy
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r61651:fe27582d1791
Date: 2013-02-23 09:40 +0100
http://bitbucket.org/pypy/pypy/changeset/fe27582d1791/
Log:Kill an old, unused list.
diff --git a/rpython/rtyper/memory/gc/stmgc.py
b/rpython/rtyper/memory/gc/stmgc.py
--- a/rpython/rtyper/me
Author: Brian Kearns
Branch:
Changeset: r61654:18b23b47b95f
Date: 2013-02-23 05:13 -0500
http://bitbucket.org/pypy/pypy/changeset/18b23b47b95f/
Log:expose typeinfo/set_string_function in the proper place
diff --git a/lib_pypy/numpypy/core/__init__.py
b/lib_pypy/numpypy/core/__init__.py
---
Author: Brian Kearns
Branch:
Changeset: r61655:179e0ebf74a9
Date: 2013-02-23 05:53 -0500
http://bitbucket.org/pypy/pypy/changeset/179e0ebf74a9/
Log:allow these tests to run against host numpy with -A
diff --git a/pypy/module/test_lib_pypy/numpypy/test_numpy.py
b/pypy/module/test_lib_pypy/n
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61657:55ac4281d998
Date: 2013-02-23 12:44 +0100
http://bitbucket.org/pypy/pypy/changeset/55ac4281d998/
Log:Start a branch in which the RPython documentation is separated.
___
pypy-commit mailing l
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61658:7ddc05ebcbf9
Date: 2013-02-23 12:44 +0100
http://bitbucket.org/pypy/pypy/changeset/7ddc05ebcbf9/
Log:Add initial directory structure.
diff --git a/rpython/doc/Makefile b/rpython/doc/Makefile
new file mode 100644
--- /dev/null
+++ b/rp
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61659:1ddcbccea251
Date: 2013-02-22 14:49 +0100
http://bitbucket.org/pypy/pypy/changeset/1ddcbccea251/
Log:factor out win32 interp path fixing
diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runner.py
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61660:e14a978b599b
Date: 2013-02-22 16:48 +0100
http://bitbucket.org/pypy/pypy/changeset/e14a978b599b/
Log:better pytest path finding for testrunner
diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runn
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61661:424366f16a10
Date: 2013-02-22 18:00 +0100
http://bitbucket.org/pypy/pypy/changeset/424366f16a10/
Log:testrunner test cleanup
diff --git a/testrunner/test/test_runner.py b/testrunner/test/test_runner.py
--- a/testrunner/te
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61662:4c6c90e3c69c
Date: 2013-02-22 18:07 +0100
http://bitbucket.org/pypy/pypy/changeset/4c6c90e3c69c/
Log:testrunner: simplify error detection
diff --git a/testrunner/util.py b/testrunner/util.py
--- a/testrunner/util.py
+++ b
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61663:0417a7978d7d
Date: 2013-02-23 13:28 +0100
http://bitbucket.org/pypy/pypy/changeset/0417a7978d7d/
Log:shuffle opening the log output around
diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runner.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61664:7a646f691e22
Date: 2013-02-23 14:32 +0200
http://bitbucket.org/pypy/pypy/changeset/7a646f691e22/
Log:some paranoia
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
--- a/rpy
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61665:27751eafab1d
Date: 2013-02-23 14:40 +0200
http://bitbucket.org/pypy/pypy/changeset/27751eafab1d/
Log:some more paranoia
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
---
Author: Carl Friedrich Bolz
Branch:
Changeset: r93:458404cbe54c
Date: 2013-02-23 13:58 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/458404cbe54c/
Log:be more efficient, this is used all the time
diff --git a/spyvm/objspace.py b/spyvm/objspace.py
--- a/spyvm/objspace.py
+++ b/spy
Author: Carl Friedrich Bolz
Branch:
Changeset: r94:8ce3304768eb
Date: 2013-02-23 13:59 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/8ce3304768eb/
Log:make .lookup return a CompiledMethodShadow directly
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpre
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61667:897c6c46467a
Date: 2013-02-23 15:14 +0200
http://bitbucket.org/pypy/pypy/changeset/897c6c46467a/
Log:oops
diff --git a/rpython/jit/backend/llsupport/llmodel.py
b/rpython/jit/backend/llsupport/llmodel.py
--- a/rpython/jit/
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61668:3dbb6fbf38dc
Date: 2013-02-23 12:53 +0100
http://bitbucket.org/pypy/pypy/changeset/3dbb6fbf38dc/
Log:Add build dir to .hgignore.
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -81,6 +81,7 @@
^pypy/doc/image/lat
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61669:65282b96edcd
Date: 2013-02-23 13:44 +0100
http://bitbucket.org/pypy/pypy/changeset/65282b96edcd/
Log:Move some .rst files into the new directory.
diff --git a/pypy/doc/cli-backend.rst b/rpython/doc/cli-backend.rst
rename from pypy/doc
Author: Christopher Pope
Branch:
Changeset: r61670:c6c3dda18101
Date: 2013-02-22 21:05 -0500
http://bitbucket.org/pypy/pypy/changeset/c6c3dda18101/
Log:Use the correct path after the split
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/gettin
Author: Christopher Pope
Branch:
Changeset: r61671:aabe989738c2
Date: 2013-02-22 21:16 -0500
http://bitbucket.org/pypy/pypy/changeset/aabe989738c2/
Log:Call the translator RPython, not PyPy
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -20
Author: Christopher Pope
Branch:
Changeset: r61673:644e270d4638
Date: 2013-02-22 21:58 -0500
http://bitbucket.org/pypy/pypy/changeset/644e270d4638/
Log:Grammar, kill a spurious space
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_diff
Author: Christopher Pope
Branch:
Changeset: r61672:7091022dc2f3
Date: 2013-02-22 21:29 -0500
http://bitbucket.org/pypy/pypy/changeset/7091022dc2f3/
Log:Fixes for grammar
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -300,8 +300,8 @@
Do I
Author: Christopher Pope
Branch:
Changeset: r61674:aad55cecd55f
Date: 2013-02-22 22:05 -0500
http://bitbucket.org/pypy/pypy/changeset/aad55cecd55f/
Log:Un-mangle this sentence
diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst
--- a/pypy/doc/interpreter.rst
+++ b/pypy/doc/inte
Author: Christopher Pope
Branch:
Changeset: r61675:f87c2b620472
Date: 2013-02-22 22:10 -0500
http://bitbucket.org/pypy/pypy/changeset/f87c2b620472/
Log:Fix grammar
diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst
--- a/pypy/doc/interpreter.rst
+++ b/pypy/doc/interpreter.rst
Author: Maciej Fijalkowski
Branch:
Changeset: r61676:572046a663a0
Date: 2013-02-23 15:38 +0200
http://bitbucket.org/pypy/pypy/changeset/572046a663a0/
Log:Merged in cpher/pypy (pull request #128)
Minor doc fixes
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differ
Author: Maciej Fijalkowski
Branch:
Changeset: r61677:c415462480c9
Date: 2013-02-23 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/c415462480c9/
Log:resurrect bpnn for docs purposes
diff --git a/rpython/translator/goal/bpnn.py b/rpython/translator/goal/bpnn.py
new file mode 100644
---
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r61679:1f412de06308
Date: 2013-02-23 15:57 +0200
http://bitbucket.org/pypy/pypy/changeset/1f412de06308/
Log:remove those debug prints
diff --git a/rpython/jit/backend/llsupport/gcmap.py
b/rpython/jit/backend/llsupport/gcmap.py
-
Author: Armin Rigo
Branch:
Changeset: r1166:49104377cf81
Date: 2013-02-23 15:03 +0100
http://bitbucket.org/cffi/cffi/changeset/49104377cf81/
Log:typo
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -716,7 +716,7 @@
cdata obj
Author: Armin Rigo
Branch:
Changeset: r1167:04a15b0fd6d7
Date: 2013-02-23 15:16 +0100
http://bitbucket.org/cffi/cffi/changeset/04a15b0fd6d7/
Log:update
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1144,7 +1144,7 @@
a
Author: Armin Rigo
Branch: jitframe-on-heap
Changeset: r61680:7bdd7a5b4bb7
Date: 2013-02-23 15:34 +0100
http://bitbucket.org/pypy/pypy/changeset/7bdd7a5b4bb7/
Log:32-bit fix
diff --git a/rpython/memory/gctransform/asmgcroot.py
b/rpython/memory/gctransform/asmgcroot.py
--- a/rpython/memory/g
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61681:4ae3996cfab2
Date: 2013-02-23 15:29 +0100
http://bitbucket.org/pypy/pypy/changeset/4ae3996cfab2/
Log:hg merge default
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61683:b1f6262a
Date: 2013-02-23 15:48 +0100
http://bitbucket.org/pypy/pypy/changeset/b1f6262a/
Log:Add graphviz extension.
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
--- a/rpython/doc/conf.py
+++ b/rpython/doc/conf.py
@@
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61682:833074049d18
Date: 2013-02-23 15:37 +0100
http://bitbucket.org/pypy/pypy/changeset/833074049d18/
Log:Separate RPython section from pypy/doc/coding-guide.rst.
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pyp
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61685:596e8be030a5
Date: 2013-02-23 16:46 +0100
http://bitbucket.org/pypy/pypy/changeset/596e8be030a5/
Log:Make use of sphinx' extlinks extension.
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
--- a/rpython/doc/conf.py
+++ b/rpytho
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61684:cd4c1b26cf89
Date: 2013-02-23 15:50 +0100
http://bitbucket.org/pypy/pypy/changeset/cd4c1b26cf89/
Log:Move some images with their source files to rpython/doc.
diff --git a/pypy/doc/image/bpnn_update.png
b/rpython/doc/_static/bpnn_upda
Author: Stefano Rivera
Branch:
Changeset: r61686:d2124ec84344
Date: 2013-02-23 19:04 +0200
http://bitbucket.org/pypy/pypy/changeset/d2124ec84344/
Log:Remove unused function def that caused an IndentationError if we
even tried to byte-compile it
diff --git a/rpython/translator/goal/o
Author: Stefano Rivera
Branch:
Changeset: r61687:254255f6e583
Date: 2013-02-23 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/254255f6e583/
Log:Actually, kill old_queries, it's already dead
diff --git a/rpython/translator/goal/old_queries.py
b/rpython/translator/goal/old_queries.py
d
Author: Carl Friedrich Bolz
Branch:
Changeset: r95:99ab6630753a
Date: 2013-02-23 21:09 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/99ab6630753a/
Log:make targetimageloadingsmalltalk work again, and make it possible to
run other methods on int
diff --git a/targetimageloa
Author: Matti Picus
Branch: numpypy-disable-longdouble
Changeset: r61689:3963e0671b45
Date: 2013-02-23 21:51 +0200
http://bitbucket.org/pypy/pypy/changeset/3963e0671b45/
Log:use flag ENABLED_LONG_DOUBLE instead of '0'
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/
Author: Matti Picus
Branch: numpypy-disable-longdouble
Changeset: r61691:177d25d5f3d9
Date: 2013-02-23 22:11 +0200
http://bitbucket.org/pypy/pypy/changeset/177d25d5f3d9/
Log:close about-to-be-merged branch
___
pypy-commit mailing list
pypy-commit@p
Author: Matti Picus
Branch: numpypy-disable-longdouble
Changeset: r61690:da500f70542a
Date: 2013-02-23 22:10 +0200
http://bitbucket.org/pypy/pypy/changeset/da500f70542a/
Log:document this branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head
Author: Matti Picus
Branch:
Changeset: r61692:fd88268ab032
Date: 2013-02-23 22:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fd88268ab032/
Log:merge numpypy-disable-longdouble which uses a flag to disable dtypes
dependent on a functioning r_longdouble
diff --git a/pypy/doc/whats
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61693:67621cc8a2cc
Date: 2013-02-23 18:13 +0100
http://bitbucket.org/pypy/pypy/changeset/67621cc8a2cc/
Log:Separate RPython FAQ entries.
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -200,
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61694:429434b97ea5
Date: 2013-02-23 18:15 +0100
http://bitbucket.org/pypy/pypy/changeset/429434b97ea5/
Log:Remove rpython/doc/dot-net.rst.
diff --git a/rpython/doc/dot-net.rst b/rpython/doc/dot-net.rst
deleted file mode 100644
--- a/rpython
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61695:298d754cde28
Date: 2013-02-23 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/298d754cde28/
Log:Change caption of translation.rst.
diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst
--- a/rpython/doc/translati
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61698:b46aa4eb4e0d
Date: 2013-02-23 18:23 +0100
http://bitbucket.org/pypy/pypy/changeset/b46aa4eb4e0d/
Log:Fix this link.
diff --git a/rpython/doc/garbage_collection.rst
b/rpython/doc/garbage_collection.rst
--- a/rpython/doc/garbage_collec
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61696:cadd752d7f7d
Date: 2013-02-23 18:19 +0100
http://bitbucket.org/pypy/pypy/changeset/cadd752d7f7d/
Log:Use relative path here.
diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst
--- a/rpython/doc/translation.rst
+++
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61699:182b1db06bb8
Date: 2013-02-23 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/182b1db06bb8/
Log:s/PyPy/the translator/ here.
diff --git a/rpython/doc/faq.rst b/rpython/doc/faq.rst
--- a/rpython/doc/faq.rst
+++ b/rpython/doc/faq.r
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61697:0859711f6b59
Date: 2013-02-23 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/0859711f6b59/
Log:Change caption of garbage_collection.rst.
diff --git a/rpython/doc/garbage_collection.rst
b/rpython/doc/garbage_collection.rst
--- a
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61702:4fe4386768e4
Date: 2013-02-23 18:55 +0100
http://bitbucket.org/pypy/pypy/changeset/4fe4386768e4/
Log:lib_pypy/distributed was removed from PyPy.
diff --git a/pypy/doc/distribution.rst b/pypy/doc/distribution.rst
deleted file mode 1006
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61700:d9434ad3b880
Date: 2013-02-23 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/d9434ad3b880/
Log:Change caption of index page: s/PyPy Development/PyPy Documentation/
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61703:53783850f248
Date: 2013-02-23 19:07 +0100
http://bitbucket.org/pypy/pypy/changeset/53783850f248/
Log:Oops.
diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/doc/rpython.rst
@@ -
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61701:de57acc2fa91
Date: 2013-02-23 18:54 +0100
http://bitbucket.org/pypy/pypy/changeset/de57acc2fa91/
Log:Remove cleanup.rst.
diff --git a/pypy/doc/cleanup.rst b/pypy/doc/cleanup.rst
deleted file mode 100644
--- a/pypy/doc/cleanup.rst
+++
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61704:1fc1d8d3ee88
Date: 2013-02-23 19:10 +0100
http://bitbucket.org/pypy/pypy/changeset/1fc1d8d3ee88/
Log:Title underline was too short.
diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst
--- a/rpython/doc/windows.rst
+++ b/rpy
Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61705:622ff3b670a4
Date: 2013-02-23 19:13 +0100
http://bitbucket.org/pypy/pypy/changeset/622ff3b670a4/
Log:Fix apostrophes.
diff --git a/rpython/doc/windows.rst b/rpython/doc/windows.rst
--- a/rpython/doc/windows.rst
+++ b/rpython/doc/windo
Author: Philip Jenvey
Branch: py3k
Changeset: r61706:9b6fc11644ca
Date: 2013-02-23 12:53 -0800
http://bitbucket.org/pypy/pypy/changeset/9b6fc11644ca/
Log:adapt buffers' new readline to py3 (return bytes)
diff --git a/pypy/module/_io/interp_bufferedio.py
b/pypy/module/_io/interp_bufferedio.p
Author: Philip Jenvey
Branch: py3k
Changeset: r61707:34a601ca6d23
Date: 2013-02-23 12:55 -0800
http://bitbucket.org/pypy/pypy/changeset/34a601ca6d23/
Log:handle unencodable strings in displayhook
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/
Author: Ronny Pfannschmidt
Branch: refine-testrunner
Changeset: r61708:ee7e2b34a9d9
Date: 2013-02-23 22:52 +0100
http://bitbucket.org/pypy/pypy/changeset/ee7e2b34a9d9/
Log:adapt testrunner tests to shifted file opening semantics
diff --git a/testrunner/test/test_runner.py b/testrunner/test/t
Author: Philip Jenvey
Branch: py3k
Changeset: r61709:ade5d5bcfae9
Date: 2013-02-23 14:17 -0800
http://bitbucket.org/pypy/pypy/changeset/ade5d5bcfae9/
Log:special case non BaseException values in excepthook
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/app
Author: Philip Jenvey
Branch: py3k
Changeset: r61711:9d6e4fcf6f60
Date: 2013-02-23 14:19 -0800
http://bitbucket.org/pypy/pypy/changeset/9d6e4fcf6f60/
Log:cpython issue13188: generators now use value.__traceback__ when no
traceback was specified
diff --git a/pypy/interpreter/generator
Author: Philip Jenvey
Branch: py3k
Changeset: r61710:86ae6e1c04b9
Date: 2013-02-23 14:18 -0800
http://bitbucket.org/pypy/pypy/changeset/86ae6e1c04b9/
Log:apply workarounds from 2.7
diff --git a/lib-python/3.2/test/test_peepholer.py
b/lib-python/3.2/test/test_peepholer.py
--- a/lib-python/3.
Author: Brian Kearns
Branch:
Changeset: r61712:6c65a960aff3
Date: 2013-02-23 17:39 -0500
http://bitbucket.org/pypy/pypy/changeset/6c65a960aff3/
Log:(mattip) skip these tests as being too pedantic for numpypy
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy
Author: Philip Jenvey
Branch: py3k
Changeset: r61713:95434629b695
Date: 2013-02-23 14:59 -0800
http://bitbucket.org/pypy/pypy/changeset/95434629b695/
Log:PyPy's exception message differs here
diff --git a/lib-python/3.2/test/test_generators.py
b/lib-python/3.2/test/test_generators.py
--- a/
Author: Matti Picus
Branch:
Changeset: r61714:ae156bb1fb56
Date: 2013-02-24 01:10 +0200
http://bitbucket.org/pypy/pypy/changeset/ae156bb1fb56/
Log:better handling of string dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/pypy/module
Author: Matti Picus
Branch:
Changeset: r61715:b0fd4662f2be
Date: 2013-02-24 01:11 +0200
http://bitbucket.org/pypy/pypy/changeset/b0fd4662f2be/
Log:merge heads
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronum
Author: Matti Picus
Branch:
Changeset: r61716:9795be102b9a
Date: 2013-02-24 01:31 +0200
http://bitbucket.org/pypy/pypy/changeset/9795be102b9a/
Log:reinstate some pedantic tests, relabel ones that seem improper
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronum
Author: Matti Picus
Branch:
Changeset: r61717:36a9d19e67e4
Date: 2013-02-24 01:43 +0200
http://bitbucket.org/pypy/pypy/changeset/36a9d19e67e4/
Log:test, fix segfault for negative axis in concatenate
diff --git a/pypy/module/micronumpy/interp_arrayops.py
b/pypy/module/micronumpy/interp_arra
Author: Philip Jenvey
Branch: py3k
Changeset: r61718:91e89f67c327
Date: 2013-02-23 15:54 -0800
http://bitbucket.org/pypy/pypy/changeset/91e89f67c327/
Log:make default_factory a property to match cpython
diff --git a/pypy/module/_collections/app_defaultdict.py
b/pypy/module/_collections/app_
Author: Philip Jenvey
Branch: py3k
Changeset: r61719:baa18b12d743
Date: 2013-02-23 15:55 -0800
http://bitbucket.org/pypy/pypy/changeset/baa18b12d743/
Log:another py3 fatality
diff --git a/pypy/module/__builtin__/app_inspect.py
b/pypy/module/__builtin__/app_inspect.py
--- a/pypy/module/__bui
Author: Philip Jenvey
Branch: py3k
Changeset: r61720:3a6deaac38e8
Date: 2013-02-23 15:55 -0800
http://bitbucket.org/pypy/pypy/changeset/3a6deaac38e8/
Log:apply 2.7 workarounds
diff --git a/lib-python/3.2/test/test_inspect.py
b/lib-python/3.2/test/test_inspect.py
--- a/lib-python/3.2/test/te
Author: Alex Gaynor
Branch:
Changeset: r61721:a5a05f2f0d81
Date: 2013-02-23 18:26 -0800
http://bitbucket.org/pypy/pypy/changeset/a5a05f2f0d81/
Log:some pep8 cleanups
diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py
--- a/rpython/flowspace/argument.py
+++ b/rpython/
Author: Alex Gaynor
Branch:
Changeset: r61722:3d86bb843b94
Date: 2013-02-23 18:30 -0800
http://bitbucket.org/pypy/pypy/changeset/3d86bb843b94/
Log:more pep8
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py
--- a/rpython/flowspace/flowcontext.py
+++ b/rpython/
80 matches
Mail list logo