[pypy-commit] pypy stdlib-2.7.12: fix

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87650:e36e9b7907f7 Date: 2016-10-08 22:20 -0700 http://bitbucket.org/pypy/pypy/changeset/e36e9b7907f7/ Log:fix diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py +++ b/py

[pypy-commit] pypy stdlib-2.7.12: handle more cases, IndexError in builtins reversed

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87651:512d0d073a9c Date: 2016-10-08 22:22 -0700 http://bitbucket.org/pypy/pypy/changeset/512d0d073a9c/ Log:handle more cases, IndexError in builtins reversed diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpret

[pypy-commit] pypy stdlib-2.7.12: technically these should support allow_override

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87648:afbf4569aaf8 Date: 2016-10-08 20:16 -0700 http://bitbucket.org/pypy/pypy/changeset/afbf4569aaf8/ Log:technically these should support allow_override diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy stdlib-2.7.12: avoid GeneratorIterator blowing up pypyjit's ztranslation (from argument.py, sigh)

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87649:b6a53a02b992 Date: 2016-10-08 20:21 -0700 http://bitbucket.org/pypy/pypy/changeset/b6a53a02b992/ Log:avoid GeneratorIterator blowing up pypyjit's ztranslation (from argument.py, sigh) diff --git a/pypy/interpreter/argument

[pypy-commit] pypy py3.5: fix bad merge

2016-10-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87647:c9676f35333a Date: 2016-10-09 02:58 +0100 http://bitbucket.org/pypy/pypy/changeset/c9676f35333a/ Log:fix bad merge diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpr

[pypy-commit] pypy stdlib-2.7.12: merge default

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87646:0cbd0850ccf0 Date: 2016-10-08 18:48 -0700 http://bitbucket.org/pypy/pypy/changeset/0cbd0850ccf0/ Log:merge default diff too long, truncating to 2000 out of 7788 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile

[pypy-commit] pypy stdlib-2.7.12: more helpful failed repr/str messages expected by test_exceptions

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87644:d46eaca6250c Date: 2016-10-08 18:44 -0700 http://bitbucket.org/pypy/pypy/changeset/d46eaca6250c/ Log:more helpful failed repr/str messages expected by test_exceptions diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error

[pypy-commit] pypy stdlib-2.7.11: close branch: superceded by stdlib-2.7.12

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r87645:12f2f971dd86 Date: 2016-10-08 18:47 -0700 http://bitbucket.org/pypy/pypy/changeset/12f2f971dd86/ Log:close branch: superceded by stdlib-2.7.12 ___ pypy-commit mailing list pypy-commit@py

[pypy-commit] pypy stdlib-2.7.12: update _testcapimodule.c to 2.7.12's

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87642:14ad7de2649f Date: 2016-10-08 17:07 -0700 http://bitbucket.org/pypy/pypy/changeset/14ad7de2649f/ Log:update _testcapimodule.c to 2.7.12's diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c --- a/lib_pypy/_testcap

[pypy-commit] pypy stdlib-2.7.12: disable test_buildvalue_N (currently broken) and parts relying on not

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87643:14f7ced42b67 Date: 2016-10-08 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/14f7ced42b67/ Log:disable test_buildvalue_N (currently broken) and parts relying on not yet supported: - PyBuffer_To/FromContiguous

[pypy-commit] pypy stdlib-2.7.12: audioop fixes: cpython issues 24456, 24457, weightA/B gcd from 16686

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87641:13b5d7b6fcfb Date: 2016-10-08 16:47 -0700 http://bitbucket.org/pypy/pypy/changeset/13b5d7b6fcfb/ Log:audioop fixes: cpython issues 24456, 24457, weightA/B gcd from 16686 diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a

[pypy-commit] pypy stdlib-2.7.12: include "__del__" in old style classes' error message

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87640:67896f62ff21 Date: 2016-10-08 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/67896f62ff21/ Log:include "__del__" in old style classes' error message diff --git a/pypy/module/__builtin__/interp_classobj.py b/pypy/module/__bu

[pypy-commit] pypy stdlib-2.7.12: we use traceback.py for this

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87639:d0f070db1918 Date: 2016-10-08 16:16 -0700 http://bitbucket.org/pypy/pypy/changeset/d0f070db1918/ Log:we use traceback.py for this diff --git a/lib-python/2.7/test/test_exceptions.py b/lib-python/2.7/test/test_exceptions.py --- a/

[pypy-commit] pypy py3.5: hg merge py3k

2016-10-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87638:2724bf3350af Date: 2016-10-09 00:23 +0100 http://bitbucket.org/pypy/pypy/changeset/2724bf3350af/ Log:hg merge py3k diff too long, truncating to 2000 out of 11272 lines diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -40,4

[pypy-commit] pypy stdlib-2.7.12: tighten type's arg checking

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87637:9dacf5a3b331 Date: 2016-10-08 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9dacf5a3b331/ Log:tighten type's arg checking diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py -

[pypy-commit] pypy stdlib-2.7.12: pep8

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87635:e924d7da094f Date: 2016-10-08 12:20 -0700 http://bitbucket.org/pypy/pypy/changeset/e924d7da094f/ Log:pep8 diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_pypy/_functools.py @@ -5

[pypy-commit] pypy stdlib-2.7.12: pypy allows __slots__ here

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87636:dfb9141e596d Date: 2016-10-08 15:34 -0700 http://bitbucket.org/pypy/pypy/changeset/dfb9141e596d/ Log:pypy allows __slots__ here diff --git a/lib-python/2.7/test/test_builtin.py b/lib-python/2.7/test/test_builtin.py --- a/lib-pyth

[pypy-commit] pypy release-pypy3.3-5.x: Added tag release-pypy3.3-5.5.0 for changeset ea9979b550ee

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: release-pypy3.3-5.x Changeset: r87634:619c0d5af0e5 Date: 2016-10-08 22:54 +0200 http://bitbucket.org/pypy/pypy/changeset/619c0d5af0e5/ Log:Added tag release-pypy3.3-5.5.0 for changeset ea9979b550ee diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

[pypy-commit] pypy release-pypy3.3-5.x: update contributors

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: release-pypy3.3-5.x Changeset: r87632:fe5657a7b60e Date: 2016-10-08 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/fe5657a7b60e/ Log:update contributors diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++

[pypy-commit] pypy release-pypy3.3-5.x: move what is new and create an empty one

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: release-pypy3.3-5.x Changeset: r87633:ea9979b550ee Date: 2016-10-08 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ea9979b550ee/ Log:move what is new and create an empty one diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst --

[pypy-commit] pypy release-pypy3.3-5.x: open new release branch

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: release-pypy3.3-5.x Changeset: r87631:c5fb5db3c8ee Date: 2016-10-08 22:35 +0200 http://bitbucket.org/pypy/pypy/changeset/c5fb5db3c8ee/ Log:open new release branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3k: assume unicode

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87630:56ce24543ca5 Date: 2016-10-08 10:27 -0700 http://bitbucket.org/pypy/pypy/changeset/56ce24543ca5/ Log:assume unicode diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py --- a/pypy/module/cpyext/state.py +++ b/pypy/module/

[pypy-commit] pypy py3.5: (reubano, plan_rich) loop in the new state, test passes now

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87629:23bd7b65f729 Date: 2016-10-08 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/23bd7b65f729/ Log:(reubano, plan_rich) loop in the new state, test passes now diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_

[pypy-commit] pypy py3.5: Add new state to csv parsing (reubano and plan_rich)

2016-10-08 Thread reu...@gmail.com
Author: reub...@gmail.com Branch: py3.5 Changeset: r87628:d13786edd6f2 Date: 2016-10-08 19:37 +0300 http://bitbucket.org/pypy/pypy/changeset/d13786edd6f2/ Log:Add new state to csv parsing (reubano and plan_rich) diff --git a/pypy/module/_csv/interp_reader.py b/pypy/module/_csv/interp_reader.

[pypy-commit] pypy py3.5: test case to fix special case in escape char that was changed in py3.4

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87627:a13c3317adb7 Date: 2016-10-08 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a13c3317adb7/ Log:test case to fix special case in escape char that was changed in py3.4 diff --git a/pypy/module/_csv/test/test_reader.py b/py

[pypy-commit] pypy default: oops

2016-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r87626:f8f3f559e826 Date: 2016-10-08 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f8f3f559e826/ Log:oops diff --git a/pypy/module/faulthandler/faulthandler.c b/pypy/module/faulthandler/faulthandler.c --- a/pypy/module/faulthandler/faulthandler.

[pypy-commit] extradoc extradoc: potential sprint topics

2016-10-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5739:f03182af37f0 Date: 2016-10-08 14:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/f03182af37f0/ Log:potential sprint topics diff --git a/sprintinfo/pyconza2016/topics b/sprintinfo/pyconza2016/topics new file mode 100644 --- /dev/null

[pypy-commit] pypy default: Use the same format for tracebacks, but mention in the header that line numbers can be off

2016-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r87624:9573c6ca1519 Date: 2016-10-08 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/9573c6ca1519/ Log:Use the same format for tracebacks, but mention in the header that line numbers can be off diff --git a/pypy/module/faulthandler/dumper.p

[pypy-commit] pypy py3k: hg merge default

2016-10-08 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87625:7ff655490876 Date: 2016-10-08 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7ff655490876/ Log:hg merge default diff --git a/pypy/module/faulthandler/dumper.py b/pypy/module/faulthandler/dumper.py --- a/pypy/module/faulthandler/dumper.

[pypy-commit] pypy reverse-debugger: (jerith, arigo) Bump DARWIN_VERSION_MIN to 10.7 to allow thread-local.

2016-10-08 Thread jerith
Author: Jeremy Thurgood Branch: reverse-debugger Changeset: r87623:a740348ea339 Date: 2016-10-08 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a740348ea339/ Log:(jerith, arigo) Bump DARWIN_VERSION_MIN to 10.7 to allow thread- local. diff --git a/rpython/translator/platform/dar

[pypy-commit] pypy py3.5: change standard lib test to pass the while test file. pypy's buffer is bigger

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87622:d3fa9d0090d6 Date: 2016-10-08 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/d3fa9d0090d6/ Log:change standard lib test to pass the while test file. pypy's buffer is bigger diff --git a/lib-python/3/test/test_zlib.py b/li

[pypy-commit] extradoc extradoc: pdf export

2016-10-08 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5738:b607cdf72f72 Date: 2016-10-08 09:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/b607cdf72f72/ Log:pdf export diff --git a/talk/pyconza2016/pypy/pypy-pycon-cape-town-2016.pdf b/talk/pyconza2016/pypy/pypy-pycon-cape-town-2016.p