[pypy-commit] pypy stdlib-2.7.11: prefer oefmt

2016-03-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83199:0ad241802268 Date: 2016-03-20 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/0ad241802268/ Log:prefer oefmt diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py --- a/pypy/module/_random/

[pypy-commit] pypy stdlib-2.7.11: cpython issue7267: range check format(int, 'c')

2016-03-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83205:7f47c732437b Date: 2016-03-20 15:09 -0700 http://bitbucket.org/pypy/pypy/changeset/7f47c732437b/ Log:cpython issue7267: range check format(int, 'c') diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py ---

[pypy-commit] pypy stdlib-2.7.11: adjust recursive tests assuming cpython cPickle's impl details

2016-03-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83206:56c29bf49518 Date: 2016-03-20 15:56 -0700 http://bitbucket.org/pypy/pypy/changeset/56c29bf49518/ Log:adjust recursive tests assuming cpython cPickle's impl details diff --git a/lib-python/2.7/test/test_cpickle.py b/lib-python/2.7

[pypy-commit] pypy stdlib-2.7.11: implement a getter for parser's namespace_prefixes

2016-03-21 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83236:a3c0a3f30615 Date: 2016-03-21 18:25 -0700 http://bitbucket.org/pypy/pypy/changeset/a3c0a3f30615/ Log:implement a getter for parser's namespace_prefixes diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/inte

[pypy-commit] pypy stdlib-2.7.11: skip a cpython impl detail

2016-03-21 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83235:54b078e95307 Date: 2016-03-21 18:15 -0700 http://bitbucket.org/pypy/pypy/changeset/54b078e95307/ Log:skip a cpython impl detail diff --git a/lib-python/2.7/test/test_base64.py b/lib-python/2.7/test/test_base64.py --- a/lib-python

[pypy-commit] pypy stdlib-2.7.11: bytearray buffers don't support get_raw_address, use a buffer that does

2016-03-21 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83237:86aeb7d656ab Date: 2016-03-21 18:58 -0700 http://bitbucket.org/pypy/pypy/changeset/86aeb7d656ab/ Log:bytearray buffers don't support get_raw_address, use a buffer that does diff --git a/lib-python/2.7/ctypes/test/test_bitf

[pypy-commit] pypy stdlib-2.7.11: PyPy ctypes doesn't support endian swapping (pypy issue1213)

2016-03-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83283:99cde77e5894 Date: 2016-03-22 18:34 -0700 http://bitbucket.org/pypy/pypy/changeset/99cde77e5894/ Log:PyPy ctypes doesn't support endian swapping (pypy issue1213) diff --git a/lib-python/2.7/ctypes/test/test_bitfields.py b/lib-pyt

[pypy-commit] pypy stdlib-2.7.11: unwrap_spec doesn't work with GetSetProperty funcs, fix

2016-03-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83284:d2bb4879ed49 Date: 2016-03-22 18:51 -0700 http://bitbucket.org/pypy/pypy/changeset/d2bb4879ed49/ Log:unwrap_spec doesn't work with GetSetProperty funcs, fix diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat

[pypy-commit] pypy stdlib-2.7.11: PyPy doesn't crash here which is good enough

2016-03-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83287:1a5942445daa Date: 2016-03-22 19:42 -0700 http://bitbucket.org/pypy/pypy/changeset/1a5942445daa/ Log:PyPy doesn't crash here which is good enough diff --git a/lib-python/2.7/test/test_compile.py b/lib-python/2.7/test/test_compile

[pypy-commit] pypy stdlib-2.7.11: workaround hasattr masking stack overflow RuntimeErrors expected by

2016-03-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r83310:2dca7754d180 Date: 2016-03-23 18:51 -0700 http://bitbucket.org/pypy/pypy/changeset/2dca7754d180/ Log:workaround hasattr masking stack overflow RuntimeErrors expected by recursion tests, sigh. only test_recursive_dict_subcla

[pypy-commit] pypy py3k: kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83675:17e4f1a18996 Date: 2016-04-14 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/17e4f1a18996/ Log:kill this assert now that 3.3 supports Q (longlong) conversions, for 32bit platforms diff --git a/pypy/module/array/interp_array.p

[pypy-commit] pypy default: fix range check thinko; calculate w/ bits not bytes

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83673:3d517af71821 Date: 2016-04-14 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/3d517af71821/ Log:fix range check thinko; calculate w/ bits not bytes diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py

[pypy-commit] pypy py3k: fix range check thinko; calculate w/ bits not bytes

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83674:8c9c137475bb Date: 2016-04-14 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/8c9c137475bb/ Log:fix range check thinko; calculate w/ bits not bytes (grafted from 3d517af7182117c996f1ddb710c5b34386465d30) diff --git a/pypy/modu

[pypy-commit] pypy py3k: prefer oefmt for new code

2016-04-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83676:136c64b6dd72 Date: 2016-04-14 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/136c64b6dd72/ Log:prefer oefmt for new code diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/m

[pypy-commit] pypy default: clarify UINT handling

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83692:2a98879d4193 Date: 2016-04-15 13:46 -0700 http://bitbucket.org/pypy/pypy/changeset/2a98879d4193/ Log:clarify UINT handling diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array

[pypy-commit] pypy py3k: clarify UINT handling

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83693:34627b5368d9 Date: 2016-04-15 13:46 -0700 http://bitbucket.org/pypy/pypy/changeset/34627b5368d9/ Log:clarify UINT handling (grafted from 2a98879d41935b018e38646f5a2c48f5d4736e77) diff --git a/pypy/module/array/interp_array.py b/py

[pypy-commit] pypy py3k: fix for py3k's new convert scheme

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83694:fc05d7cc3776 Date: 2016-04-15 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/fc05d7cc3776/ Log:fix for py3k's new convert scheme diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/ar

[pypy-commit] pypy py3k: merge default

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83695:3bc87fc47479 Date: 2016-04-15 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/3bc87fc47479/ Log:merge default diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_backend/

[pypy-commit] pypy py3k: reapply test_hash skips from ce0cdf69b07a

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83696:93e3beb469e2 Date: 2016-04-15 16:33 -0700 http://bitbucket.org/pypy/pypy/changeset/93e3beb469e2/ Log:reapply test_hash skips from ce0cdf69b07a diff --git a/lib-python/3/test/test_hash.py b/lib-python/3/test/test_hash.py --- a/lib-python/3/

[pypy-commit] pypy py3.3-hashfix: close branch

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.3-hashfix Changeset: r83702:8520044ca6a8 Date: 2016-04-15 18:53 -0700 http://bitbucket.org/pypy/pypy/changeset/8520044ca6a8/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.

[pypy-commit] pypy py3k: merge kunalgrover05/pypy/py3.3-hashfix (pull request #402)

2016-04-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83701:32e47f04869f Date: 2016-04-15 18:52 -0700 http://bitbucket.org/pypy/pypy/changeset/32e47f04869f/ Log:merge kunalgrover05/pypy/py3.3-hashfix (pull request #402) use intobject hash function for specialisedtuple diff --git a/pypy/obj

[pypy-commit] pypy py3k: merge default

2016-04-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83725:df440f20d566 Date: 2016-04-17 17:51 -0700 http://bitbucket.org/pypy/pypy/changeset/df440f20d566/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -111,23 +111,24 @@ Simon Burton Martin Matusiak Konst

[pypy-commit] pypy py3k: refactor and allow specifying flags

2016-04-18 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83751:9a84b699eb82 Date: 2016-04-18 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/9a84b699eb82/ Log:refactor and allow specifying flags diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interprete

[pypy-commit] pypy default: fix isinstance(deque(), Hashable) on the pure python deque

2016-04-18 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83755:5d26a6aafe9b Date: 2016-04-18 17:42 -0700 http://bitbucket.org/pypy/pypy/changeset/5d26a6aafe9b/ Log:fix isinstance(deque(), Hashable) on the pure python deque diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_co

[pypy-commit] pypy py3k: relax some assertions

2016-04-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83782:375d80f87983 Date: 2016-04-19 14:31 -0700 http://bitbucket.org/pypy/pypy/changeset/375d80f87983/ Log:relax some assertions diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/test/test_ins

[pypy-commit] pypy py3k: translation fixes for osx

2016-04-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83801:9ba0ca55f93a Date: 2016-04-20 18:52 -0700 http://bitbucket.org/pypy/pypy/changeset/9ba0ca55f93a/ Log:translation fixes for osx diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/inte

[pypy-commit] pypy py3k: -v/PYTHONVERBOSE & PYTHONCASEOK are now supported thanks to importlib

2016-04-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83811:f42059549ea3 Date: 2016-04-21 20:07 -0700 http://bitbucket.org/pypy/pypy/changeset/f42059549ea3/ Log:-v/PYTHONVERBOSE & PYTHONCASEOK are now supported thanks to importlib diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter

[pypy-commit] pypy default: simplify sys_exc_info to return None for a cleared exception and reuse some of

2016-04-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83888:c24bc2ff9f5d Date: 2016-04-25 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/c24bc2ff9f5d/ Log:simplify sys_exc_info to return None for a cleared exception and reuse some of it in RAISE_VARARGS diff --git a/pypy/interpreter/execu

[pypy-commit] pypy py3k: fix translation on osx, specialize utime when called w/ None

2016-04-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83889:597f649edbb9 Date: 2016-04-25 17:55 -0700 http://bitbucket.org/pypy/pypy/changeset/597f649edbb9/ Log:fix translation on osx, specialize utime when called w/ None diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_po

[pypy-commit] pypy py3k: add a failing test from test_contextlib: we lack WHY_SILENCED

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83932:d815525436b8 Date: 2016-04-26 16:07 -0700 http://bitbucket.org/pypy/pypy/changeset/d815525436b8/ Log:add a failing test from test_contextlib: we lack WHY_SILENCED diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/te

[pypy-commit] pypy py3k: fix

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83930:16d67272ece0 Date: 2016-04-25 18:23 -0700 http://bitbucket.org/pypy/pypy/changeset/16d67272ece0/ Log:fix diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executioncontext.py +

[pypy-commit] pypy py3k: simplify sys_exc_info to return None for a cleared exception and reuse some of

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83929:5c78522a3851 Date: 2016-04-25 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/5c78522a3851/ Log:simplify sys_exc_info to return None for a cleared exception and reuse some of it in RAISE_VARARGS (grafted from c24bc2ff9f

[pypy-commit] pypy py3k: issue1903: remove the lazy __context__ recording potentially getting the wrong

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83931:baabf9008933 Date: 2016-04-26 16:07 -0700 http://bitbucket.org/pypy/pypy/changeset/baabf9008933/ Log:issue1903: remove the lazy __context__ recording potentially getting the wrong result we still defer the recording -- unti

[pypy-commit] pypy py3k: hide run_command_line now that exec works

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83951:98c9d7225474 Date: 2016-04-26 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/98c9d7225474/ Log:hide run_command_line now that exec works diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/

[pypy-commit] pypy py3k: globals deserves module=True

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83952:ae66ec7f9ce7 Date: 2016-04-26 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/ae66ec7f9ce7/ Log:globals deserves module=True diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +

[pypy-commit] pypy py3k: fix exec from @hidden_applevel functions

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83950:1921e21b5b4b Date: 2016-04-26 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/1921e21b5b4b/ Log:fix exec from @hidden_applevel functions diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py --- a/p

[pypy-commit] pypy py3k: don't prepend '' more than once (not exactly sure how this happens but

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83954:1e6beaeb48bb Date: 2016-04-26 21:14 -0700 http://bitbucket.org/pypy/pypy/changeset/1e6beaeb48bb/ Log:don't prepend '' more than once (not exactly sure how this happens but it does) (grafted from c87392dd55febe92a4b704165ce97

[pypy-commit] pypy default: don't prepend '' more than once (not exactly sure how this happens but

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83953:c87392dd55fe Date: 2016-04-26 21:14 -0700 http://bitbucket.org/pypy/pypy/changeset/c87392dd55fe/ Log:don't prepend '' more than once (not exactly sure how this happens but it does) diff --git a/pypy/interpreter/pycode.py b/pypy/interpr

[pypy-commit] pypy py3k: adjust per PyCode's changes to frozen modules and app_name='__import__'

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83955:d876ff0650f5 Date: 2016-04-26 21:16 -0700 http://bitbucket.org/pypy/pypy/changeset/d876ff0650f5/ Log:adjust per PyCode's changes to frozen modules and app_name='__import__' diff --git a/pypy/module/_frozen_importlib/interp_import.p

[pypy-commit] pypy py3k: fix reraise in hidden functions

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83957:b1242e337f6c Date: 2016-04-26 21:47 -0700 http://bitbucket.org/pypy/pypy/changeset/b1242e337f6c/ Log:fix reraise in hidden functions (grafted from c4d7b8fef89a557df8cc1c926471c0c4d04b9bb3) diff --git a/pypy/interpreter/pyopcode.py

[pypy-commit] pypy default: fix reraise in hidden functions

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r83956:c4d7b8fef89a Date: 2016-04-26 21:47 -0700 http://bitbucket.org/pypy/pypy/changeset/c4d7b8fef89a/ Log:fix reraise in hidden functions diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py ++

[pypy-commit] pypy py3k: readd for_hidden from default

2016-04-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83958:402867a81fa5 Date: 2016-04-26 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/402867a81fa5/ Log:readd for_hidden from default diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy py3k: minor cleanup

2016-04-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84072:f424e2be88dd Date: 2016-04-30 13:49 -0700 http://bitbucket.org/pypy/pypy/changeset/f424e2be88dd/ Log:minor cleanup diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/module/iterto

[pypy-commit] pypy py3k: minor cleanup

2016-04-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84073:ee02e1bd2dd3 Date: 2016-04-30 13:50 -0700 http://bitbucket.org/pypy/pypy/changeset/ee02e1bd2dd3/ Log:minor cleanup diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3.5: cleanup

2016-08-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r86544:6addab7e0fb1 Date: 2016-08-25 22:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6addab7e0fb1/ Log:cleanup diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/astcompile

[pypy-commit] pypy py3k: missing include (osx)

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86646:424353c8a77e Date: 2016-08-28 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/424353c8a77e/ Log:missing include (osx) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.

[pypy-commit] pypy py3k: fix translation (win32)

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86647:bfdd07da8ed7 Date: 2016-08-28 11:00 -0700 http://bitbucket.org/pypy/pypy/changeset/bfdd07da8ed7/ Log:fix translation (win32) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposi

[pypy-commit] buildbot default: build py3k nightly on jitwin32

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1016:cd282179b97c Date: 2016-08-28 11:06 -0700 http://bitbucket.org/pypy/buildbot/changeset/cd282179b97c/ Log:build py3k nightly on jitwin32 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] pypy py3k: work on the handle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86648:304ab96afc72 Date: 2016-08-28 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/304ab96afc72/ Log:work on the handle diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py

[pypy-commit] pypy py3k: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86669:16f19728001a Date: 2016-08-28 16:59 -0700 http://bitbucket.org/pypy/pypy/changeset/16f19728001a/ Log:fix: save the handles for CloseHandle diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpyt

[pypy-commit] pypy default: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86670:ee05b358fdec Date: 2016-08-28 16:59 -0700 http://bitbucket.org/pypy/pypy/changeset/ee05b358fdec/ Log:fix: save the handles for CloseHandle (grafted from 16f19728001ade4a9f35b3d15521db4fb85d8a27) diff --git a/rpython/rlib/rposix.py b/rp

[pypy-commit] pypy py3k: merge default

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86672:8d7e62c4cbd9 Date: 2016-08-28 20:10 -0700 http://bitbucket.org/pypy/pypy/changeset/8d7e62c4cbd9/ 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

[pypy-commit] pypy default: fix

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86671:0d491154d501 Date: 2016-08-28 20:09 -0700 http://bitbucket.org/pypy/pypy/changeset/0d491154d501/ Log:fix diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1159,8 +1159,8

[pypy-commit] pypy default: bah

2016-08-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86721:7794e4d221e0 Date: 2016-08-29 21:06 -0700 http://bitbucket.org/pypy/pypy/changeset/7794e4d221e0/ Log:bah diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1164,14 +1164,1

[pypy-commit] pypy py3k: merge default

2016-09-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86855:83f439eeb461 Date: 2016-09-03 12:07 -0700 http://bitbucket.org/pypy/pypy/changeset/83f439eeb461/ Log:merge default diff --git a/_pytest/python.py b/_pytest/python.py --- a/_pytest/python.py +++ b/_pytest/python.py @@ -498,7 +498,10 @@

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

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r87181:c46dac3ea8bf Date: 2016-09-17 09:32 -0700 http://bitbucket.org/pypy/pypy/changeset/c46dac3ea8bf/ Log:merge default diff too long, truncating to 2000 out of 259284 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @

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

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87184:d90b226fa2b8 Date: 2016-09-17 10:09 -0700 http://bitbucket.org/pypy/pypy/changeset/d90b226fa2b8/ Log:merge py3k ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailma

[pypy-commit] pypy py3.5: avoid sys.version during bootstrapping as its setup lazily (3.6 uses

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87192:8adf0a90a67b Date: 2016-09-17 11:40 -0700 http://bitbucket.org/pypy/pypy/changeset/8adf0a90a67b/ Log:avoid sys.version during bootstrapping as its setup lazily (3.6 uses sys.version_info anyway: cpython issue #25985) diff --git a/

[pypy-commit] pypy py3k: attempt to adapt missing parts of 29d14733e007 to cffi

2016-09-21 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87301:16035fa70024 Date: 2016-09-21 20:00 -0700 http://bitbucket.org/pypy/pypy/changeset/16035fa70024/ Log:attempt to adapt missing parts of 29d14733e007 to cffi diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py ---

[pypy-commit] pypy default: refactor for py3k

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87336:9f43cc50b128 Date: 2016-09-22 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/9f43cc50b128/ Log:refactor for py3k diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py --- a/lib_pypy/_subprocess.py +++ b/lib_pypy/_subprocess.py @

[pypy-commit] pypy py3k: merge default

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87337:2bac03f27a04 Date: 2016-09-22 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/2bac03f27a04/ Log:merge default diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_pypy/_winapi.py @@ -22,7 +22,10 @

[pypy-commit] pypy py3k: outdated comment

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87339:5d8577e6413d Date: 2016-09-22 20:03 -0700 http://bitbucket.org/pypy/pypy/changeset/5d8577e6413d/ Log:outdated comment diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_pypy/_winapi.py @@ -139,7 +139

[pypy-commit] pypy py3k: kill _handle, subprocess.Handle basically replaces it

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87338:df634d483569 Date: 2016-09-22 20:02 -0700 http://bitbucket.org/pypy/pypy/changeset/df634d483569/ Log:kill _handle, subprocess.Handle basically replaces it diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++

[pypy-commit] pypy py3k: reapply 995f8366f830 to cffi: accept py3 strs via CreateProcessW

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87371:0490b8a7a564 Date: 2016-09-25 09:45 -0700 http://bitbucket.org/pypy/pypy/changeset/0490b8a7a564/ Log:reapply 995f8366f830 to cffi: accept py3 strs via CreateProcessW diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_bui

[pypy-commit] pypy py3k: regenerate

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87379:2a81d27e7c2b Date: 2016-09-25 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/2a81d27e7c2b/ Log:regenerate diff --git a/lib_pypy/_pypy_winbase_cffi.py b/lib_pypy/_pypy_winbase_cffi.py --- a/lib_pypy/_pypy_winbase_cffi.py +++ b/lib_pyp

[pypy-commit] pypy py3.5: simplify

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87382:f7b4a8aedcfc Date: 2016-09-25 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/f7b4a8aedcfc/ Log:simplify diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/py

[pypy-commit] pypy stdlib-2.7.12: merge vendor/stdlib (2.7.12)

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87505:37de60078373 Date: 2016-10-01 12:04 -0700 http://bitbucket.org/pypy/pypy/changeset/37de60078373/ Log:merge vendor/stdlib (2.7.12) diff too long, truncating to 2000 out of 25095 lines diff --git a/lib-python/2.7/BaseHTTPServer.py

[pypy-commit] pypy stdlib-2.7.12: update to 2.7.12 tests

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87506:85868c51f751 Date: 2016-10-01 12:12 -0700 http://bitbucket.org/pypy/pypy/changeset/85868c51f751/ Log:update to 2.7.12 tests diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python

[pypy-commit] pypy vendor/stdlib: update the 2.7 stdlib to 2.7.12

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r87504:e6575c58d3aa Date: 2016-10-01 11:14 -0700 http://bitbucket.org/pypy/pypy/changeset/e6575c58d3aa/ Log:update the 2.7 stdlib to 2.7.12 diff too long, truncating to 2000 out of 26235 lines diff --git a/lib-python/2.7/BaseHTTPServer.

[pypy-commit] pypy stdlib-2.7.12: remove TestOrderedDict which lives in 2.7.12's test_ordered_dict and

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87507:08e15bc54f3e Date: 2016-10-01 12:16 -0700 http://bitbucket.org/pypy/pypy/changeset/08e15bc54f3e/ Log:remove TestOrderedDict which lives in 2.7.12's test_ordered_dict and integrate our customizations diff --git a/lib-python

[pypy-commit] pypy stdlib-2.7.12: bump to 2.7.12

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87508:41ca54634ba0 Date: 2016-10-01 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/41ca54634ba0/ Log:bump to 2.7.12 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/

[pypy-commit] pypy stdlib-2.7.12: cpython issue4806: Avoid masking TypeError when *-unpacking a generator

2016-10-01 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87509:0146779efba0 Date: 2016-10-01 14:15 -0700 http://bitbucket.org/pypy/pypy/changeset/0146779efba0/ Log:cpython issue4806: Avoid masking TypeError when *-unpacking a generator diff --git a/pypy/interpreter/argument.py b/pypy/

[pypy-commit] pypy stdlib-2.7.12: fix pickling of stopped reversed types

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87521:714b2a3cb52d Date: 2016-10-02 10:36 -0700 http://bitbucket.org/pypy/pypy/changeset/714b2a3cb52d/ Log:fix pickling of stopped reversed types diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test

[pypy-commit] pypy stdlib-2.7.12: ensure reversed types always free their sequence when finished

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87520:b6a910081211 Date: 2016-10-01 17:27 -0700 http://bitbucket.org/pypy/pypy/changeset/b6a910081211/ Log:ensure reversed types always free their sequence when finished diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/

[pypy-commit] pypy stdlib-2.7.12: expect pickle's errors from pypy's cPickle

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87522:47ca169036ed Date: 2016-10-02 10:51 -0700 http://bitbucket.org/pypy/pypy/changeset/47ca169036ed/ Log:expect pickle's errors from pypy's cPickle diff --git a/lib-python/2.7/test/test_cpickle.py b/lib-python/2.7/test/test_cpickle.p

[pypy-commit] pypy stdlib-2.7.12: disallow kwargs

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87523:c6167130f731 Date: 2016-10-02 11:05 -0700 http://bitbucket.org/pypy/pypy/changeset/c6167130f731/ Log:disallow kwargs diff --git a/pypy/module/_weakref/interp__weakref.py b/pypy/module/_weakref/interp__weakref.py --- a/pypy/module

[pypy-commit] pypy stdlib-2.7.12: pass thru numeric subclasses returned from __int/long/trunc__

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87524:a2d8b4680ef9 Date: 2016-10-02 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/a2d8b4680ef9/ Log:pass thru numeric subclasses returned from __int/long/trunc__ diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/int

[pypy-commit] pypy stdlib-2.7.12: simplify: W_IntObject.descr_long now returns small longs

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87525:3e88e4b495e3 Date: 2016-10-02 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/3e88e4b495e3/ Log:simplify: W_IntObject.descr_long now returns small longs diff --git a/pypy/objspace/std/smalllongobject.py b/pypy/objspace/std/s

[pypy-commit] pypy stdlib-2.7.12: support negative read sizes w/ buffers

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87527:f9c4e5079020 Date: 2016-10-02 13:53 -0700 http://bitbucket.org/pypy/pypy/changeset/f9c4e5079020/ Log:support negative read sizes w/ buffers diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/mo

[pypy-commit] pypy stdlib-2.7.12: gc_collect here

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87528:cf46e241af85 Date: 2016-10-02 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/cf46e241af85/ Log:gc_collect here diff --git a/lib-python/2.7/test/test_exceptions.py b/lib-python/2.7/test/test_exceptions.py --- a/lib-python/2.

[pypy-commit] pypy stdlib-2.7.12: fix mutation: length_hint wasn't exhausting correctly (and shouldn't

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87529:f8f420b37c8e Date: 2016-10-02 15:33 -0700 http://bitbucket.org/pypy/pypy/changeset/f8f420b37c8e/ Log:fix mutation: length_hint wasn't exhausting correctly (and shouldn't anyway) diff --git a/pypy/objspace/std/iterobject.py

[pypy-commit] pypy stdlib-2.7.12: cPickle triggers IndexError too

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87530:774253c33e4c Date: 2016-10-02 15:42 -0700 http://bitbucket.org/pypy/pypy/changeset/774253c33e4c/ Log:cPickle triggers IndexError too diff --git a/lib-python/2.7/test/test_cpickle.py b/lib-python/2.7/test/test_cpickle.py --- a/lib

[pypy-commit] pypy stdlib-2.7.12: tigthen partial.__setstate__

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87531:a4a7312e476a Date: 2016-10-02 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/a4a7312e476a/ Log:tigthen partial.__setstate__ diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py --- a/lib_pypy/_functools.py +++ b/lib_

[pypy-commit] pypy stdlib-2.7.12: oops

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87532:2e07f3834086 Date: 2016-10-02 16:19 -0700 http://bitbucket.org/pypy/pypy/changeset/2e07f3834086/ Log:oops diff --git a/lib-python/2.7/test/test_dis.py b/lib-python/2.7/test/test_dis.py --- a/lib-python/2.7/test/test_dis.py +++ b/l

[pypy-commit] pypy stdlib-2.7.12: TypeError's acceptable on 2.x

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87534:ad6aff1e8434 Date: 2016-10-02 20:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ad6aff1e8434/ Log:TypeError's acceptable on 2.x diff --git a/lib-python/2.7/test/test_builtin.py b/lib-python/2.7/test/test_builtin.py --- a/lib-p

[pypy-commit] pypy stdlib-2.7.12: needs a tuple per a4a7312e476a

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87533:97f0df00aa70 Date: 2016-10-02 20:24 -0700 http://bitbucket.org/pypy/pypy/changeset/97f0df00aa70/ Log:needs a tuple per a4a7312e476a diff --git a/pypy/module/test_lib_pypy/test_functools.py b/pypy/module/test_lib_pypy/test_functoo

[pypy-commit] pypy stdlib-2.7.12: a2d8b4680ef9 for old style classes: pass thru numeric subclasses

2016-10-02 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87535:72df4e872a46 Date: 2016-10-02 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/72df4e872a46/ Log:a2d8b4680ef9 for old style classes: pass thru numeric subclasses returned from __trunc__ diff --git a/pypy/module/__built

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

  1   2   3   4   5   6   7   8   9   10   >