[pypy-commit] pypy py3.5: Seems like I forgot to remove this when merging default.

2017-10-11 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r92728:d21f1c2cb4f9 Date: 2017-10-12 02:49 +0200 http://bitbucket.org/pypy/pypy/changeset/d21f1c2cb4f9/ Log:Seems like I forgot to remove this when merging default. diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst

[pypy-commit] pypy py3.5: Update test_whatsnew for renamed py3k -> py3.5.

2017-10-11 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r92727:8966e708ff7c Date: 2017-10-12 02:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8966e708ff7c/ Log:Update test_whatsnew for renamed py3k -> py3.5. diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/do

[pypy-commit] pypy cppyy-packaging: translation fix

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92726:bda46aec4528 Date: 2017-10-11 16:11 -0700 http://bitbucket.org/pypy/pypy/changeset/bda46aec4528/ Log:translation fix diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/

[pypy-commit] pypy cppyy-packaging: place C++11's nullptr in _cppyy rather then gbl

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92724:2fe6d8f50de7 Date: 2017-10-11 13:06 -0700 http://bitbucket.org/pypy/pypy/changeset/2fe6d8f50de7/ Log:place C++11's nullptr in _cppyy rather then gbl diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py

[pypy-commit] pypy cppyy-packaging: basic std::move implementation

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92725:1ab7076e5b66 Date: 2017-10-11 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/1ab7076e5b66/ Log:basic std::move implementation diff --git a/pypy/module/_cppyy/__init__.py b/pypy/module/_cppyy/__init__.py --- a/pypy/module/_

[pypy-commit] pypy cppyy-packaging: naming consistency and equivalence with CPython

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92722:b547e0ca6aba Date: 2017-10-11 11:34 -0700 http://bitbucket.org/pypy/pypy/changeset/b547e0ca6aba/ Log:naming consistency and equivalence with CPython diff --git a/pypy/module/_cppyy/__init__.py b/pypy/module/_cppyy/__init__.py --

[pypy-commit] pypy cppyy-packaging: fix translator error

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92723:e98bb35e4396 Date: 2017-10-11 12:53 -0700 http://bitbucket.org/pypy/pypy/changeset/e98bb35e4396/ Log:fix translator error diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_c

[pypy-commit] pypy cppyy-packaging: merge default into branch

2017-10-11 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92721:63eea9e3fded Date: 2017-10-06 14:24 -0700 http://bitbucket.org/pypy/pypy/changeset/63eea9e3fded/ Log:merge default into branch diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -40,3 +40,7 @@ 2875f328eae2216a87f3d6f

[pypy-commit] extradoc extradoc: essential

2017-10-11 Thread fijal
Author: fijal Branch: extradoc Changeset: r5839:622f1baa8223 Date: 2017-10-11 20:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/622f1baa8223/ Log:essential diff --git a/blog/draft/2017-10-cape-town-report.rst b/blog/draft/2017-10-cape-town-report.rst --- a/blog/draft/2017-10-cape-town

[pypy-commit] extradoc extradoc: (antocuni, arigo): first draft for the sprint report

2017-10-11 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5838:fada16ff748b Date: 2017-10-11 16:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/fada16ff748b/ Log:(antocuni, arigo): first draft for the sprint report diff --git a/blog/draft/2017-10-cape-town-report.rst b/blog/draft/2017-10-cape

[pypy-commit] pypy cpyext-avoid-roundtrip: merge heads

2017-10-11 Thread arigo
Author: Armin Rigo Branch: cpyext-avoid-roundtrip Changeset: r92720:bdbc6d0e6a01 Date: 2017-10-11 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/bdbc6d0e6a01/ Log:merge heads diff too long, truncating to 2000 out of 8986 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy cpyext-avoid-roundtrip: fix tests

2017-10-11 Thread arigo
Author: Armin Rigo Branch: cpyext-avoid-roundtrip Changeset: r92718:67a15f1e9e7b Date: 2017-10-11 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/67a15f1e9e7b/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_classobject.py b/pypy/module/cpyext/test/test_classobject.py --- a/pyp

[pypy-commit] pypy cpyext-avoid-roundtrip: (antocuni, arigo)

2017-10-11 Thread arigo
Author: Armin Rigo Branch: cpyext-avoid-roundtrip Changeset: r92719:a2e018841ca5 Date: 2017-10-11 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a2e018841ca5/ Log:(antocuni, arigo) Ha ha ha argh 32-bit translations diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpy

[pypy-commit] pypy cpyext-avoid-roundtrip: (antocuni, arigo, ronan): hg merge default

2017-10-11 Thread antocuni
Author: Antonio Cuni Branch: cpyext-avoid-roundtrip Changeset: r92717:70284cb08d7e Date: 2017-10-11 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/70284cb08d7e/ Log:(antocuni, arigo, ronan): hg merge default diff too long, truncating to 2000 out of 8986 lines diff --git a/.hgtags b/.h

[pypy-commit] pypy cpyext-avoid-roundtrip: (antocuni, ronan, arigo)

2017-10-11 Thread arigo
Author: Armin Rigo Branch: cpyext-avoid-roundtrip Changeset: r92716:0d92b4ee9763 Date: 2017-10-11 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/0d92b4ee9763/ Log:(antocuni, ronan, arigo) Add hack_for_result_often_existing_obj(), used in a few functions which officially

[pypy-commit] pypy default: Translation fix

2017-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r92715:32e65dca6a08 Date: 2017-10-11 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/32e65dca6a08/ Log:Translation fix diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobject.py +++ b/pyp

[pypy-commit] pypy default: Backed out changeset 382f89d5d1c5

2017-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r92714:38ac9e4520a1 Date: 2017-10-11 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/38ac9e4520a1/ Log:Backed out changeset 382f89d5d1c5 Oops, our fault, but 1b7397a88e79 should be fixed in cpyext/ diff --git a/pypy/objspace/std/setobject.

[pypy-commit] pypy default: some passing cases, and comments how they work

2017-10-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92713:47ef5366ae73 Date: 2017-10-11 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/47ef5366ae73/ Log:some passing cases, and comments how they work diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metai