[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 ---

[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 ---

[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 ---

[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 ---

[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 ---

[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

[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 ---

[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

[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

[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 ---

[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 ---

[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

[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

[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 ---

[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 ---

[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 ---

[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

[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] 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

[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 ---

[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 ---

[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

[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

[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 ---

[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

[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 ---

[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

[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

[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 ---

[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

[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

[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 ---

[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

[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

[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 ---

[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 ---

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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 +++

[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

[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

[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 +++

[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

[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

[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 ---

[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

[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 ---

[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

[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 ---

[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 ---

[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

[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 ---

[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

[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

[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 ---

[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 ---

[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 ---

[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

[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

[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

[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 ---

[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 ---

[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 ---

[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 ---

[pypy-commit] pypy py3k: oefmt

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84164:f60d1a596389 Date: 2016-05-02 19:52 -0700 http://bitbucket.org/pypy/pypy/changeset/f60d1a596389/ Log:oefmt diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: merge default (oefmt pypy/module/!(_*))

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84161:5067460e27d9 Date: 2016-05-02 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/5067460e27d9/ Log:merge default (oefmt pypy/module/!(_*)) diff too long, truncating to 2000 out of 3288 lines diff --git

[pypy-commit] pypy default: merge oefmt, oefmt pypy/module/!(_*)

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84160:5a9a3350e29b Date: 2016-05-02 17:51 -0700 http://bitbucket.org/pypy/pypy/changeset/5a9a3350e29b/ Log:merge oefmt, oefmt pypy/module/!(_*) diff too long, truncating to 2000 out of 3849 lines diff --git

[pypy-commit] pypy oefmt: close branch before merging

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84159:3f627c8633f2 Date: 2016-05-02 17:50 -0700 http://bitbucket.org/pypy/pypy/changeset/3f627c8633f2/ Log:close branch before merging ___ pypy-commit mailing list

[pypy-commit] pypy py3k: merge default (oefmt pypy/module/_*)

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84158:72ab4cdc6bd2 Date: 2016-05-02 17:47 -0700 http://bitbucket.org/pypy/pypy/changeset/72ab4cdc6bd2/ Log:merge default (oefmt pypy/module/_*) diff too long, truncating to 2000 out of 2441 lines diff --git

[pypy-commit] pypy default: merge oefmt (18b5bfb) oefmt pypy/module/_*

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84157:ceb5cc90b42e Date: 2016-05-02 17:29 -0700 http://bitbucket.org/pypy/pypy/changeset/ceb5cc90b42e/ Log:merge oefmt (18b5bfb) oefmt pypy/module/_* diff too long, truncating to 2000 out of 2996 lines diff --git

[pypy-commit] pypy py3k: merge default (oefmt pypy/{objspace, tool}/)

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84156:35dcdbf2fb5d Date: 2016-05-02 17:27 -0700 http://bitbucket.org/pypy/pypy/changeset/35dcdbf2fb5d/ Log:merge default (oefmt pypy/{objspace,tool}/) diff --git a/pypy/objspace/descroperation.py

[pypy-commit] pypy py3k: merge default (oefmt pypy/interpreter/)

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84154:a4878080a536 Date: 2016-05-02 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/a4878080a536/ Log:merge default (oefmt pypy/interpreter/) diff --git a/pypy/doc/index-of-release-notes.rst

[pypy-commit] pypy default: merge oefmt (2faccce) oefmt pypy/interpreter/

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84153:682b98f3e672 Date: 2016-05-02 17:11 -0700 http://bitbucket.org/pypy/pypy/changeset/682b98f3e672/ Log:merge oefmt (2faccce) oefmt pypy/interpreter/ diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py

[pypy-commit] pypy default: merge oefmt (b974474) oefmt pypy/{objspace, tool}/

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84155:86092fa1069f Date: 2016-05-02 17:22 -0700 http://bitbucket.org/pypy/pypy/changeset/86092fa1069f/ Log:merge oefmt (b974474) oefmt pypy/{objspace,tool}/ diff --git a/pypy/objspace/descroperation.py

[pypy-commit] pypy oefmt: merge default

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84150:2d2225da8be0 Date: 2016-05-02 15:51 -0700 http://bitbucket.org/pypy/pypy/changeset/2d2225da8be0/ Log:merge default diff too long, truncating to 2000 out of 10370 lines diff --git a/TODO b/TODO deleted file mode

[pypy-commit] pypy oefmt: fix

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84125:f3c78c2276bd Date: 2016-05-02 00:39 -0700 http://bitbucket.org/pypy/pypy/changeset/f3c78c2276bd/ Log:fix diff --git a/pypy/module/cpyext/pystrtod.py b/pypy/module/cpyext/pystrtod.py ---

[pypy-commit] pypy oefmt: missing imports

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84124:cb8a5b37e917 Date: 2016-05-02 00:05 -0700 http://bitbucket.org/pypy/pypy/changeset/cb8a5b37e917/ Log:missing imports diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py ---

[pypy-commit] pypy oefmt: missing import

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84122:21f31b2d5357 Date: 2016-05-01 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/21f31b2d5357/ Log:missing import diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py ---

[pypy-commit] pypy oefmt: fix

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84123:c665430f23c3 Date: 2016-05-01 23:54 -0700 http://bitbucket.org/pypy/pypy/changeset/c665430f23c3/ Log:fix diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py ---

[pypy-commit] pypy oefmt: oefmt pypy/module/_*

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84120:18b5bfbd3dfb Date: 2016-05-01 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/18b5bfbd3dfb/ Log:oefmt pypy/module/_* diff too long, truncating to 2000 out of 2996 lines diff --git

[pypy-commit] pypy oefmt: oefmt pypy/module/!(_*)

2016-05-02 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84121:3902fa8f3207 Date: 2016-05-01 23:26 -0700 http://bitbucket.org/pypy/pypy/changeset/3902fa8f3207/ Log:oefmt pypy/module/!(_*) diff too long, truncating to 2000 out of 3818 lines diff --git

[pypy-commit] pypy oefmt: OperationError apocalypse

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84116:31ebe44e9a13 Date: 2016-05-01 22:08 -0700 http://bitbucket.org/pypy/pypy/changeset/31ebe44e9a13/ Log:OperationError apocalypse ___ pypy-commit mailing list

[pypy-commit] pypy oefmt: oefmt pypy/{objspace,tool}/

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84119:b974474cf57b Date: 2016-05-01 22:09 -0700 http://bitbucket.org/pypy/pypy/changeset/b974474cf57b/ Log:oefmt pypy/{objspace,tool}/ diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

[pypy-commit] pypy oefmt: fix test, this is lazy now

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84118:2faccce3d0dd Date: 2016-05-01 22:09 -0700 http://bitbucket.org/pypy/pypy/changeset/2faccce3d0dd/ Log:fix test, this is lazy now diff --git a/pypy/interpreter/test/test_argument.py

[pypy-commit] pypy oefmt: oefmt pypy/interpreter/

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: oefmt Changeset: r84117:77443b718701 Date: 2016-05-01 22:08 -0700 http://bitbucket.org/pypy/pypy/changeset/77443b718701/ Log:oefmt pypy/interpreter/ diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py ---

[pypy-commit] pypy default: match cpython error messages

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84112:a0ed295ccdc9 Date: 2016-05-01 21:41 -0700 http://bitbucket.org/pypy/pypy/changeset/a0ed295ccdc9/ Log:match cpython error messages diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py ---

[pypy-commit] pypy default: fix error message

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84113:ad27d9cf6f2d Date: 2016-05-01 21:42 -0700 http://bitbucket.org/pypy/pypy/changeset/ad27d9cf6f2d/ Log:fix error message diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py ---

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

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r84115:ecd0020a0f93 Date: 2016-05-01 21:44 -0700 http://bitbucket.org/pypy/pypy/changeset/ecd0020a0f93/ Log:merge py3k diff too long, truncating to 2000 out of 20403 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy py3k: merge default

2016-05-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84114:796445937161 Date: 2016-05-01 21:43 -0700 http://bitbucket.org/pypy/pypy/changeset/796445937161/ Log:merge default diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py ---

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