Author: Stefano Rivera
Branch:
Changeset: r88326:c47d09153826
Date: 2016-11-11 23:13 +
http://bitbucket.org/pypy/pypy/changeset/c47d09153826/
Log:Respect --no-profopt, so you can do -O3 --shared
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/py
Author: Ronan Lamy
Branch: py3.5
Changeset: r88325:8dd2ae08247a
Date: 2016-11-11 19:12 +
http://bitbucket.org/pypy/pypy/changeset/8dd2ae08247a/
Log:Give correct error message for unicode array initializers and remove
confusing special case
diff --git a/pypy/module/array/interp_ar
Author: Ronan Lamy
Branch: py3.5
Changeset: r88324:3ccfd8d8c12b
Date: 2016-11-11 18:26 +
http://bitbucket.org/pypy/pypy/changeset/3ccfd8d8c12b/
Log:Copy attributes when calling memoryview()
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
--- a/pypy/obj
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88323:97de008631bc
Date: 2016-11-11 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/97de008631bc/
Log:a few more in _cffi_backend
diff --git a/pypy/module/_cffi_backend/call_python.py
b/pypy/module/_cffi_backend/call_python.
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88321:788a8ad341f2
Date: 2016-11-11 12:56 +0100
http://bitbucket.org/pypy/pypy/changeset/788a8ad341f2/
Log:call spacebind explicitly here
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88322:ba3fe6222638
Date: 2016-11-11 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ba3fe6222638/
Log:fix problem with tracebacks (space.wrap(w_obj-or-None) replaces the
None with a w_None, which I had missed in this c
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88319:a7bb81dcc53e
Date: 2016-11-10 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/a7bb81dcc53e/
Log:__spacebind__ -> spacebind (there's no need to make it look like a
special method)
diff --git a/pypy/interpreter/as
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88316:50b6102e436c
Date: 2016-11-10 18:08 +0100
http://bitbucket.org/pypy/pypy/changeset/50b6102e436c/
Log:_minimal_curses
diff --git a/pypy/module/_minimal_curses/interp_curses.py
b/pypy/module/_minimal_curses/interp_curses.py
-
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88317:f4971678b89f
Date: 2016-11-10 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/f4971678b89f/
Log:pypyjit
diff --git a/pypy/module/pypyjit/hooks.py b/pypy/module/pypyjit/hooks.py
--- a/pypy/module/pypyjit/hooks.py
+++ b/p
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88320:1f45decc80d1
Date: 2016-11-10 18:55 +0100
http://bitbucket.org/pypy/pypy/changeset/1f45decc80d1/
Log:reinstate accidentally killed test bits (there's still a bug
somewhere in _cffi_backend)
diff --git a/pypy/module/_
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88318:d1caa90c2615
Date: 2016-11-10 18:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d1caa90c2615/
Log:various
diff --git a/pypy/module/_jitlog/interp_jitlog.py
b/pypy/module/_jitlog/interp_jitlog.py
--- a/pypy/module/_jitlog
Author: Ronan Lamy
Branch: py3.5
Changeset: r88315:84366130bc20
Date: 2016-11-11 16:41 +
http://bitbucket.org/pypy/pypy/changeset/84366130bc20/
Log:Add 2 failing tests for views of memoryviews
diff --git a/pypy/objspace/std/test/test_memoryobject.py
b/pypy/objspace/std/test/test_memoryo
Author: Matti Picus
Branch:
Changeset: r88314:bde69606228c
Date: 2016-11-11 15:04 +0200
http://bitbucket.org/pypy/pypy/changeset/bde69606228c/
Log:make link relative
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -421,4 +421,4 @@
option wo
Author: Carl Friedrich Bolz
Branch:
Changeset: r88313:1e642bc089e1
Date: 2016-11-11 13:57 +0100
http://bitbucket.org/pypy/pypy/changeset/1e642bc089e1/
Log:link to technical discussion
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -417,7 +4
Author: Matti Picus
Branch: extradoc
Changeset: r815:66eb03408b59
Date: 2016-11-11 14:49 +0200
http://bitbucket.org/pypy/pypy.org/changeset/66eb03408b59/
Log:prepare the download page (not regenerated yet)
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b
Author: Carl Friedrich Bolz
Branch:
Changeset: r88312:b6a48cd3fd8c
Date: 2016-11-11 13:46 +0100
http://bitbucket.org/pypy/pypy/changeset/b6a48cd3fd8c/
Log:since I keep getting the question, add an FAQ entry about Windows 64
support
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--
Author: Armin Rigo
Branch:
Changeset: r88311:1be7f6327a03
Date: 2016-11-11 09:19 +0100
http://bitbucket.org/pypy/pypy/changeset/1be7f6327a03/
Log:Broke some pre-translated case (r_int64 + r_int32). Fix and tests
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py
--- a/rp
17 matches
Mail list logo