[pypy-commit] pypy remove-raisingops: fixes

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84709:fb56d071ab84 Date: 2016-05-26 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/fb56d071ab84/ Log:fixes diff --git a/pypy/module/pypyjit/test_pypy_c/test_shift.py

[pypy-commit] pypy remove-raisingops: Fix the logic in newformat for value == -sys.maxint-1: we can't call

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84710:a66f6ef2340a Date: 2016-05-26 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/a66f6ef2340a/ Log:Fix the logic in newformat for value == -sys.maxint-1: we can't call abs(value) on that. diff --git

[pypy-commit] pypy py3k: refactor into do_utimens, parse_utime_args

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84711:fdc01fc26be2 Date: 2016-05-26 11:52 -0700 http://bitbucket.org/pypy/pypy/changeset/fdc01fc26be2/ Log:refactor into do_utimens, parse_utime_args diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy remove-raisingops: hg merge default

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84703:e431a60a7e4d Date: 2016-05-26 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/e431a60a7e4d/ Log:hg merge default diff too long, truncating to 2000 out of 4033 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy py3k: try to cleanup by unfortunately duplicating call_rposix here

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84696:a8f2ced07ed6 Date: 2016-05-25 23:08 -0700 http://bitbucket.org/pypy/pypy/changeset/a8f2ced07ed6/ Log:try to cleanup by unfortunately duplicating call_rposix here diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: oups

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84702:1bb0c9f6c78e Date: 2016-05-26 00:40 -0700 http://bitbucket.org/pypy/pypy/changeset/1bb0c9f6c78e/ Log:oups diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k: rearrange

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84697:682e91ff6df6 Date: 2016-05-25 23:25 -0700 http://bitbucket.org/pypy/pypy/changeset/682e91ff6df6/ Log:rearrange diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: run test_ensurepip

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84699:a52cb1e0d924 Date: 2016-05-25 23:49 -0700 http://bitbucket.org/pypy/pypy/changeset/a52cb1e0d924/ Log:run test_ensurepip diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k: --version still prints to stdout in 3.3 (changed to stderr in 3.4)

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84700:83e15a9ac426 Date: 2016-05-25 23:50 -0700 http://bitbucket.org/pypy/pypy/changeset/83e15a9ac426/ Log:--version still prints to stdout in 3.3 (changed to stderr in 3.4) diff --git

[pypy-commit] pypy py3k: win32 translation fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84701:d92b5402ce9f Date: 2016-05-25 23:56 -0700 http://bitbucket.org/pypy/pypy/changeset/d92b5402ce9f/ Log:win32 translation fix diff --git a/pypy/module/faulthandler/__init__.py b/pypy/module/faulthandler/__init__.py

[pypy-commit] pypy.org extradoc: update the values

2016-05-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r749:888345106950 Date: 2016-05-26 09:14 +0200 http://bitbucket.org/pypy/pypy.org/changeset/888345106950/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy py3k: ensurepip from the latest cpython w/ the latest pip/setuptools

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84698:e63dded27736 Date: 2016-05-25 23:49 -0700 http://bitbucket.org/pypy/pypy/changeset/e63dded27736/ Log:ensurepip from the latest cpython w/ the latest pip/setuptools diff --git a/lib-python/3/ensurepip/__init__.py

[pypy-commit] pypy py3k: add new funcs for subprocess. there's more needed for multiprocessing

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84717:29d14733e007 Date: 2016-05-26 14:13 -0700 http://bitbucket.org/pypy/pypy/changeset/29d14733e007/ Log:add new funcs for subprocess. there's more needed for multiprocessing diff --git a/lib_pypy/_winapi.py

[pypy-commit] pypy cpyext-pickle: fix test - PyCFunctions in struct PyMethodDef cannot accept kwargs

2016-05-26 Thread mattip
Author: Matti Picus Branch: cpyext-pickle Changeset: r84712:43d7ca8a834f Date: 2016-05-26 22:21 +0300 http://bitbucket.org/pypy/pypy/changeset/43d7ca8a834f/ Log:fix test - PyCFunctions in struct PyMethodDef cannot accept kwargs diff --git

[pypy-commit] pypy default: restrict to windows

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84715:614f30ae7e84 Date: 2016-05-26 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/614f30ae7e84/ Log:restrict to windows diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py --- a/lib_pypy/_subprocess.py +++

[pypy-commit] pypy py3k: merge default

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84716:bf1da7965176 Date: 2016-05-26 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/bf1da7965176/ Log:merge default diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84719:2ef97efcddf2 Date: 2016-05-26 16:37 -0700 http://bitbucket.org/pypy/pypy/changeset/2ef97efcddf2/ Log:fix diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/lib_pypy/_decimal.py +++ b/lib_pypy/_decimal.py

[pypy-commit] pypy default: I have no words

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84720:58696fc3617b Date: 2016-05-26 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/58696fc3617b/ Log:I have no words diff --git a/pypy/doc/release-pypy3-5.1.1-alpha1.rst b/pypy/doc/release-pypy3-5.1.1-alpha1.rst new

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84718:ad97f2acb02f Date: 2016-05-26 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/ad97f2acb02f/ Log:fix diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_pypy/_winapi.py @@

[pypy-commit] pypy remove-raisingops: Kill everything about DIV, MOD and UDIV from the arm backend

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84705:9b69a27a838b Date: 2016-05-26 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/9b69a27a838b/ Log:Kill everything about DIV, MOD and UDIV from the arm backend diff --git

[pypy-commit] pypy remove-raisingops: Get rid of the code in the x86 backend too, for now. We can always

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84706:2a2a69b9bde7 Date: 2016-05-26 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2a2a69b9bde7/ Log:Get rid of the code in the x86 backend too, for now. We can always reintroduce it later if we feel like

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84721:e082349023a2 Date: 2016-05-26 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/e082349023a2/ Log:fix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: fix, we can't use **kwargs in this case

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84722:97ed514d4cf8 Date: 2016-05-26 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/97ed514d4cf8/ Log:fix, we can't use **kwargs in this case diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy remove-raisingops: Get rid of the logic in the PPC backend too (see 2a2a69b9bde7 for the

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84707:32161a466786 Date: 2016-05-26 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/32161a466786/ Log:Get rid of the logic in the PPC backend too (see 2a2a69b9bde7 for the reason). diff --git

[pypy-commit] pypy remove-raisingops: Revert these two changes from default

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84708:6d7f04b4d19c Date: 2016-05-26 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/6d7f04b4d19c/ Log:Revert these two changes from default diff --git a/rpython/translator/test/test_simplify.py