Author: Armin Rigo
Branch: py3.5
Changeset: r90042:a1af975cae9c
Date: 2017-02-11 12:25 +0100
http://bitbucket.org/pypy/pypy/changeset/a1af975cae9c/
Log:forgot to update this
diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt
--- a/lib-python/stdlib-version.txt
+++ b/l
Author: Armin Rigo
Branch: py3.5
Changeset: r90043:6f94d4627b17
Date: 2017-02-11 14:36 +0100
http://bitbucket.org/pypy/pypy/changeset/6f94d4627b17/
Log:fix
diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py
--- a/lib_pypy/_decimal.py
+++ b/lib_pypy/_decimal.py
@@ -329,7 +329,14 @@
Author: Armin Rigo
Branch: py3.5
Changeset: r90044:7e5dd6bf5bd1
Date: 2017-02-11 14:55 +0100
http://bitbucket.org/pypy/pypy/changeset/7e5dd6bf5bd1/
Log:fix for test_internal_use_of_overridden_methods
diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py
--- a/lib_pypy/_decimal.py
+++ b/li
Author: Armin Rigo
Branch: py3.5
Changeset: r90045:7e5648cd878f
Date: 2017-02-11 14:59 +0100
http://bitbucket.org/pypy/pypy/changeset/7e5648cd878f/
Log:check_syntax_error(): ignore the offset on pypy, it can often be
slightly different than on CPython and I think it's fine
diff --git
Author: Armin Rigo
Branch:
Changeset: r90046:d67b8ad83f22
Date: 2017-02-11 15:16 +0100
http://bitbucket.org/pypy/pypy/changeset/d67b8ad83f22/
Log:Minor optimization
diff --git a/pypy/module/itertools/interp_itertools.py
b/pypy/module/itertools/interp_itertools.py
--- a/pypy/module/itertool
Author: Armin Rigo
Branch: py3.5
Changeset: r90047:88164726e74b
Date: 2017-02-11 15:31 +0100
http://bitbucket.org/pypy/pypy/changeset/88164726e74b/
Log:hg merge default
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -462,7 +4
Author: Armin Rigo
Branch: py3.5
Changeset: r90048:2abc31ad4db0
Date: 2017-02-11 15:41 +0100
http://bitbucket.org/pypy/pypy/changeset/2abc31ad4db0/
Log:skip these two tests
diff --git a/lib-python/3/test/test_itertools.py
b/lib-python/3/test/test_itertools.py
--- a/lib-python/3/test/test_it
Author: Armin Rigo
Branch: py3.5
Changeset: r90049:63cd193b7617
Date: 2017-02-11 16:05 +0100
http://bitbucket.org/pypy/pypy/changeset/63cd193b7617/
Log:Fix datetime.__hash__
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-python/3/dat
Author: Richard Plangger
Branch: vmprof-native
Changeset: r90050:fd79187556df
Date: 2017-02-11 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/fd79187556df/
Log:remove allocated libunwind info for dynamic code regions as soon as
the loop token goes out of scope
diff --git a/rpyt
Author: Richard Plangger
Branch: vmprof-native
Changeset: r90051:ba06665d9168
Date: 2017-02-11 17:37 +0100
http://bitbucket.org/pypy/pypy/changeset/ba06665d9168/
Log:rename callsite method name, handle stack walking for jit frames
diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/m
Author: Manuel Jacob
Branch: extradoc
Changeset: r5778:733c6a0f438f
Date: 2017-02-11 18:07 +0100
http://bitbucket.org/pypy/extradoc/changeset/733c6a0f438f/
Log:I assume that they don't want to stay *that* long.
diff --git a/sprintinfo/leysin-winter-2017/people.txt
b/sprintinfo/leysin-winter
Author: Manuel Jacob
Branch: extradoc
Changeset: r5779:e004bc384159
Date: 2017-02-11 18:08 +0100
http://bitbucket.org/pypy/extradoc/changeset/e004bc384159/
Log:Add myself to the list.
diff --git a/sprintinfo/leysin-winter-2017/people.txt
b/sprintinfo/leysin-winter-2017/people.txt
--- a/spri
Author: Armin Rigo
Branch: py3.5
Changeset: r90052:c4cfe1d12253
Date: 2017-02-11 18:22 +0100
http://bitbucket.org/pypy/pypy/changeset/c4cfe1d12253/
Log:Try to expose in a new, pypy-only attribute '__defaults_count__' the
length of the internal '__defaults__', which might be hidden on
Author: Armin Rigo
Branch: py3.5
Changeset: r90053:f1b0b8f3f631
Date: 2017-02-11 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/f1b0b8f3f631/
Log:document more c4cfe1d12253
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpreter/function.py
+++ b
Author: Armin Rigo
Branch: py3.5
Changeset: r90054:48030bda1edd
Date: 2017-02-11 18:32 +0100
http://bitbucket.org/pypy/pypy/changeset/48030bda1edd/
Log:Skip the final check in this test, with comment
diff --git a/lib-python/3/test/test_signal.py b/lib-python/3/test/test_signal.py
--- a/lib-p
Author: Armin Rigo
Branch: py3.5
Changeset: r90055:c7f45f48949e
Date: 2017-02-11 18:38 +0100
http://bitbucket.org/pypy/pypy/changeset/c7f45f48949e/
Log:fix the expected exception messages
diff --git a/lib-python/3/test/test_exceptions.py
b/lib-python/3/test/test_exceptions.py
--- a/lib-pyth
Author: Ronan Lamy
Branch: py3.5
Changeset: r90056:43a08e490b5b
Date: 2017-02-11 17:59 +
http://bitbucket.org/pypy/pypy/changeset/43a08e490b5b/
Log:Update PyLong_AsLong docstring
diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py
--- a/pypy/module/cpyext/lon
Author: Ronan Lamy
Branch: py3.5
Changeset: r90057:e06ef56cac01
Date: 2017-02-11 19:16 +
http://bitbucket.org/pypy/pypy/changeset/e06ef56cac01/
Log:Since 3.3, 0-D memoryviews return an empty tuple for .shape and
.strides (hard to test at app-level)
diff --git a/pypy/module/cpyext
Author: Ronan Lamy
Branch: py3.5
Changeset: r90058:de015dfe7aff
Date: 2017-02-11 19:41 +
http://bitbucket.org/pypy/pypy/changeset/de015dfe7aff/
Log:Test and partial fix for 0d memoryview
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
--- a/pypy/objspa
Author: Ronan Lamy
Branch: py3.5
Changeset: r90059:9e067f394eee
Date: 2017-02-11 19:55 +
http://bitbucket.org/pypy/pypy/changeset/9e067f394eee/
Log:Fix .tobytes() on 0d memoryview
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
--- a/pypy/objspace/std/
Author: Ronan Lamy
Branch: py3.5
Changeset: r90060:9f7edc16f16c
Date: 2017-02-11 20:10 +
http://bitbucket.org/pypy/pypy/changeset/9f7edc16f16c/
Log:Test 0d view on C-created buffer
diff --git a/pypy/module/cpyext/test/test_arraymodule.py
b/pypy/module/cpyext/test/test_arraymodule.py
---
21 matches
Mail list logo