[pypy-commit] pypy.org extradoc: fix formatting of sha lists

2017-12-25 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r909:42a37d570b66 Date: 2017-12-25 12:00 -0800 http://bitbucket.org/pypy/pypy.org/changeset/42a37d570b66/ Log:fix formatting of sha lists diff --git a/download.html b/download.html --- a/download.html +++

[pypy-commit] pypy.org extradoc: fix download links

2017-12-25 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r908:4c67f0934073 Date: 2017-12-25 11:56 -0800 http://bitbucket.org/pypy/pypy.org/changeset/4c67f0934073/ Log:fix download links diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@

[pypy-commit] pypy default: fill in struct_rusage's full name

2017-12-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r93234:49077d47e615 Date: 2017-12-01 11:06 -0800 http://bitbucket.org/pypy/pypy/changeset/49077d47e615/ Log:fill in struct_rusage's full name diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py

[pypy-commit] pypy default: update per 1721ac9f04a9

2017-09-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92518:f5e9d7a6acf1 Date: 2017-09-29 13:36 -0700 http://bitbucket.org/pypy/pypy/changeset/f5e9d7a6acf1/ Log:update per 1721ac9f04a9 diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst ---

[pypy-commit] pypy default: blurb 4302fe3d912e & b67bc051d0c1

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92487:943002f74290 Date: 2017-09-27 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/943002f74290/ Log:blurb 4302fe3d912e & b67bc051d0c1 diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst ---

[pypy-commit] pypy default: unscientific memory pressure estimate of =~ 6k for SSL*

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92485:4302fe3d912e Date: 2017-09-27 12:41 -0700 http://bitbucket.org/pypy/pypy/changeset/4302fe3d912e/ Log:unscientific memory pressure estimate of =~ 6k for SSL* diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy release-pypy2.7-5.x: merge default

2017-09-27 Thread pjenvey
Author: Philip Jenvey Branch: release-pypy2.7-5.x Changeset: r92486:e3ab7b0bd8ac Date: 2017-09-27 12:42 -0700 http://bitbucket.org/pypy/pypy/changeset/e3ab7b0bd8ac/ Log:merge default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy default: blurb a18e6d5

2017-09-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92470:4bda0b81a960 Date: 2017-09-25 14:20 -0700 http://bitbucket.org/pypy/pypy/changeset/4bda0b81a960/ Log:blurb a18e6d5 diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst

[pypy-commit] pypy default: fix memory leak in _get_crl_dp

2017-09-20 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r92425:a18e6d50eca1 Date: 2017-09-20 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/a18e6d50eca1/ Log:fix memory leak in _get_crl_dp see https://github.com/python/cpython/commit/b2b00e0 diff --git

[pypy-commit] pypy.org extradoc: fix pypy3 download links

2017-03-20 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r871:65741cf1b8eb Date: 2017-03-20 13:29 -0700 http://bitbucket.org/pypy/pypy.org/changeset/65741cf1b8eb/ Log:fix pypy3 download links diff --git a/download.html b/download.html --- a/download.html +++ b/download.html

[pypy-commit] pypy py3.5: fix translation

2017-03-20 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r90763:b1691349d5f1 Date: 2017-03-20 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b1691349d5f1/ Log:fix translation diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py ---

[pypy-commit] pypy release-pypy2.7-5.x: merge default

2017-03-19 Thread pjenvey
Author: Philip Jenvey Branch: release-pypy2.7-5.x Changeset: r90757:fa3249d55d15 Date: 2017-03-19 12:55 -0700 http://bitbucket.org/pypy/pypy/changeset/fa3249d55d15/ Log:merge default diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py ---

[pypy-commit] pypy default: fix translation

2017-03-19 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r90756:a2617768d238 Date: 2017-03-19 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/a2617768d238/ Log:fix translation diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py ---

[pypy-commit] pypy py3.5: lost this in the d4951c9a2236 merge

2017-03-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r90523:766232ac3729 Date: 2017-03-03 20:26 -0800 http://bitbucket.org/pypy/pypy/changeset/766232ac3729/ Log:lost this in the d4951c9a2236 merge diff --git a/pypy/module/_socket/interp_socket.py

[pypy-commit] pypy py3.5: handle surrogates in filenames

2017-03-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r90524:28c92faba249 Date: 2017-03-03 20:26 -0800 http://bitbucket.org/pypy/pypy/changeset/28c92faba249/ Log:handle surrogates in filenames diff --git a/pypy/module/_warnings/interp_warnings.py

[pypy-commit] pypy py3.5: idna needs unicodedata

2017-03-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r90522:35f5281b39f7 Date: 2017-03-03 20:04 -0800 http://bitbucket.org/pypy/pypy/changeset/35f5281b39f7/ Log:idna needs unicodedata diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy py3.5: add test_fstring

2017-01-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89755:62d461b8e4a2 Date: 2017-01-24 20:40 -0800 http://bitbucket.org/pypy/pypy/changeset/62d461b8e4a2/ Log:add test_fstring diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3.5: fix translation

2017-01-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89625:340c549c6f11 Date: 2017-01-16 21:10 -0800 http://bitbucket.org/pypy/pypy/changeset/340c549c6f11/ Log:fix translation diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy py3.5: missing import

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89602:2bff68cef0d8 Date: 2017-01-15 21:01 -0800 http://bitbucket.org/pypy/pypy/changeset/2bff68cef0d8/ Log:missing import diff --git a/lib-python/3/ctypes/test/test_python_api.py

[pypy-commit] pypy py3.5: fix PYTHONIOENCODING=""

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89601:2fb902af2c9c Date: 2017-01-15 20:55 -0800 http://bitbucket.org/pypy/pypy/changeset/2fb902af2c9c/ Log:fix PYTHONIOENCODING="" diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3.5: o stdin/out now default to surrogateescape in C locale

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89597:31367d8c9631 Date: 2017-01-15 12:55 -0800 http://bitbucket.org/pypy/pypy/changeset/31367d8c9631/ Log:o stdin/out now default to surrogateescape in C locale o tighten PYTHONIOENCODING parsing diff --git

[pypy-commit] pypy py3.5: add some docstrings expected by test_doctest, adapt its counts

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89596:1855c0def876 Date: 2017-01-15 11:53 -0800 http://bitbucket.org/pypy/pypy/changeset/1855c0def876/ Log:add some docstrings expected by test_doctest, adapt its counts diff --git a/lib-python/3/test/test_doctest.py

[pypy-commit] pypy py3.5: restore our xfail, adapt is_resource_enabled

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89595:c7ca4451d1a3 Date: 2017-01-15 11:28 -0800 http://bitbucket.org/pypy/pypy/changeset/c7ca4451d1a3/ Log:restore our xfail, adapt is_resource_enabled diff --git a/lib-python/3/ctypes/test/__init__.py

[pypy-commit] pypy py3.5: add context management

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89594:a2d0e3000c1f Date: 2017-01-15 11:13 -0800 http://bitbucket.org/pypy/pypy/changeset/a2d0e3000c1f/ Log:add context management diff --git a/lib-python/3/test/test_dbm_gnu.py b/lib-python/3/test/test_dbm_gnu.py ---

[pypy-commit] pypy py3.5: oops

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89593:bf9d15d22fb6 Date: 2017-01-15 10:52 -0800 http://bitbucket.org/pypy/pypy/changeset/bf9d15d22fb6/ Log:oops diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy py3.5: read1 requires a size arg

2017-01-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89592:3d8aabbf51c6 Date: 2017-01-15 10:42 -0800 http://bitbucket.org/pypy/pypy/changeset/3d8aabbf51c6/ Log:read1 requires a size arg diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py ---

[pypy-commit] pypy py3.5: cpython issue23099: adapt new exported buf cpython impl details, tighten getbuffer

2017-01-14 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89570:50b7ded1379c Date: 2017-01-14 22:26 -0800 http://bitbucket.org/pypy/pypy/changeset/50b7ded1379c/ Log:cpython issue23099: adapt new exported buf cpython impl details, tighten getbuffer diff --git

[pypy-commit] pypy default: newinitwarn docs

2016-11-03 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r88136:48c2338313d8 Date: 2016-11-03 22:07 -0700 http://bitbucket.org/pypy/pypy/changeset/48c2338313d8/ Log:newinitwarn docs diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge branch newinitwarn:

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87924:9ca2422664c4 Date: 2016-10-24 21:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9ca2422664c4/ Log:merge branch newinitwarn: issue warnings for stricter handling of __new/init__ args (that become

[pypy-commit] pypy py3.5: adjust per py3

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87927:5cc5570e4f49 Date: 2016-10-24 21:44 -0700 http://bitbucket.org/pypy/pypy/changeset/5cc5570e4f49/ Log:adjust per py3 fixes #2306 diff --git a/lib-python/3/test/test_descr.py

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

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87926:4b269804d362 Date: 2016-10-24 21:40 -0700 http://bitbucket.org/pypy/pypy/changeset/4b269804d362/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: misplaced comment

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87925:2c5026ca3c15 Date: 2016-10-24 21:38 -0700 http://bitbucket.org/pypy/pypy/changeset/2c5026ca3c15/ Log:misplaced comment diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py ---

[pypy-commit] pypy newinitwarn: backoutish 57573ddc5c33: match cpython's warnings

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r87923:ffe0b11d6f58 Date: 2016-10-24 21:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ffe0b11d6f58/ Log:backoutish 57573ddc5c33: match cpython's warnings diff --git a/pypy/objspace/std/objectobject.py

[pypy-commit] pypy newinitwarn: quiet warnings w/ stricter __new__ checks

2016-10-23 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r87915:156b4acea3c6 Date: 2016-10-23 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/156b4acea3c6/ Log:quiet warnings w/ stricter __new__ checks diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87685:e0d72435262a Date: 2016-10-09 19:59 -0700 http://bitbucket.org/pypy/pypy/changeset/e0d72435262a/ Log:merge default diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py

[pypy-commit] pypy default: py3 compat

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87684:2fa8ddb56cfa Date: 2016-10-09 19:59 -0700 http://bitbucket.org/pypy/pypy/changeset/2fa8ddb56cfa/ Log:py3 compat diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py

[pypy-commit] pypy py3k: adapt to py3

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87682:88ebbb0a0058 Date: 2016-10-09 19:29 -0700 http://bitbucket.org/pypy/pypy/changeset/88ebbb0a0058/ Log:adapt to py3 diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy py3k: adapt a2d8b4680ef9 to py3

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87683:9f40d9cc4ac8 Date: 2016-10-09 19:30 -0700 http://bitbucket.org/pypy/pypy/changeset/9f40d9cc4ac8/ Log:adapt a2d8b4680ef9 to py3 diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py ---

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87681:6434baec5a74 Date: 2016-10-09 18:01 -0700 http://bitbucket.org/pypy/pypy/changeset/6434baec5a74/ Log:merge default diff too long, truncating to 2000 out of 38623 lines diff --git a/lib-python/2.7/BaseHTTPServer.py

[pypy-commit] pypy stdlib-2.7.12: close branch before merge

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87679:59fbca92a87f Date: 2016-10-09 17:33 -0700 http://bitbucket.org/pypy/pypy/changeset/59fbca92a87f/ Log:close branch before merge ___ pypy-commit mailing list

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87678:ce7a5c1077b4 Date: 2016-10-09 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/ce7a5c1077b4/ Log:merge default diff too long, truncating to 2000 out of 2071 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: upgrade the stdlib (merge stdlib-2.7.12)

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87680:45985a6302b0 Date: 2016-10-09 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/45985a6302b0/ Log:upgrade the stdlib (merge stdlib-2.7.12) diff too long, truncating to 2000 out of 39761 lines diff --git

[pypy-commit] pypy stdlib-2.7.12: document branches

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87662:f89d6d4e067b Date: 2016-10-09 07:42 -0700 http://bitbucket.org/pypy/pypy/changeset/f89d6d4e067b/ Log:document branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

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

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

[pypy-commit] pypy stdlib-2.7.12: fix

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

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

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

[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

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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

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

[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

[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

[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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

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

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

[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

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

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

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

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

[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

[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

[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

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

[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

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

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

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

[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

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

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

[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

[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

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

  1   2   3   4   5   6   7   8   9   10   >