[pypy-commit] pypy default: Fix test_rabspath_absolute_nt

2016-01-21 Thread Vincent Legoll
Author: Vincent Legoll Branch: Changeset: r81883:49cd97514141 Date: 2016-01-21 08:52 +0100 http://bitbucket.org/pypy/pypy/changeset/49cd97514141/ Log:Fix test_rabspath_absolute_nt rpath._nt_rsplitdrive() returns a tuple, use the right part of it diff --git a/rpython/rlib/test

[pypy-commit] pypy test-AF_NETLINK: Add branch for AF_NETLINK testing

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: test-AF_NETLINK Changeset: r81350:5b0cf7f916bb Date: 2015-12-16 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5b0cf7f916bb/ Log:Add branch for AF_NETLINK testing ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy small-cleanups-misc: Fix typos in comments

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: small-cleanups-misc Changeset: r81357:84c16014baee Date: 2015-12-14 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/84c16014baee/ Log:Fix typos in comments diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy small-cleanups-misc: Remove stale comment

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: small-cleanups-misc Changeset: r81356:a607974f68c6 Date: 2015-12-13 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a607974f68c6/ Log:Remove stale comment Ronan Lamy thinks this comment is obsolete (c.f. #2198) Remove it so that newcomers

[pypy-commit] pypy small-cleanups-misc: Fix whitespace

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: small-cleanups-misc Changeset: r81358:39f43b29dfff Date: 2015-12-14 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/39f43b29dfff/ Log:Fix whitespace diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py --- a/rpython/annotator

[pypy-commit] pypy small-cleanups-misc: new branch

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: small-cleanups-misc Changeset: r81355:f5c6a4898265 Date: 2015-12-16 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f5c6a4898265/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy test-AF_NETLINK: Add a test for AF_NETLINK sockets

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: test-AF_NETLINK Changeset: r81351:ddec8c4b70b1 Date: 2015-12-16 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/ddec8c4b70b1/ Log:Add a test for AF_NETLINK sockets This was asked for by Armin Rigo in Issue #1942 diff --git a/pypy/module/_socket

[pypy-commit] pypy fix-2198: Fix translation

2015-12-16 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2198 Changeset: r81363:72204e7474a5 Date: 2015-12-16 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/72204e7474a5/ Log:Fix translation diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py

[pypy-commit] pypy fix-2211: Add a failing test for non cryptic extended slicing exception message

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81391:1d79773109e7 Date: 2015-12-16 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/1d79773109e7/ Log:Add a failing test for non cryptic extended slicing exception message diff --git a/rpython/annotator/test/test_annrpython.py

[pypy-commit] pypy fix-2211: new branch

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81389:2da0d7446210 Date: 2015-12-16 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/2da0d7446210/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy fix-2211: Fix 2211 : cryptic exception message

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81390:cdedb2bd7d06 Date: 2015-12-16 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/cdedb2bd7d06/ Log:Fix 2211 : cryptic exception message At translation time, when attempting to use extended slicing in rpython

[pypy-commit] pypy fix-2211: Use NewSlice.consider() instead get_specialization()

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81392:59c849746214 Date: 2015-12-16 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/59c849746214/ Log:Use NewSlice.consider() instead get_specialization() for extended slicing Exception message diff --git a/rpython/flowspace

[pypy-commit] pypy fix-2211: Test more cases

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81394:b8db626fca5e Date: 2015-12-16 21:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b8db626fca5e/ Log:Test more cases recreate the annotator between each test diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator

[pypy-commit] pypy fix-2211: Update what's new

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81393:2c48240f303c Date: 2015-12-16 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2c48240f303c/ Log:Update what's new diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy fix-2211: Remove useless canraise

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2211 Changeset: r81395:b64515209948 Date: 2015-12-19 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b64515209948/ Log:Remove useless canraise diff --git a/rpython/flowspace/operation.py b/rpython/flowspace/operation.py --- a/rpython/flowspace

[pypy-commit] pypy fix-2198: Add new test cases for assigning slices from self

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2198 Changeset: r81399:0899e821363b Date: 2015-12-19 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0899e821363b/ Log:Add new test cases for assigning slices from self diff --git a/rpython/rtyper/test/test_rlist.py b/rpython/rtyper/test

[pypy-commit] pypy fix-2198: Add new test cases for assigning slices

2015-12-19 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-2198 Changeset: r81398:f0c46bb74141 Date: 2015-12-19 10:18 +0100 http://bitbucket.org/pypy/pypy/changeset/f0c46bb74141/ Log:Add new test cases for assigning slices diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test

[pypy-commit] pypy fix-missing-canraise: Looks like canraise needs to be there...

2015-12-20 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-missing-canraise Changeset: r81405:b1e7af4fc0c9 Date: 2015-12-20 02:53 +0100 http://bitbucket.org/pypy/pypy/changeset/b1e7af4fc0c9/ Log:Looks like canraise needs to be there... diff --git a/rpython/flowspace/operation.py b/rpython/flowspace/operation.py

[pypy-commit] pypy whatsnew: new branch

2015-12-22 Thread Vincent Legoll
Author: Vincent Legoll Branch: whatsnew Changeset: r81426:411af75f8a8c Date: 2015-12-20 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/411af75f8a8c/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy whatsnew: Update what's new, documenting my branches.

2015-12-22 Thread Vincent Legoll
Author: Vincent Legoll Branch: whatsnew Changeset: r81427:c0099c341793 Date: 2015-12-20 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/c0099c341793/ Log:Update what's new, documenting my branches. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pyp

[pypy-commit] pypy fix-1674: Add test case: dual indexing integer array+selection

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81476:13b371329caa Date: 2015-12-20 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/13b371329caa/ Log:Add test case: dual indexing integer array+selection diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module

[pypy-commit] pypy fix-1674: Add more test cases from numpy doc

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81483:bd0b3e017721 Date: 2015-12-23 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/bd0b3e017721/ Log:Add more test cases from numpy doc 1 fail 1 pass diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy

[pypy-commit] pypy fix-1674: Add more test cases

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81481:905da6af2d4c Date: 2015-12-23 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/905da6af2d4c/ Log:Add more test cases diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: new branch

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81464:af3b098d0960 Date: 2015-12-19 09:46 +0100 http://bitbucket.org/pypy/pypy/changeset/af3b098d0960/ Log:new branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy fix-1674: Document branch

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81472:27cc5b303584 Date: 2015-12-20 11:09 +0100 http://bitbucket.org/pypy/pypy/changeset/27cc5b303584/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy fix-1674: Add missing import

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81468:ca41c0fd4a7e Date: 2015-12-19 12:03 +0100 http://bitbucket.org/pypy/pypy/changeset/ca41c0fd4a7e/ Log:Add missing import diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: Move array indexing + slice into its own test

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81479:5cc3ef540d5d Date: 2015-12-23 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/5cc3ef540d5d/ Log:Move array indexing + slice into its own test diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy

[pypy-commit] pypy fix-1674: Add test case: dual indexing mask+selection in the other order

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81474:2d9b651eafea Date: 2015-12-20 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/2d9b651eafea/ Log:Add test case: dual indexing mask+selection in the other order diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy

[pypy-commit] pypy fix-1674: Minimize importing

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81466:ab0bd18d4930 Date: 2015-12-19 11:35 +0100 http://bitbucket.org/pypy/pypy/changeset/ab0bd18d4930/ Log:Minimize importing diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: Make test look consistent with other ones

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81480:a9d3428f8847 Date: 2015-12-23 15:30 +0100 http://bitbucket.org/pypy/pypy/changeset/a9d3428f8847/ Log:Make test look consistent with other ones diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy fix-1674: Add a failing test for issue #1674

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81465:ed761ed18fa8 Date: 2015-12-19 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ed761ed18fa8/ Log:Add a failing test for issue #1674 diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy fix-1674: Remove unused variable

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81473:db42d5d777fb Date: 2015-12-20 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/db42d5d777fb/ Log:Remove unused variable diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module

[pypy-commit] pypy fix-1674: Better comment for array filtering

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81487:9a96c6616c0e Date: 2015-12-28 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/9a96c6616c0e/ Log:Better comment for array filtering diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module

[pypy-commit] pypy fix-1674: Do not use python iter() builtin as variable name

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81469:4d65b43565ad Date: 2015-12-19 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/4d65b43565ad/ Log:Do not use python iter() builtin as variable name diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a

[pypy-commit] pypy fix-1674: Assert partial data correcteness during test

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81475:6e03bbc50405 Date: 2015-12-20 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/6e03bbc50405/ Log:Assert partial data correcteness during test diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy fix-1674: Add a failing test for issue 1717

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81486:0c6658a532bc Date: 2015-12-28 12:40 +0100 http://bitbucket.org/pypy/pypy/changeset/0c6658a532bc/ Log:Add a failing test for issue 1717 diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test

[pypy-commit] pypy fix-1674: Explain test

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81467:83a721471393 Date: 2015-12-19 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/83a721471393/ Log:Explain test diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy

[pypy-commit] pypy fix-1674: Remove duplicated code (probably mismerged)

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81470:c3da9df0e2ae Date: 2015-12-19 13:19 +0100 http://bitbucket.org/pypy/pypy/changeset/c3da9df0e2ae/ Log:Remove duplicated code (probably mismerged) diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy

[pypy-commit] pypy fix-1674: Fix test: use .all()

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81478:1ce0385fef52 Date: 2015-12-22 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/1ce0385fef52/ Log:Fix test: use .all() diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: typo: missing char

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81485:178b35c5cbc0 Date: 2015-12-24 12:28 +0100 http://bitbucket.org/pypy/pypy/changeset/178b35c5cbc0/ Log:typo: missing char diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py

[pypy-commit] pypy fix-1674: Add more test cases

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81484:63607714b6bf Date: 2015-12-23 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/63607714b6bf/ Log:Add more test cases diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: Update what's new

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81488:7f3474f2e21d Date: 2015-12-29 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/7f3474f2e21d/ Log:Update what's new diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy fix-1674: Add more test cases

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81482:df763fde4b86 Date: 2015-12-23 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/df763fde4b86/ Log:Add more test cases diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: Fix test use .all()

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81477:cd0a7e918cd4 Date: 2015-12-20 23:42 +0100 http://bitbucket.org/pypy/pypy/changeset/cd0a7e918cd4/ Log:Fix test use .all() diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a

[pypy-commit] pypy fix-1674: Remove useless "pass" instruction

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81489:777c771712dc Date: 2015-12-29 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/777c771712dc/ Log:Remove useless "pass" instruction diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py

[pypy-commit] pypy fix-1674: Enhance comment about mask indexing

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81471:439ca3544c0c Date: 2015-12-19 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/439ca3544c0c/ Log:Enhance comment about mask indexing diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module

[pypy-commit] pypy fix-1674: Add even more test cases

2015-12-29 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-1674 Changeset: r81490:cc2bb5dd979c Date: 2015-12-29 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/cc2bb5dd979c/ Log:Add even more test cases diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py

[pypy-commit] pypy repeatlist_strategy: Create a new branch to test the repeatlist strategy

2016-01-11 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81676:6dff0c69e127 Date: 2016-01-11 21:51 +0100 http://bitbucket.org/pypy/pypy/changeset/6dff0c69e127/ Log:Create a new branch to test the repeatlist strategy ___ pypy-commit mailing

[pypy-commit] pypy repeatlist_strategy: Initial commit

2016-01-11 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81677:856e309b020f Date: 2016-01-11 21:55 +0100 http://bitbucket.org/pypy/pypy/changeset/856e309b020f/ Log:Initial commit - some tests still fail because mul() is not allowed to call clone() diff --git a/pypy/objspace

[pypy-commit] pypy repeatlist_strategy: Fix test, was:

2016-01-12 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81682:e2d983c38082 Date: 2016-01-12 08:51 +0100 http://bitbucket.org/pypy/pypy/changeset/e2d983c38082/ Log:Fix test, was: NameError: free variable 'd' referenced before assignment in enclosing scope diff --

[pypy-commit] pypy repeatlist_strategy: Add support to skip tests if some list strategies are available in the interpreter

2016-01-12 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81689:c8c3db337ed7 Date: 2016-01-12 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/c8c3db337ed7/ Log:Add support to skip tests if some list strategies are available in the interpreter Use that to skip tests

[pypy-commit] pypy repeatlist_strategy: merge default

2016-01-13 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81742:215b35bbf061 Date: 2016-01-13 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/215b35bbf061/ Log:merge default diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation

[pypy-commit] pypy repeatlist_strategy: merge default

2016-01-14 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81768:5de7752a044a Date: 2016-01-14 22:19 +0100 http://bitbucket.org/pypy/pypy/changeset/5de7752a044a/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b

[pypy-commit] pypy repeatlist_strategy: backout e2d983c38082, it was wrong, the failure comes from repeatlist strategy

2016-01-14 Thread Vincent Legoll
Author: Vincent Legoll Branch: repeatlist_strategy Changeset: r81769:23581fb2f3d5 Date: 2016-01-14 22:45 +0100 http://bitbucket.org/pypy/pypy/changeset/23581fb2f3d5/ Log:backout e2d983c38082, it was wrong, the failure comes from repeatlist strategy diff --git a/pypy/module

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: New branch to fix SSL tests by porting the cpython patch

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81839:a989150f7e92 Date: 2016-01-18 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/a989150f7e92/ Log:New branch to fix SSL tests by porting the cpython patch ___ pypy

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: Fix cpython test suite's SSL tests

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81840:5a76a7be8569 Date: 2016-01-18 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5a76a7be8569/ Log:Fix cpython test suite's SSL tests They were failing since the expiration of certificat

[pypy-commit] pypy fix-cpython-ssl-tests-2.7: Add SSL fixing branch description

2016-01-18 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-cpython-ssl-tests-2.7 Changeset: r81841:7cb4ec9641f8 Date: 2016-01-18 19:05 +0100 http://bitbucket.org/pypy/pypy/changeset/7cb4ec9641f8/ Log:Add SSL fixing branch description diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy