[pypy-commit] pypy vmprof-0.4.8: merge default

2017-06-06 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91549:913967a77f88 Date: 2017-06-06 08:12 -0400 http://bitbucket.org/pypy/pypy/changeset/913967a77f88/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -39,11 +39,11 @@ Armin Rigo Maciej Fijalkow

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

2017-06-06 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91550:b30914a448be Date: 2017-06-06 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b30914a448be/ Log:fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/module/imp/test/test_import.py +

[pypy-commit] pypy ctypes_char_indexing: no string if we're array of char

2017-06-06 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91551:dd4db811a46e Date: 2017-05-29 16:25 +0300 http://bitbucket.org/pypy/pypy/changeset/dd4db811a46e/ Log:no string if we're array of char diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_

[pypy-commit] pypy default: Merged in palecsandru/pypy_ctypes_char_indexing/ctypes_char_indexing (pull request #552)

2017-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r91555:60d070027d70 Date: 2017-06-07 06:05 + http://bitbucket.org/pypy/pypy/changeset/60d070027d70/ Log:Merged in palecsandru/pypy_ctypes_char_indexing/ctypes_char_indexing (pull request #552) Indexing into char* behaves differently

[pypy-commit] pypy ctypes_char_indexing: fix char_p and unichar_p interpretation

2017-06-06 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91552:c5adea5c7b06 Date: 2017-05-29 21:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c5adea5c7b06/ Log:fix char_p and unichar_p interpretation diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib

[pypy-commit] pypy ctypes_char_indexing: indentation fix

2017-06-06 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91554:2ea696d9721d Date: 2017-05-30 10:18 +0300 http://bitbucket.org/pypy/pypy/changeset/2ea696d9721d/ Log:indentation fix diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py --- a/lib_pypy/_ctypes/array.py +

[pypy-commit] pypy ctypes_char_indexing: added tests for char_p and unichar_p interpretation

2017-06-06 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91553:76bf604679cd Date: 2017-05-30 09:58 +0300 http://bitbucket.org/pypy/pypy/changeset/76bf604679cd/ Log:added tests for char_p and unichar_p interpretation diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_array.p

[pypy-commit] pypy default: Simplify and complete the tests

2017-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r91556:e2b62fc32b15 Date: 2017-06-07 08:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b62fc32b15/ Log:Simplify and complete the tests diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_array.py b/pypy/module/test_lib_pypy/ctypes_tests/test_