Author: Carl Friedrich Bolz
Branch: guard-compatible
Changeset: r85188:a48045cfa46a
Date: 2016-06-15 14:12 +0200
http://bitbucket.org/pypy/pypy/changeset/a48045cfa46a/
Log:seems there is still a case where a condition with a non-constant is
made
diff --git a/rpython/jit/metainterp/co
Author: Alex Gaynor
Branch:
Changeset: r85189:6fcdbf16a5f9
Date: 2016-06-16 08:31 -0400
http://bitbucket.org/pypy/pypy/changeset/6fcdbf16a5f9/
Log:Bumped greenlet version for upstream.
There are no changes that we need to port over.
diff --git a/lib_pypy/greenlet.egg-info b/lib_pyp
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r85190:517eb8e476c8
Date: 2016-06-16 15:37 +0200
http://bitbucket.org/pypy/pypy/changeset/517eb8e476c8/
Log:added incomplete impl. for vec_raw_load_i
diff --git a/rpython/jit/backend/ppc/vector_ext.py
b/rpython/jit/backend/ppc/vect
Author: Matti Picus
Branch: rw-PyString_AS_STRING
Changeset: r85192:d2e03a332a5b
Date: 2016-06-16 19:05 +0300
http://bitbucket.org/pypy/pypy/changeset/d2e03a332a5b/
Log:move pto.c_tp_itemsize assignment for str type to earlier point in
cpyext initialization code
diff --git a/pypy/mod
Author: Matti Picus
Branch: rw-PyString_AS_STRING
Changeset: r85193:c62ce292c86c
Date: 2016-06-16 19:06 +0300
http://bitbucket.org/pypy/pypy/changeset/c62ce292c86c/
Log:translation fix
diff --git a/pypy/module/cpyext/bytesobject.py
b/pypy/module/cpyext/bytesobject.py
--- a/pypy/module/cpyex
Author: Richard Plangger
Branch: ppc-vsx-support
Changeset: r85191:daa1de3f481f
Date: 2016-06-16 18:01 +0200
http://bitbucket.org/pypy/pypy/changeset/daa1de3f481f/
Log:added vector add for powerpc, test modified to use hypothesis
diff --git a/rpython/jit/backend/ppc/codebuilder.py
b/rpython
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85194:666baf5dc59b
Date: 2016-06-16 19:49 +0100
http://bitbucket.org/pypy/pypy/changeset/666baf5dc59b/
Log:pass arguments to a function
diff --git a/pypy/module/cpyext/test/support.py
b/pypy/module/cpyext/test/support.py
--- a/pypy/modu
Author: Matti Picus
Branch:
Changeset: r85195:3feb181deba9
Date: 2016-06-16 21:49 +0300
http://bitbucket.org/pypy/pypy/changeset/3feb181deba9/
Log:Added tag release-pypy2.7-v5.3.1 for changeset 7e8df3df9641
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -26,3 +26,4 @@
404976
Author: Matti Picus
Branch:
Changeset: r85196:79376977379b
Date: 2016-06-15 22:10 +0300
http://bitbucket.org/pypy/pypy/changeset/79376977379b/
Log:update repackage script for 5.3.1
diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage
Author: Matti Picus
Branch: extradoc
Changeset: r759:86fc69961a2b
Date: 2016-06-16 22:18 +0300
http://bitbucket.org/pypy/pypy.org/changeset/86fc69961a2b/
Log:update for bugfix release pypy2.7-v5.3.1
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,7 +
Author: Matti Picus
Branch: extradoc
Changeset: r760:d884fbe4ae57
Date: 2016-06-16 23:28 +0300
http://bitbucket.org/pypy/pypy.org/changeset/d884fbe4ae57/
Log:fix one more place
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,7 +74,7 @@
performance i
Author: Matti Picus
Branch: pyfile-tell
Changeset: r85197:4941e3ed2258
Date: 2016-06-16 22:51 +0300
http://bitbucket.org/pypy/pypy/changeset/4941e3ed2258/
Log:add failing test for syncing ftell(fp) and fid.tell()
diff --git a/pypy/module/cpyext/test/test_pyfile.py
b/pypy/module/cpyext/test/
Author: Matti Picus
Branch: pyfile-tell
Changeset: r85198:b23ad2aee931
Date: 2016-06-16 23:33 +0300
http://bitbucket.org/pypy/pypy/changeset/b23ad2aee931/
Log:document why the test fails, need to call flush_buffers in
PyFile_AsFile
diff --git a/pypy/module/cpyext/test/test_pyfile.py
Author: Raffael Tfirst
Branch: py3.5
Changeset: r85200:8d7c7f8d2ee3
Date: 2016-06-16 22:38 +0200
http://bitbucket.org/pypy/pypy/changeset/8d7c7f8d2ee3/
Log:Fix visit_list
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/as
Author: Raffael Tfirst
Branch: py3.5
Changeset: r85201:d3a8be3eee83
Date: 2016-06-16 22:42 +0200
http://bitbucket.org/pypy/pypy/changeset/d3a8be3eee83/
Log:Fix visit_tuple
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--- a/pypy/interpreter/a
Author: Matti Picus
Branch:
Changeset: r85199:a756c02c565a
Date: 2016-06-16 23:33 +0300
http://bitbucket.org/pypy/pypy/changeset/a756c02c565a/
Log:fix link
diff --git a/pypy/doc/release-pypy2.7-v5.3.1.rst
b/pypy/doc/release-pypy2.7-v5.3.1.rst
--- a/pypy/doc/release-pypy2.7-v5.3.1.rst
+++ b
Author: Raffael Tfirst
Branch: py3.5
Changeset: r85202:430c5404f5b9
Date: 2016-06-16 23:38 +0200
http://bitbucket.org/pypy/pypy/changeset/430c5404f5b9/
Log:Adapt _visit_list_or_tuple_assignment
diff --git a/pypy/interpreter/astcompiler/codegen.py
b/pypy/interpreter/astcompiler/codegen.py
--
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85203:73843504475e
Date: 2016-06-17 01:26 +0100
http://bitbucket.org/pypy/pypy/changeset/73843504475e/
Log:Don't use RPython logging
diff --git a/pypy/module/cpyext/test/support.py
b/pypy/module/cpyext/test/support.py
--- a/pypy/module/
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85204:43826d85eaaa
Date: 2016-06-17 02:57 +0100
http://bitbucket.org/pypy/pypy/changeset/43826d85eaaa/
Log:stop using rpy_platform attributes as local variables
diff --git a/pypy/module/cpyext/test/support.py
b/pypy/module/cpyext/test/s
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85206:2cd0dfca3da2
Date: 2016-06-17 04:05 +0100
http://bitbucket.org/pypy/pypy/changeset/2cd0dfca3da2/
Log:Don't use DistutilsPlatform
diff --git a/pypy/module/cpyext/test/support.py
b/pypy/module/cpyext/test/support.py
--- a/pypy/modul
Author: Ronan Lamy
Branch: testing-cleanup
Changeset: r85205:cc4219028500
Date: 2016-06-17 03:46 +0100
http://bitbucket.org/pypy/pypy/changeset/cc4219028500/
Log:Don't use ECI
diff --git a/pypy/module/cpyext/test/support.py
b/pypy/module/cpyext/test/support.py
--- a/pypy/module/cpyext/test/
Author: Matti Picus
Branch:
Changeset: r85210:d8cafae12463
Date: 2016-06-17 09:15 +0300
http://bitbucket.org/pypy/pypy/changeset/d8cafae12463/
Log:document merged branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/what
Author: Matti Picus
Branch: pyfile-tell
Changeset: r85208:b1432381e6fd
Date: 2016-06-17 09:11 +0300
http://bitbucket.org/pypy/pypy/changeset/b1432381e6fd/
Log:close branch to be merged
___
pypy-commit mailing list
pypy-commit@python.org
https://mai
Author: Matti Picus
Branch: pyfile-tell
Changeset: r85207:48f59a7416c9
Date: 2016-06-17 09:10 +0300
http://bitbucket.org/pypy/pypy/changeset/48f59a7416c9/
Log:add flush_buffers to PyFile_AsFile
diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py
--- a/pypy/module/cpyext/
Author: Matti Picus
Branch:
Changeset: r85209:2ccda01df68b
Date: 2016-06-17 09:12 +0300
http://bitbucket.org/pypy/pypy/changeset/2ccda01df68b/
Log:merge pyfile-tell which syncs w_file with the c-level FILE* before
returning FILE*
diff --git a/pypy/module/cpyext/pyfile.py b/pypy/modu
25 matches
Mail list logo