[pypy-commit] pypy py3k: utilize enumerate

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84568:d463dd98e6a6 Date: 2016-05-21 18:23 -0700 http://bitbucket.org/pypy/pypy/changeset/d463dd98e6a6/ Log:utilize enumerate diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py --- a/pypy/module/__builtin_

[pypy-commit] pypy py3k: merge default

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84567:e5c6a87e1f71 Date: 2016-05-21 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/e5c6a87e1f71/ Log:merge default diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init

[pypy-commit] pypy default: kill w_self

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84566:d7b4ace71d7e Date: 2016-05-21 16:29 -0700 http://bitbucket.org/pypy/pypy/changeset/d7b4ace71d7e/ Log:kill w_self diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py --- a/pypy/module/_cffi_backend/ctypeo

[pypy-commit] pypy newinitwarn: try the warnings as exceptions to see how potentially annoying they'd be on

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r84565:57573ddc5c33 Date: 2016-05-21 16:00 -0700 http://bitbucket.org/pypy/pypy/changeset/57573ddc5c33/ Log:try the warnings as exceptions to see how potentially annoying they'd be on pypy diff --git a/pypy/objspace/std/objectobjec

[pypy-commit] pypy newinitwarn: branch to test stricter __new/init__ checks/warnings from cpython

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r84563:c02d34dcfa78 Date: 2016-05-21 16:00 -0700 http://bitbucket.org/pypy/pypy/changeset/c02d34dcfa78/ Log:branch to test stricter __new/init__ checks/warnings from cpython ___ pypy-commit maili

[pypy-commit] pypy newinitwarn: match cpython's behavior more including its warnings

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r84564:04d46eae6d93 Date: 2016-05-21 16:00 -0700 http://bitbucket.org/pypy/pypy/changeset/04d46eae6d93/ Log:match cpython's behavior more including its warnings diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobje

[pypy-commit] pypy default: kill unnecessary object.__init__ call

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84562:1dbd3830e479 Date: 2016-05-21 15:57 -0700 http://bitbucket.org/pypy/pypy/changeset/1dbd3830e479/ Log:kill unnecessary object.__init__ call diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py --- a/pypy/module/posix/app

[pypy-commit] pypy default: match cpython, give super an __init__ and a simple __new__

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84561:31c8b9f6bc59 Date: 2016-05-21 15:31 -0700 http://bitbucket.org/pypy/pypy/changeset/31c8b9f6bc59/ Log:match cpython, give super an __init__ and a simple __new__ diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descr

[pypy-commit] pypy default: minor cleanup

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84560:240555277819 Date: 2016-05-21 15:28 -0700 http://bitbucket.org/pypy/pypy/changeset/240555277819/ Log:minor cleanup diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pypy/module/__builtin__/__init__.p

[pypy-commit] pypy cpyext-pickle: Backed out changeset 7819376524b2 wrong branch

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: cpyext-pickle Changeset: r84558:2b9ca2acb895 Date: 2016-05-21 15:09 -0700 http://bitbucket.org/pypy/pypy/changeset/2b9ca2acb895/ Log:Backed out changeset 7819376524b2 wrong branch diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.p

[pypy-commit] pypy default: refactor

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84559:58bcf36629d9 Date: 2016-05-21 15:06 -0700 http://bitbucket.org/pypy/pypy/changeset/58bcf36629d9/ Log:refactor (grafted from 7819376524b2e441d62ace72d6cd8e3a58c39647) diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobj

[pypy-commit] pypy cpyext-pickle: refactor

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: cpyext-pickle Changeset: r84557:7819376524b2 Date: 2016-05-21 15:06 -0700 http://bitbucket.org/pypy/pypy/changeset/7819376524b2/ Log:refactor diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy/objspace/std/objectobject

[pypy-commit] pypy py3k: fix test_context_with_suppressed, always reset the last exception after

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84555:7737b9ffdd0b Date: 2016-05-21 15:01 -0700 http://bitbucket.org/pypy/pypy/changeset/7737b9ffdd0b/ Log:fix test_context_with_suppressed, always reset the last exception after __exit__, even if it raises diff --git a/pypy/interpreter/

[pypy-commit] pypy py3k: kill comment

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84556:11191ae99e58 Date: 2016-05-21 15:04 -0700 http://bitbucket.org/pypy/pypy/changeset/11191ae99e58/ Log:kill comment diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py --- a/pypy/interpreter/test/test_rais

[pypy-commit] pypy py3k: backout 25989b3230e5: this bootstrap hack is still required (CPython also does

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84554:5c6e635923c7 Date: 2016-05-21 13:23 -0700 http://bitbucket.org/pypy/pypy/changeset/5c6e635923c7/ Log:backout 25989b3230e5: this bootstrap hack is still required (CPython also does it) to avoid obscure recursion issues, e.g.

[pypy-commit] pypy py3k: __qualname__ for getset_descriptors

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84553:ccfc9fe7d495 Date: 2016-05-21 12:43 -0700 http://bitbucket.org/pypy/pypy/changeset/ccfc9fe7d495/ Log:__qualname__ for getset_descriptors diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test

[pypy-commit] pypy py3k: no longer subclassable

2016-05-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84552:a2de5fa46655 Date: 2016-05-21 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/a2de5fa46655/ Log:no longer subclassable diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++

[pypy-commit] pypy py3k: clean up _winreg, winreg problems to get tests running

2016-05-21 Thread mattip
Author: Matti Picus Branch: py3k Changeset: r84551:f80122a036dc Date: 2016-05-21 21:38 +0300 http://bitbucket.org/pypy/pypy/changeset/f80122a036dc/ Log:clean up _winreg, winreg problems to get tests running diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test

[pypy-commit] pypy guard-compatible: Slow progress, mostly tweaking the design as I try it

2016-05-21 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84550:545a21ba6c23 Date: 2016-05-21 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/545a21ba6c23/ Log:Slow progress, mostly tweaking the design as I try it diff --git a/rpython/jit/backend/x86/guard_compat.py b/rpython/jit/backend