[pypy-commit] pypy default: refactor

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84166:6479edc9c369 Date: 2016-05-02 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/6479edc9c369/ Log:refactor diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy default: None more appropriate

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84167:7dc2f3884df2 Date: 2016-05-02 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/7dc2f3884df2/ Log:None more appropriate diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++ b/pyp

[pypy-commit] pypy default: sync w/ py3k

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84165:6fa84e77d63b Date: 2016-05-02 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/6fa84e77d63b/ Log:sync w/ py3k diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py --- a/pypy/module/__builtin__/compiling

[pypy-commit] pypy py3k: fix unicode handling

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84201:d5f860dfb191 Date: 2016-05-04 16:23 -0700 http://bitbucket.org/pypy/pypy/changeset/d5f860dfb191/ Log:fix unicode handling diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py

[pypy-commit] pypy py3k: backout 25e7ce4956dd -- let's see if it's still necessary for py3k after the

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84202:ba47fac77ffc Date: 2016-05-04 16:32 -0700 http://bitbucket.org/pypy/pypy/changeset/ba47fac77ffc/ Log:backout 25e7ce4956dd -- let's see if it's still necessary for py3k after the recent methodcache fixes diff --git a/pypy/objspace/s

[pypy-commit] pypy default: __length_hint__ now supported, sync w/ py3k

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84205:72a9e8ec895d Date: 2016-05-04 19:49 -0700 http://bitbucket.org/pypy/pypy/changeset/72a9e8ec895d/ Log:__length_hint__ now supported, sync w/ py3k diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py --- a/lib-pyth

[pypy-commit] pypy py3k: reapply lost 2.7/3.2 workarounds

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84204:f31efe7d13cf Date: 2016-05-04 19:48 -0700 http://bitbucket.org/pypy/pypy/changeset/f31efe7d13cf/ Log:reapply lost 2.7/3.2 workarounds diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/te

[pypy-commit] pypy py3k: add __dict__ to class/staticmethod

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84203:6cac09131559 Date: 2016-05-04 18:29 -0700 http://bitbucket.org/pypy/pypy/changeset/6cac09131559/ Log:add __dict__ to class/staticmethod diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/functio

[pypy-commit] pypy default: oops

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84206:ff72a5d6a0cc Date: 2016-05-04 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/ff72a5d6a0cc/ Log:oops diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py --- a/lib-python/2.7/test/test_descr.py +++ b/lib-pyt

[pypy-commit] pypy py3k: oops

2016-05-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84207:aba8656cdef4 Date: 2016-05-04 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/aba8656cdef4/ Log:oops diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test_descr.py +++ b/lib-python

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #442)

2016-05-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84234:a818809e80f2 Date: 2016-05-05 16:45 -0700 http://bitbucket.org/pypy/pypy/changeset/a818809e80f2/ Log:Merged in marky1991/pypy_new/py3k (pull request #442) py3k Deque Fix diff --git a/pypy/module/_collections/interp_deque.py b/pyp

[pypy-commit] pypy py3k: match cpython's frozen importlib name (it's still exposed in some cases)

2016-05-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84237:ca2390b5a5cc Date: 2016-05-05 19:40 -0700 http://bitbucket.org/pypy/pypy/changeset/ca2390b5a5cc/ Log:match cpython's frozen importlib name (it's still exposed in some cases) diff --git a/pypy/interpreter/pycode.py b/pypy/interprete

[pypy-commit] pypy py3k: now an OSError on 3.3

2016-05-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84271:adaec121cd45 Date: 2016-05-06 17:08 -0700 http://bitbucket.org/pypy/pypy/changeset/adaec121cd45/ Log:now an OSError on 3.3 diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/signal/int

[pypy-commit] pypy py3k: __qualname__ must be removed from the type dict so it doesn't propagate down to

2016-05-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84273:2b6f54d085d2 Date: 2016-05-06 17:53 -0700 http://bitbucket.org/pypy/pypy/changeset/2b6f54d085d2/ Log:__qualname__ must be removed from the type dict so it doesn't propagate down to the instance diff --git a/pypy/objspace/std/test/t

[pypy-commit] pypy py3k: allow setting class docstrings

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84279:605722e607a3 Date: 2016-05-07 11:49 -0700 http://bitbucket.org/pypy/pypy/changeset/605722e607a3/ Log:allow setting class docstrings diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test

[pypy-commit] pypy py3k: fix

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84278:0e4c7a2b1e39 Date: 2016-05-07 11:49 -0700 http://bitbucket.org/pypy/pypy/changeset/0e4c7a2b1e39/ Log:fix diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/test/test_compile

[pypy-commit] pypy py3k: Close branch py3k

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84280:15f134f91f71 Date: 2016-05-07 14:55 -0700 http://bitbucket.org/pypy/pypy/changeset/15f134f91f71/ Log:Close branch py3k ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/

[pypy-commit] pypy py3k: merge

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84282:77404fa13979 Date: 2016-05-07 15:01 -0700 http://bitbucket.org/pypy/pypy/changeset/77404fa13979/ Log:merge diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy py3k: o set __main__ loader to SourceFileLoader like cpython

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84283:6c12658dce83 Date: 2016-05-07 17:04 -0700 http://bitbucket.org/pypy/pypy/changeset/6c12658dce83/ Log:o set __main__ loader to SourceFileLoader like cpython o workaround subtle test_cmd_line_script impl details diff --git a/lib-pyth

[pypy-commit] pypy py3k: kill test_immutabledoc

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84305:95430613866d Date: 2016-05-08 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/95430613866d/ Log:kill test_immutabledoc diff --git a/pypy/interpreter/test/test_class.py b/pypy/interpreter/test/test_class.py --- a/pypy/interpreter/test

[pypy-commit] pypy py3k: fix after merge

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84306:7832fcede2fc Date: 2016-05-08 11:32 -0700 http://bitbucket.org/pypy/pypy/changeset/7832fcede2fc/ Log:fix after merge diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test/test_version.py --- a/pypy/module/cpyext/t

[pypy-commit] pypy py3k: kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing

2016-05-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84307:3be2e22ef987 Date: 2016-05-08 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/3be2e22ef987/ Log:kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py. exposing it gives the impression that we provide a 3.4 ssl.py

[pypy-commit] pypy py3k: adapt to py3k

2016-05-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84341:bc87e9e3fa04 Date: 2016-05-09 15:03 -0700 http://bitbucket.org/pypy/pypy/changeset/bc87e9e3fa04/ Log:adapt to py3k diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++ b/lib_pypy/resource.py @@ -104,7 +10

[pypy-commit] pypy py3k: reapply xfails from default

2016-05-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84342:c871cbd337d4 Date: 2016-05-09 18:54 -0700 http://bitbucket.org/pypy/pypy/changeset/c871cbd337d4/ Log:reapply xfails from default diff --git a/lib-python/3/ctypes/test/test_python_api.py b/lib-python/3/ctypes/test/test_python_api.py --- a/

[pypy-commit] pypy py3k: missing import

2016-05-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84409:8af0cd2aeccd Date: 2016-05-12 16:56 -0700 http://bitbucket.org/pypy/pypy/changeset/8af0cd2aeccd/ Log:missing import diff --git a/lib-python/3/ctypes/test/test_python_api.py b/lib-python/3/ctypes/test/test_python_api.py --- a/lib-python/3/

[pypy-commit] pypy py3k: merge default

2016-05-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84412:1ba51b01cb26 Date: 2016-05-12 21:51 -0700 http://bitbucket.org/pypy/pypy/changeset/1ba51b01cb26/ Log:merge default diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py --- a/rpython/memory/gc/env.py +++ b/rpython/memory/gc/env.

[pypy-commit] pypy default: do a better job of avoiding garbage for test_13_genexp, py3k noticed more of it

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84432:c4c19a588369 Date: 2016-05-14 11:18 -0700 http://bitbucket.org/pypy/pypy/changeset/c4c19a588369/ Log:do a better job of avoiding garbage for test_13_genexp, py3k noticed more of it after use-gc-del-3's destructor changes diff --git a/l

[pypy-commit] pypy py3k: apply c4c19a588369 from default

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84434:5f6da56d6205 Date: 2016-05-14 11:20 -0700 http://bitbucket.org/pypy/pypy/changeset/5f6da56d6205/ Log:apply c4c19a588369 from default diff --git a/lib-python/3/test/test_sys_settrace.py b/lib-python/3/test/test_sys_settrace.py --- a/lib-py

[pypy-commit] pypy py3k: merge default

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84433:aa1a6a3e01e0 Date: 2016-05-14 11:19 -0700 http://bitbucket.org/pypy/pypy/changeset/aa1a6a3e01e0/ Log:merge default diff --git a/lib-python/2.7/test/test_sys_settrace.py b/lib-python/2.7/test/test_sys_settrace.py --- a/lib-python/2.7/test/

[pypy-commit] pypy py3k: cpython TypeError impl detail

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84436:8484d4212d79 Date: 2016-05-14 11:26 -0700 http://bitbucket.org/pypy/pypy/changeset/8484d4212d79/ Log:cpython TypeError impl detail diff --git a/lib-python/3/test/test_exceptions.py b/lib-python/3/test/test_exceptions.py --- a/lib-python/3

[pypy-commit] pypy py3k: pypy3 still adheres to the oldgil interface

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84435:09400436a7f0 Date: 2016-05-14 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/09400436a7f0/ Log:pypy3 still adheres to the oldgil interface diff --git a/lib-python/3/test/test_threading.py b/lib-python/3/test/test_threading.py --- a/

[pypy-commit] pypy py3k: cpython issue17413: normalize exceptions for settrace callbacks

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84437:6f8938f4a309 Date: 2016-05-14 11:46 -0700 http://bitbucket.org/pypy/pypy/changeset/6f8938f4a309/ Log:cpython issue17413: normalize exceptions for settrace callbacks diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/exec

[pypy-commit] pypy py3k: adjust offsets per pypy impl details

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84439:28f25a04d635 Date: 2016-05-14 13:26 -0700 http://bitbucket.org/pypy/pypy/changeset/28f25a04d635/ Log:adjust offsets per pypy impl details diff --git a/lib-python/3/test/test_exceptions.py b/lib-python/3/test/test_exceptions.py --- a/lib-p

[pypy-commit] pypy py3k: reapply lost changes from default/pypy3.2

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84438:bf01b0f20608 Date: 2016-05-14 13:25 -0700 http://bitbucket.org/pypy/pypy/changeset/bf01b0f20608/ Log:reapply lost changes from default/pypy3.2 diff --git a/lib-python/3/test/test_site.py b/lib-python/3/test/test_site.py --- a/lib-python/3/

[pypy-commit] pypy py3k: cpython issue2382: adjust SyntaxError offset w/ multibyte chars

2016-05-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84440:7d1402694892 Date: 2016-05-14 13:31 -0700 http://bitbucket.org/pypy/pypy/changeset/7d1402694892/ Log:cpython issue2382: adjust SyntaxError offset w/ multibyte chars diff --git a/pypy/interpreter/pyparser/error.py b/pypy/interpreter/pypars

[pypy-commit] pypy py3k: cpython only (pypy disallows non str key values)

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84514:00550d888e25 Date: 2016-05-18 16:56 -0700 http://bitbucket.org/pypy/pypy/changeset/00550d888e25/ Log:cpython only (pypy disallows non str key values) diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-

[pypy-commit] pypy py3k: skip some zipimport tests when testfn_unencodable/special_char aren't

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84515:ad588df8d94f Date: 2016-05-18 17:57 -0700 http://bitbucket.org/pypy/pypy/changeset/ad588df8d94f/ Log:skip some zipimport tests when testfn_unencodable/special_char aren't available and make special_char available to test_zipimport

[pypy-commit] pypy py3k: slot shadowing now a ValueError

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84516:6c7f6b69aa0c Date: 2016-05-18 18:40 -0700 http://bitbucket.org/pypy/pypy/changeset/6c7f6b69aa0c/ Log:slot shadowing now a ValueError diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/

[pypy-commit] pypy py3k: no longer valid

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84518:68f8b64bddfc Date: 2016-05-18 19:53 -0700 http://bitbucket.org/pypy/pypy/changeset/68f8b64bddfc/ Log:no longer valid diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/st

[pypy-commit] pypy py3k: fix translation

2016-05-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84517:e824f622dcf4 Date: 2016-05-18 19:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e824f622dcf4/ Log:fix translation diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.py +++ b

[pypy-commit] pypy py3k: fix translation maybe

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84544:e69098761bed Date: 2016-05-20 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/e69098761bed/ Log:fix translation maybe diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/uni

[pypy-commit] pypy py3k: fix _finalize_ (register it)

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84545:cbe8138d93e1 Date: 2016-05-20 16:50 -0700 http://bitbucket.org/pypy/pypy/changeset/cbe8138d93e1/ Log:fix _finalize_ (register it) diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_

[pypy-commit] pypy py3k: error msg impl details

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84546:f0d05ad44099 Date: 2016-05-20 17:17 -0700 http://bitbucket.org/pypy/pypy/changeset/f0d05ad44099/ Log:error msg impl details diff --git a/lib-python/3/test/test_socket.py b/lib-python/3/test/test_socket.py --- a/lib-python/3/test/test_socke

[pypy-commit] pypy py3k: followup 1a0b1ff00ed7: fsdecode on the way out

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84547:17eb2b4a23ee Date: 2016-05-20 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/17eb2b4a23ee/ Log:followup 1a0b1ff00ed7: fsdecode on the way out diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py -

[pypy-commit] pypy py3k: py3 switches to socket.timeout exceptions

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84548:63484f87ca48 Date: 2016-05-20 17:39 -0700 http://bitbucket.org/pypy/pypy/changeset/63484f87ca48/ Log:py3 switches to socket.timeout exceptions diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_

[pypy-commit] pypy py3k: zipimport namespace pkg support, hopefully

2016-05-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84549:812de889087b Date: 2016-05-20 18:55 -0700 http://bitbucket.org/pypy/pypy/changeset/812de889087b/ Log:zipimport namespace pkg support, hopefully diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimpor

[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: __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: 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: 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 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 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: 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: 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 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: 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 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 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 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 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 default: space.is_true/space.issubtype -> space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84579:06912e6047af Date: 2016-05-22 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/06912e6047af/ Log:space.is_true/space.issubtype -> space.issubtype_w diff --git a/pypy/interpreter/astcompiler/test/test_ast.py b/pypy/interpreter/astcompiler/

[pypy-commit] pypy default: avoid a couple wrap()s

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84580:bc76e36e50a4 Date: 2016-05-22 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/bc76e36e50a4/ Log:avoid a couple wrap()s diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstractinst.py --- a/pypy/module/__bui

[pypy-commit] pypy default: add space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84578:a9c6fa0a813c Date: 2016-05-22 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/a9c6fa0a813c/ Log:add space.issubtype_w diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descroperation.py +++

[pypy-commit] pypy default: rename

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84577:b11052404cd6 Date: 2016-05-22 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/b11052404cd6/ Log:rename diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py --- a/pypy/module/__builtin__/descriptor.py

[pypy-commit] pypy py3k: space.is_true/space.issubtype -> space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84582:840c490bfb73 Date: 2016-05-22 11:21 -0700 http://bitbucket.org/pypy/pypy/changeset/840c490bfb73/ Log:space.is_true/space.issubtype -> space.issubtype_w diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/py

[pypy-commit] pypy py3k: merge default

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84581:c003d9ab8b20 Date: 2016-05-22 11:19 -0700 http://bitbucket.org/pypy/pypy/changeset/c003d9ab8b20/ Log:merge default diff --git a/pypy/interpreter/astcompiler/test/test_ast.py b/pypy/interpreter/astcompiler/test/test_ast.py --- a/pypy/inter

[pypy-commit] pypy py3k: rearrange

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84583:f9912e70c5a9 Date: 2016-05-22 11:24 -0700 http://bitbucket.org/pypy/pypy/changeset/f9912e70c5a9/ Log:rearrange diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py --- a/pypy/module/__builtin__/descri

[pypy-commit] pypy py3k: o print out PYTHON3 version info in pypy/interpreter/test pytest header

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84602:f3be34765182 Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/f3be34765182/ Log:o print out PYTHON3 version info in pypy/interpreter/test pytest header o try to more gracefully fail app_main tests when no PYTHON

[pypy-commit] pypy py3k: kill -R/update usage

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84600:75f69a53e8ee Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/75f69a53e8ee/ Log:kill -R/update usage diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pyp

[pypy-commit] pypy py3k: cleanup TempoaryDirectorys atexit

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84601:263f5c13be5b Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/263f5c13be5b/ Log:cleanup TempoaryDirectorys atexit diff --git a/lib-python/3/tempfile.py b/lib-python/3/tempfile.py --- a/lib-python/3/tempfile.py +++ b/li

[pypy-commit] pypy py3k: rearrange

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84603:6c2b6f5406c9 Date: 2016-05-22 14:47 -0700 http://bitbucket.org/pypy/pypy/changeset/6c2b6f5406c9/ Log:rearrange diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpret

[pypy-commit] pypy py3k: merge default

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84605:ba8f19066ea5 Date: 2016-05-22 15:02 -0700 http://bitbucket.org/pypy/pypy/changeset/ba8f19066ea5/ Log:merge default diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +++ b/pypy

[pypy-commit] pypy default: forgot this for tests

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84604:184f01bf8b1e Date: 2016-05-22 15:02 -0700 http://bitbucket.org/pypy/pypy/changeset/184f01bf8b1e/ Log:forgot this for tests diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +++ b/

[pypy-commit] pypy py3k: fix test_qualname

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84606:9a7ec898d577 Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/9a7ec898d577/ Log:fix test_qualname diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test_descr.py +++

[pypy-commit] pypy py3k: skip for now: it's pretty annoying to fix and not that important

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84607:06b95516b5de Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/06b95516b5de/ Log:skip for now: it's pretty annoying to fix and not that important diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_des

[pypy-commit] pypy py3k: kill these, importlib handles them now (and we don't pass)

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84608:338bd2b6fc05 Date: 2016-05-22 16:35 -0700 http://bitbucket.org/pypy/pypy/changeset/338bd2b6fc05/ Log:kill these, importlib handles them now (and we don't pass) diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_i

[pypy-commit] pypy py3k: Backed out changeset ba47fac77ffc, this is still needed unfortunately

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84609:d4f72dd6b90a Date: 2016-05-22 16:47 -0700 http://bitbucket.org/pypy/pypy/changeset/d4f72dd6b90a/ Log:Backed out changeset ba47fac77ffc, this is still needed unfortunately diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace

[pypy-commit] pypy py3k: reapply lost sysconfig changes from old py3k, add a skip

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84610:7122d29b9ca9 Date: 2016-05-22 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/7122d29b9ca9/ Log:reapply lost sysconfig changes from old py3k, add a skip diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py --- a/lib-pyth

[pypy-commit] pypy py3k: this workaround is now disabled and seemingly no longer necessary

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84611:02818992e583 Date: 2016-05-22 17:29 -0700 http://bitbucket.org/pypy/pypy/changeset/02818992e583/ Log:this workaround is now disabled and seemingly no longer necessary diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py

[pypy-commit] pypy py3k: fix from probably a bad merge: the default branch removed this check

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84612:1de1aad3990e Date: 2016-05-22 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/1de1aad3990e/ Log:fix from probably a bad merge: the default branch removed this check diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter

[pypy-commit] pypy py3k: skip without hypothesis installed

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84613:77179513ecd2 Date: 2016-05-22 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/77179513ecd2/ Log:skip without hypothesis installed diff --git a/pypy/module/posix/test/test_interp_posix.py b/pypy/module/posix/test/test_interp_posix.py

[pypy-commit] pypy py3k-osxfix: debug buildbot's failures

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84633:e507f3b2880a Date: 2016-05-23 11:43 -0700 http://bitbucket.org/pypy/pypy/changeset/e507f3b2880a/ Log:debug buildbot's failures diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targe

[pypy-commit] pypy py3k-osxfix: more debug

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84634:b1fbb8f141b8 Date: 2016-05-23 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/b1fbb8f141b8/ Log:more debug diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix

[pypy-commit] pypy py3k-osxfix: debug importlib

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84635:3e497cc86688 Date: 2016-05-23 12:12 -0700 http://bitbucket.org/pypy/pypy/changeset/3e497cc86688/ Log:debug importlib diff --git a/pypy/module/_frozen_importlib/interp_import.py b/pypy/module/_frozen_importlib/interp_import.py --- a

[pypy-commit] pypy py3k: fix _DirFD_Unavailable handling of None/not specified

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84636:ece422823370 Date: 2016-05-23 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/ece422823370/ Log:fix _DirFD_Unavailable handling of None/not specified diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: osx (10.9?) fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84639:75c91061e23d Date: 2016-05-23 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/75c91061e23d/ Log:osx (10.9?) fixes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix

[pypy-commit] pypy py3k: more osx (10.9?) translation fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84641:df3f5fb80ba0 Date: 2016-05-23 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/df3f5fb80ba0/ Log:more osx (10.9?) translation fixes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/p

[pypy-commit] pypy py3k: missed a couple more osx (10.9?) translation fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84642:b025fb94ae79 Date: 2016-05-23 14:09 -0700 http://bitbucket.org/pypy/pypy/changeset/b025fb94ae79/ Log:missed a couple more osx (10.9?) translation fixes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: handle #ifndef AT_FDCWD

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84643:6abeeb543813 Date: 2016-05-23 14:48 -0700 http://bitbucket.org/pypy/pypy/changeset/6abeeb543813/ Log:handle #ifndef AT_FDCWD diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp

[pypy-commit] pypy py3k: oops

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84644:6ef1b14222a4 Date: 2016-05-23 15:05 -0700 http://bitbucket.org/pypy/pypy/changeset/6ef1b14222a4/ Log:oops diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py +++ b/pyp

[pypy-commit] pypy default: add lutimes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84645:772664c3bb59 Date: 2016-05-23 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/772664c3bb59/ Log:add lutimes diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1219,21

[pypy-commit] pypy py3k: merge default

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84646:c42012dd2124 Date: 2016-05-23 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/c42012dd2124/ Log:merge default diff --git a/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py b/rpython/jit/backend/x86/test/test_rx86_32_auto_en

[pypy-commit] pypy py3k: o utilize lutimes to fix follow_symlinks=False on osx

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84647:db0737b2163f Date: 2016-05-23 16:46 -0700 http://bitbucket.org/pypy/pypy/changeset/db0737b2163f/ Log:o utilize lutimes to fix follow_symlinks=False on osx o fix utime(None) on osx diff --git a/pypy/module/posix/interp_posix.py b/p

[pypy-commit] pypy py3k: always ensure _winreg for importlib

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84648:883edd23f9da Date: 2016-05-23 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/883edd23f9da/ Log:always ensure _winreg for importlib diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++

[pypy-commit] pypy default: fix accepting None and tuples

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84649:13d2662d8896 Date: 2016-05-23 18:47 -0700 http://bitbucket.org/pypy/pypy/changeset/13d2662d8896/ Log:fix accepting None and tuples diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rpo

[pypy-commit] pypy py3k: fallback to a/mtime_s to basic utime when ns is specified, fixup lutimes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84651:5dc9fc79b7b8 Date: 2016-05-23 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/5dc9fc79b7b8/ Log:fallback to a/mtime_s to basic utime when ns is specified, fixup lutimes diff --git a/pypy/module/posix/interp_posix.py b/pypy/mo

[pypy-commit] pypy py3k: merge default

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84650:09d354bfe1d5 Date: 2016-05-23 18:48 -0700 http://bitbucket.org/pypy/pypy/changeset/09d354bfe1d5/ Log:merge default diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1

<    1   2   3   4   5   6   7   8   9   10   >