Author: Matti Picus
Branch: buffer-interface2
Changeset: r87617:81cfdc497c7d
Date: 2016-10-07 16:29 +0300
http://bitbucket.org/pypy/pypy/changeset/81cfdc497c7d/
Log:fix redundant condition, fixes first part of issue #2411 (arigato)
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpr
Author: Ronan Lamy
Branch: py3k
Changeset: r87618:89af22d0c623
Date: 2016-10-07 17:57 +0100
http://bitbucket.org/pypy/pypy/changeset/89af22d0c623/
Log:fix last failing cpyext -A tests
diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c
--- a/pypy/module/cpyext/test
Author: Ronan Lamy
Branch: py3k
Changeset: r87619:319be639f269
Date: 2016-10-07 18:48 +0100
http://bitbucket.org/pypy/pypy/changeset/319be639f269/
Log:Fix appdirect test_compiler.py on CPython
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a
Author: Ronan Lamy
Branch: py3k
Changeset: r87620:941110a350e4
Date: 2016-10-07 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/941110a350e4/
Log:Add failing test (on pypy) for obsolete __future__ import
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_c
Author: Armin Rigo
Branch:
Changeset: r2780:df6e80806eb4
Date: 2016-10-07 22:50 +0200
http://bitbucket.org/cffi/cffi/changeset/df6e80806eb4/
Log:Semi-blindly fix the muls and adds that could overflow so that gcc
doesn't optimize based on the assumption that they can't overflow
diff
Author: Armin Rigo
Branch:
Changeset: r2781:c10bc64fa183
Date: 2016-10-07 22:52 +0200
http://bitbucket.org/cffi/cffi/changeset/c10bc64fa183/
Log:Blindly attempt to detect MinGW (issue #159)
diff --git a/c/libffi_msvc/ffi.h b/c/libffi_msvc/ffi.h
--- a/c/libffi_msvc/ffi.h
+++ b/c/libffi_msvc/
Author: Armin Rigo
Branch: extradoc
Changeset: r5736:bff9e2c5ed75
Date: 2016-10-08 07:04 +0200
http://bitbucket.org/pypy/extradoc/changeset/bff9e2c5ed75/
Log:Add the final PDF
diff --git a/talk/pyconza2016/revdb/talk.pdf b/talk/pyconza2016/revdb/talk.pdf
new file mode 100644
index
e69de29bb
Author: Armin Rigo
Branch: extradoc
Changeset: r5735:7a0dd882aeb7
Date: 2016-10-08 07:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/7a0dd882aeb7/
Log:Final tweaks
diff --git a/talk/pyconza2016/revdb/demo/demo1.py
b/talk/pyconza2016/revdb/demo/demo1.py
--- a/talk/pyconza2016/revdb/de
Author: Armin Rigo
Branch: extradoc
Changeset: r5737:3452de724eed
Date: 2016-10-08 07:04 +0200
http://bitbucket.org/pypy/extradoc/changeset/3452de724eed/
Log:merge heads
diff --git a/blog/draft/jit-leaner-frontend.rst
b/blog/draft/jit-leaner-frontend.rst
--- a/blog/draft/jit-leaner-frontend
Author: Armin Rigo
Branch: release-5.x
Changeset: r87621:91b44e61f628
Date: 2016-10-08 07:41 +0200
http://bitbucket.org/pypy/pypy/changeset/91b44e61f628/
Log:Port this to 5.4.x
diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py
--- a/rpython/rlib/rtime.py
+++ b/rpython/rlib/rtime.py
10 matches
Mail list logo