[pypy-commit] pypy py3.5: update nt scheme from cpython

2018-10-12 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95206:1c4130fcccfa Date: 2018-10-12 10:35 +0300 http://bitbucket.org/pypy/pypy/changeset/1c4130fcccfa/ Log:update nt scheme from cpython diff --git a/lib-python/3/distutils/sysconfig_pypy.py b/lib-python/3/distutils/sysconfig_pypy.py --- a/lib-p

[pypy-commit] pypy py3.5: update whatsnew for branches

2018-05-06 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94481:d25f1e718fd7 Date: 2018-05-06 22:35 +0300 http://bitbucket.org/pypy/pypy/changeset/d25f1e718fd7/ Log:update whatsnew for branches diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3

[pypy-commit] pypy py3.5: update version to 5.11

2017-12-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93502:24caad1df703 Date: 2017-12-19 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/24caad1df703/ Log:update version to 5.11 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cp

[pypy-commit] pypy py3.5: Update getargs.c to match CPython 3.5.4

2017-11-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93025:00710c6f69a6 Date: 2017-11-14 23:10 + http://bitbucket.org/pypy/pypy/changeset/00710c6f69a6/ Log:Update getargs.c to match CPython 3.5.4 diff --git a/pypy/module/cpyext/src/getargs.c b/pypy/module/cpyext/src/getargs.c --- a/pypy/module/c

[pypy-commit] pypy py3.5: update test for PyPy

2017-11-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93015:b05acdc71ad8 Date: 2017-11-14 16:40 + http://bitbucket.org/pypy/pypy/changeset/b05acdc71ad8/ Log:update test for PyPy diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/test/test_inspec

[pypy-commit] pypy py3.5: Update test_whatsnew for renamed py3k -> py3.5.

2017-10-11 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r92727:8966e708ff7c Date: 2017-10-12 02:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8966e708ff7c/ Log:Update test_whatsnew for renamed py3k -> py3.5. diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py --- a/pypy/do

[pypy-commit] pypy py3.5: update version to 5.10 alpha

2017-09-24 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92451:be41e3ac0a29 Date: 2017-09-24 11:58 +0300 http://bitbucket.org/pypy/pypy/changeset/be41e3ac0a29/ Log:update version to 5.10 alpha diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mod

[pypy-commit] pypy py3.5: Update the macros Py_DECREF and similar to use the CPython 3.5 version.

2017-07-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91667:6ff399c0c8bd Date: 2017-07-02 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6ff399c0c8bd/ Log:Update the macros Py_DECREF and similar to use the CPython 3.5 version. diff --git a/pypy/module/cpyext/include/object.h b/pypy/mod

[pypy-commit] pypy py3.5: Update posix to call the new stat3() instead of stat() in py3.5

2017-06-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91580:84f77db110c0 Date: 2017-06-11 23:22 +0200 http://bitbucket.org/pypy/pypy/changeset/84f77db110c0/ Log:Update posix to call the new stat3() instead of stat() in py3.5 diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_p

[pypy-commit] pypy py3.5: Update _testcapimodule.c to 3.5.3, disabling things that don't compile

2017-05-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91471:252218fff126 Date: 2017-05-31 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/252218fff126/ Log:Update _testcapimodule.c to 3.5.3, disabling things that don't compile diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapim

[pypy-commit] pypy py3.5: update version to 5.9.0, restart whatsnew part 1

2017-05-30 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r91453:5f63a4082bb8 Date: 2017-05-30 16:39 +0300 http://bitbucket.org/pypy/pypy/changeset/5f63a4082bb8/ Log:update version to 5.9.0, restart whatsnew part 1 diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-5.8.0.rst rename

[pypy-commit] pypy py3.5: update test with current pypy error messages

2017-05-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91414:b10bce24eb85 Date: 2017-05-26 02:36 +0100 http://bitbucket.org/pypy/pypy/changeset/b10bce24eb85/ Log:update test with current pypy error messages diff --git a/lib-python/3/test/test_socket.py b/lib-python/3/test/test_socket.py --- a/lib-pyth

[pypy-commit] pypy py3.5: update external win32 libraries, adjust cffi build scripts

2017-04-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r91112:8a8a6257682e Date: 2017-04-21 15:52 +0300 http://bitbucket.org/pypy/pypy/changeset/8a8a6257682e/ Log:update external win32 libraries, adjust cffi build scripts diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/callbacks.py b/lib_pypy/_cffi

[pypy-commit] pypy py3.5: Update from feedback

2017-04-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91043:a25d530e6773 Date: 2017-04-12 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a25d530e6773/ Log:Update from feedback diff --git a/lib-python/3/test/test_pathlib.py b/lib-python/3/test/test_pathlib.py --- a/lib-python/3/test/test_pathli

[pypy-commit] pypy py3.5: update to cryptography 1.7.2

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90224:c6383e02884f Date: 2017-02-20 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/c6383e02884f/ Log:update to cryptography 1.7.2 diff --git a/lib_pypy/_cffi_ssl/README.md b/lib_pypy/_cffi_ssl/README.md --- a/lib_pypy/_cffi_ssl/README.

[pypy-commit] pypy py3.5: Update PyLong_AsLong docstring

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90056:43a08e490b5b Date: 2017-02-11 17:59 + http://bitbucket.org/pypy/pypy/changeset/43a08e490b5b/ Log:Update PyLong_AsLong docstring diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/lon

[pypy-commit] pypy py3.5: update docstring

2017-02-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89873:87a4dd850dad Date: 2017-02-01 10:12 +0100 http://bitbucket.org/pypy/pypy/changeset/87a4dd850dad/ Log:update docstring diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py --- a/pypy/module/cpyext/stubs.py +++ b/pypy/module/

[pypy-commit] pypy py3.5: Update the version numbers to 3.5.2, after 215771f42f81

2017-01-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89526:dbe5313227fc Date: 2017-01-12 19:19 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe5313227fc/ Log:Update the version numbers to 3.5.2, after 215771f42f81 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/p

[pypy-commit] pypy py3.5: Update to use version 8.0.0 of the unicode database

2017-01-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89452:b69ffcf2b98e Date: 2017-01-09 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/b69ffcf2b98e/ Log:Update to use version 8.0.0 of the unicode database diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd

[pypy-commit] pypy py3.5: Update the unraisable-exception output to include a full traceback

2017-01-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89403:671ae80283ca Date: 2017-01-06 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/671ae80283ca/ Log:Update the unraisable-exception output to include a full traceback diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/

[pypy-commit] pypy py3.5: Update test to check for ValueError instead of TypeError.

2017-01-03 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r89349:6ca32c9a5a9c Date: 2017-01-04 01:07 +0100 http://bitbucket.org/pypy/pypy/changeset/6ca32c9a5a9c/ Log:Update test to check for ValueError instead of TypeError. This is also what CPython 3.5.2 raises in this case. diff --git a/pypy/

[pypy-commit] pypy py3.5: Update the _warnings module to CPython 3.5

2017-01-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89345:018a60dc3997 Date: 2017-01-03 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/018a60dc3997/ Log:Update the _warnings module to CPython 3.5 diff --git a/pypy/module/_warnings/__init__.py b/pypy/module/_warnings/__init__.py --- a/pypy/mo

[pypy-commit] pypy py3.5: update comments

2016-12-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89111:699a508dff49 Date: 2016-12-17 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/699a508dff49/ Log:update comments diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_pypy/_cffi_ssl

[pypy-commit] pypy py3.5: update cryptography cffi backend

2016-12-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89109:09da85689a2d Date: 2016-12-17 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/09da85689a2d/ Log:update cryptography cffi backend diff --git a/lib_pypy/_cffi_ssl/README.md b/lib_pypy/_cffi_ssl/README.md --- a/lib_pypy/_cffi_ssl/REA

[pypy-commit] pypy py3.5: Update typeobjectdefs.py to match object.h

2016-12-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89064:6821bcbfa71b Date: 2016-12-14 20:10 + http://bitbucket.org/pypy/pypy/changeset/6821bcbfa71b/ Log:Update typeobjectdefs.py to match object.h diff --git a/pypy/module/cpyext/typeobjectdefs.py b/pypy/module/cpyext/typeobjectdefs.py --- a/p

[pypy-commit] pypy py3.5: Update PyXXXProcs declarations to match CPython 3.5

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89055:673a63622053 Date: 2016-12-14 02:50 + http://bitbucket.org/pypy/pypy/changeset/673a63622053/ Log:Update PyXXXProcs declarations to match CPython 3.5 diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h

[pypy-commit] pypy py3.5: Update C implementations of PyObject_GetBuffer/PyBuffer_Release to match CPython 3.5

2016-12-09 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88989:5a3b35c71677 Date: 2016-12-09 19:22 + http://bitbucket.org/pypy/pypy/changeset/5a3b35c71677/ Log:Update C implementations of PyObject_GetBuffer/PyBuffer_Release to match CPython 3.5 diff --git a/pypy/module/cpyext/src/abstract.c

[pypy-commit] pypy py3.5: Update test to match CPython 3.6, since we don't implement CPython 3.5's faulty behaviour (cf. http://bugs.python.org/issue26492 )

2016-12-05 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88891:2430e096c6cb Date: 2016-12-05 12:03 + http://bitbucket.org/pypy/pypy/changeset/2430e096c6cb/ Log:Update test to match CPython 3.6, since we don't implement CPython 3.5's faulty behaviour (cf. http://bugs.python.org/issue26492 ) d

[pypy-commit] pypy py3.5: Update lib-python/conftest.py

2016-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88870:42a4c3d75bea Date: 2016-12-04 06:41 + http://bitbucket.org/pypy/pypy/changeset/42a4c3d75bea/ Log:Update lib-python/conftest.py diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/con

[pypy-commit] pypy py3.5: Update test_long to match the future v3.5.3. PyPy already handles None exponents consistently.

2016-10-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87977:c18e5aa323c6 Date: 2016-10-28 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c18e5aa323c6/ Log:Update test_long to match the future v3.5.3. PyPy already handles None exponents consistently. see https://hg.pytho

[pypy-commit] pypy py3.5: Update test_future.py to test 3.5 features and fix expected results

2016-10-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87896:63ecc1fc81d4 Date: 2016-10-20 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/63ecc1fc81d4/ Log:Update test_future.py to test 3.5 features and fix expected results diff --git a/pypy/interpreter/pyparser/test/test_future.py b/pypy/inter

[pypy-commit] pypy py3.5: Update PyPy version to > 5.5.0

2016-10-14 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87778:17f6df6c49a8 Date: 2016-10-14 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/17f6df6c49a8/ Log:Update PyPy version to > 5.5.0 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mo

[pypy-commit] pypy py3.5: Update int(x, base=10) behaviour for Python 3.4.

2016-09-26 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87407:1fc357671011 Date: 2016-09-26 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/1fc357671011/ Log:Update int(x, base=10) behaviour for Python 3.4. "Changed in version 3.4: If base is not an instance of int and the base

[pypy-commit] pypy py3.5: update

2016-08-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86699:64af2a8d31d3 Date: 2016-08-29 16:16 +0200 http://bitbucket.org/pypy/pypy/changeset/64af2a8d31d3/ Log:update diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++ b/pypy/module/_

[pypy-commit] pypy py3.5: Update the comments about the reason for duplicating these few lines of

2016-08-24 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86465:7f8f51b42ad0 Date: 2016-08-24 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/7f8f51b42ad0/ Log:Update the comments about the reason for duplicating these few lines of code from lib-python/3/code.py. diff --git a/lib_pypy/_pypy_

[pypy-commit] pypy py3.5: Update BUILD_ methods

2016-06-05 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84956:f02e8c9c821f Date: 2016-06-05 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f02e8c9c821f/ Log:Update BUILD_ methods diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/