[pypy-commit] pypy py3k: revert last commit, remove already defined function in RPython (is provided in C)

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86519:2a28c3d0f49d Date: 2016-08-25 07:34 +0200 http://bitbucket.org/pypy/pypy/changeset/2a28c3d0f49d/ Log:revert last commit, remove already defined function in RPython (is provided in C) diff --git

[pypy-commit] pypy release-5.x: update version to 5.4.0

2016-08-24 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86517:a1c30344b9b9 Date: 2016-08-25 09:10 +1000 http://bitbucket.org/pypy/pypy/changeset/a1c30344b9b9/ Log:update version to 5.4.0 diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy asmmemmgr-for-code-only: Fix a load of W^X violations touched in the x86 backend tests.

2016-08-24 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86511:c7822af728c9 Date: 2016-08-24 23:48 +0100 http://bitbucket.org/pypy/pypy/changeset/c7822af728c9/ Log:Fix a load of W^X violations touched in the x86 backend tests. diff --git

[pypy-commit] pypy default: tweak docs

2016-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r86518:3fefa85e84f5 Date: 2016-08-25 09:25 +1000 http://bitbucket.org/pypy/pypy/changeset/3fefa85e84f5/ Log:tweak docs diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -58,16

[pypy-commit] pypy release-5.x: merge default into release branch

2016-08-24 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86516:b637e157f241 Date: 2016-08-25 09:03 +1000 http://bitbucket.org/pypy/pypy/changeset/b637e157f241/ Log:merge default into release branch diff too long, truncating to 2000 out of 25848 lines diff --git a/.hgtags

[pypy-commit] pypy default: restart whatsnew

2016-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r86515:9734e4f070e5 Date: 2016-08-25 09:00 +1000 http://bitbucket.org/pypy/pypy/changeset/9734e4f070e5/ Log:restart whatsnew diff --git a/pypy/doc/whatnew-head.rst b/pypy/doc/whatnew-head.rst new file mode 100644 --- /dev/null

[pypy-commit] pypy default: update version numbers for release

2016-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r86514:531050b1f410 Date: 2016-08-25 08:59 +1000 http://bitbucket.org/pypy/pypy/changeset/531050b1f410/ Log:update version numbers for release diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-pypy2-5.4.0.rst rename

[pypy-commit] pypy w-xor-x2: Allocate mmap pages with PROT_NONE and provide ability to use mprotect.

2016-08-24 Thread vext01
Author: Edd Barrett Branch: w-xor-x2 Changeset: r86509:027b44340648 Date: 2016-08-24 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/027b44340648/ Log:Allocate mmap pages with PROT_NONE and provide ability to use mprotect. diff --git a/rpython/rlib/rmmap.py

[pypy-commit] pypy w-xor-x2: Don't use this branch.

2016-08-24 Thread vext01
Author: Edd Barrett Branch: w-xor-x2 Changeset: r86513:faca61b444b4 Date: 2016-08-25 00:05 +0100 http://bitbucket.org/pypy/pypy/changeset/faca61b444b4/ Log:Don't use this branch. ___ pypy-commit mailing list

[pypy-commit] pypy asmmemmgr-for-code-only: Mark a couple of tests xfail on OpenBSD (and apply half a fix).

2016-08-24 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86512:e50cf5d2ead3 Date: 2016-08-25 00:02 +0100 http://bitbucket.org/pypy/pypy/changeset/e50cf5d2ead3/ Log:Mark a couple of tests xfail on OpenBSD (and apply half a fix). libdl is not used on OpenBSD

[pypy-commit] pypy asmmemmgr-for-code-only: Allocate mmap pages with PROT_NONE and provide ability to use mprotect.

2016-08-24 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86510:1425d9b5d850 Date: 2016-08-24 23:43 +0100 http://bitbucket.org/pypy/pypy/changeset/1425d9b5d850/ Log:Allocate mmap pages with PROT_NONE and provide ability to use mprotect. diff --git

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

2016-08-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r779:6b11ddd2bc44 Date: 2016-08-24 21:42 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6b11ddd2bc44/ 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 reverse-debugger: fix for the merge

2016-08-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86507:290549df34f4 Date: 2016-08-24 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/290549df34f4/ Log:fix for the merge diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py ---

[pypy-commit] pypy reverse-debugger: Revert the changes to the boehm API: it's still possible to find

2016-08-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86508:91697c0a6b45 Date: 2016-08-24 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/91697c0a6b45/ Log:Revert the changes to the boehm API: it's still possible to find machines with an old Boehm library

[pypy-commit] pypy py3k: sys_module.filesystemencoding is not wrapped

2016-08-24 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86506:e5e113c82242 Date: 2016-08-24 19:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e5e113c82242/ Log:sys_module.filesystemencoding is not wrapped diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py

[pypy-commit] pypy reverse-debugger: hg merge default

2016-08-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86505:670d925b3853 Date: 2016-08-24 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/670d925b3853/ Log:hg merge default diff too long, truncating to 2000 out of 15666 lines diff --git a/dotviewer/graphparse.py

[pypy-commit] pypy default: Improve the test: if x == -1 then int(-0.8) == 0, and the second part of

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86504:189373c314f3 Date: 2016-08-24 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/189373c314f3/ Log:Improve the test: if x == -1 then int(-0.8) == 0, and the second part of the test would not be run at all diff --git

[pypy-commit] cffi default: update whatsnew

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2747:8ee16fdadf92 Date: 2016-08-24 17:34 +0200 http://bitbucket.org/cffi/cffi/changeset/8ee16fdadf92/ Log:update whatsnew diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@

[pypy-commit] pypy py3k: remove double definition of cpyext C symbol

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86503:31eb26fe8cfa Date: 2016-08-24 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/31eb26fe8cfa/ Log:remove double definition of cpyext C symbol diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py

[pypy-commit] pypy default: document commits to default up to July 15

2016-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r86502:2fe6d5f48eb5 Date: 2016-08-25 00:45 +1000 http://bitbucket.org/pypy/pypy/changeset/2fe6d5f48eb5/ Log:document commits to default up to July 15 diff --git a/pypy/doc/release-pypy2.7-v5.4.0.rst

[pypy-commit] pypy default: (cfbolz, arigo)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86500:123020cd1730 Date: 2016-08-24 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/123020cd1730/ Log:(cfbolz, arigo) Add a hypothesis-based test for creating and changing attributes on a class or on an instance

[pypy-commit] pypy default: merge heads

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86501:145e67b3b78a Date: 2016-08-24 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/145e67b3b78a/ Log:merge heads diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst ---

[pypy-commit] pypy default: (arigo, cfbolz): logic was inverted (bad cfbolz, no cookie)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86499:2cd8ca921907 Date: 2016-08-24 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/2cd8ca921907/ Log:(arigo, cfbolz): logic was inverted (bad cfbolz, no cookie) diff --git a/pypy/objspace/std/mapdict.py

[pypy-commit] pypy py3k: missing import

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86498:d711ffd606f3 Date: 2016-08-24 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/d711ffd606f3/ Log:missing import diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py ---

[pypy-commit] pypy default: start release notes

2016-08-24 Thread mattip
Author: Matti Picus Branch: Changeset: r86497:0b1493214116 Date: 2016-08-24 23:30 +1000 http://bitbucket.org/pypy/pypy/changeset/0b1493214116/ Log:start release notes diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst ---

[pypy-commit] pypy cpyext-subclass: add failing test for subclass with tp_as_number methods

2016-08-24 Thread mattip
Author: Matti Picus Branch: cpyext-subclass Changeset: r86496:bbc135100879 Date: 2016-08-24 23:10 +1000 http://bitbucket.org/pypy/pypy/changeset/bbc135100879/ Log:add failing test for subclass with tp_as_number methods diff --git

[pypy-commit] pypy default: Fix the result type of _winreg.QueryValueEx() for REG_SZ or

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86493:eaf0960e857d Date: 2016-08-24 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/eaf0960e857d/ Log:Fix the result type of _winreg.QueryValueEx() for REG_SZ or REG_EXPAND_SZ keys diff --git

[pypy-commit] pypy default: add the equivalent test for LOAD_ATTR. that already works, update the comment

2016-08-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86492:c25842df0d7d Date: 2016-08-24 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/c25842df0d7d/ Log:add the equivalent test for LOAD_ATTR. that already works, update the comment explaining why diff --git

[pypy-commit] pypy default: (cfbolz, arigo): fix the mapdict cache for subclasses of builtin types that

2016-08-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86491:46e88ff9f92f Date: 2016-08-24 11:42 +0100 http://bitbucket.org/pypy/pypy/changeset/46e88ff9f92f/ Log:(cfbolz, arigo): fix the mapdict cache for subclasses of builtin types that provide a dict diff --git

[pypy-commit] extradoc extradoc: Added issue #2375 here, for py3.5.

2016-08-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5682:7dd8cae2a466 Date: 2016-08-24 12:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/7dd8cae2a466/ Log:Added issue #2375 here, for py3.5. diff --git a/planning/py3.5/2016-august-progress.rst

[pypy-commit] pypy py3k: missing import

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86490:608a0ce136ed Date: 2016-08-24 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/608a0ce136ed/ Log:missing import diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy closed-branches: Merge closed head 9f7d18f5d82f on branch refactor_rmmap

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86483:17571d1796fc Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/17571d1796fc/ Log:Merge closed head 9f7d18f5d82f on branch refactor_rmmap ___

[pypy-commit] pypy closed-branches: Merge closed head f07260687448 on branch rpython-deque

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86484:31648ede1a09 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/31648ede1a09/ Log:Merge closed head f07260687448 on branch rpython-deque ___

[pypy-commit] pypy closed-branches: Merge closed head 62431e382e83 on branch use-mmap

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86486:b4b42e343205 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b4b42e343205/ Log:Merge closed head 62431e382e83 on branch use-mmap ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head bf922c1461c7 on branch save_socket_errno

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86488:42285066ce04 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/42285066ce04/ Log:Merge closed head bf922c1461c7 on branch save_socket_errno ___

[pypy-commit] pypy closed-branches: re-close this branch

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86489:2dbecd2a45b0 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2dbecd2a45b0/ Log:re-close this branch ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 9ac7d2defab0 on branch memoryview-attributes

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86485:d129717390db Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d129717390db/ Log:Merge closed head 9ac7d2defab0 on branch memoryview-attributes ___

[pypy-commit] pypy save_socket_errno: close merged branch

2016-08-24 Thread arigo
Author: Armin Rigo Branch: save_socket_errno Changeset: r86479:bf922c1461c7 Date: 2016-08-24 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/bf922c1461c7/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy issue2335: close merged branch

2016-08-24 Thread arigo
Author: Armin Rigo Branch: issue2335 Changeset: r86478:68b03c738401 Date: 2016-08-24 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/68b03c738401/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy closed-branches: Merge closed head c327a2fa5f02 on branch new-jit-log

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86481:ed4389f7bf97 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ed4389f7bf97/ Log:Merge closed head c327a2fa5f02 on branch new-jit-log ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head ca83cb5287e7 on branch fix-gen-dfa

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86480:c615391e9bc0 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c615391e9bc0/ Log:Merge closed head ca83cb5287e7 on branch fix-gen-dfa ___ pypy-commit

[pypy-commit] pypy closed-branches: Merge closed head 2569ef7fa3cc on branch py3.5-async-translate

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86482:295f6f8fd710 Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/295f6f8fd710/ Log:Merge closed head 2569ef7fa3cc on branch py3.5-async-translate ___

[pypy-commit] pypy closed-branches: Merge closed head 68b03c738401 on branch issue2335

2016-08-24 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r86487:490d2b04d53c Date: 2016-08-24 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/490d2b04d53c/ Log:Merge closed head 68b03c738401 on branch issue2335 ___ pypy-commit

[pypy-commit] pypy use-mmap: Superceded by use-madv-free

2016-08-24 Thread arigo
Author: Armin Rigo Branch: use-mmap Changeset: r86477:62431e382e83 Date: 2016-08-24 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/62431e382e83/ Log:Superceded by use-madv-free ___ pypy-commit mailing list

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

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3.5-memoryview Changeset: r86476:9955cc83a3a8 Date: 2016-08-24 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/9955cc83a3a8/ Log:merge py3.5 diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py ---

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

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r86475:a43d6aa79232 Date: 2016-08-24 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/a43d6aa79232/ Log:merge py3k diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: merge redirect-assembler-jitlog

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86471:4b3bf21d99c6 Date: 2016-08-24 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4b3bf21d99c6/ Log:merge redirect-assembler-jitlog diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy py3k: import issue

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86473:04a4bb69ff39 Date: 2016-08-24 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/04a4bb69ff39/ Log:import issue diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py ---

[pypy-commit] pypy default: document branch

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86472:dbdfb99f8932 Date: 2016-08-24 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/dbdfb99f8932/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy py3k: buffer protocal c headers are stripped down in py3

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86474:d5bd69e6035c Date: 2016-08-24 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d5bd69e6035c/ Log:buffer protocal c headers are stripped down in py3 diff --git a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: Fix the test (failed on OS/X 64 because x==y==sys.maxint typically)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86470:6bfe423a36a4 Date: 2016-08-24 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6bfe423a36a4/ Log:Fix the test (failed on OS/X 64 because x==y==sys.maxint typically) diff --git a/pypy/module/test_lib_pypy/test_resource.py

[pypy-commit] pypy py3k: Merging with upstream 3k

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86468:159ee4a5dd97 Date: 2016-08-23 17:46 -0400 http://bitbucket.org/pypy/pypy/changeset/159ee4a5dd97/ Log:Merging with upstream 3k diff too long, truncating to 2000 out of 35449 lines diff --git a/dotviewer/graphparse.py

[pypy-commit] pypy py3k: Merging from windows with linux side

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86467:c78024f7ecad Date: 2016-08-23 17:40 -0400 http://bitbucket.org/pypy/pypy/changeset/c78024f7ecad/ Log:Merging from windows with linux side diff too long, truncating to 2000 out of 5058 lines diff --git

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #474)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86469:213acc3c585e Date: 2016-08-24 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/213acc3c585e/ Log:Merged in marky1991/pypy_new/py3k (pull request #474) Define clock_t on windows (py3k) diff --git

[pypy-commit] pypy py3k: Define clock_t on windows too.

2016-08-24 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r86466:9f32d69d4211 Date: 2016-08-23 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/9f32d69d4211/ Log:Define clock_t on windows too. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[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

[pypy-commit] pypy py3.5: pull some merge conflicts from py3k

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r86462:74d03f9c65e8 Date: 2016-08-24 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/74d03f9c65e8/ Log:pull some merge conflicts from py3k diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy py3k: resolve some merge conflicts

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86461:7011e843b4a7 Date: 2016-08-24 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/7011e843b4a7/ Log:resolve some merge conflicts diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy py3.5: cpyext, struct to usemodules

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r86463:f8a9272bbf66 Date: 2016-08-24 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f8a9272bbf66/ Log:cpyext, struct to usemodules diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py

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

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r86460:304a36465049 Date: 2016-08-24 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/304a36465049/ Log:merge py3k diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py --- a/lib_pypy/_ctypes/basics.py

[pypy-commit] pypy py3k: merge default

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: py3k Changeset: r86459:281ace7115cb Date: 2016-08-24 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/281ace7115cb/ Log:merge default diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy memoryview-attributes: merge default

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: memoryview-attributes Changeset: r86455:4ec423c97a35 Date: 2016-08-24 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/4ec423c97a35/ Log:merge default diff --git a/lib_pypy/cffi/recompiler.py b/lib_pypy/cffi/recompiler.py ---

[pypy-commit] pypy memoryview-attributes: close branch

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: memoryview-attributes Changeset: r86458:9ac7d2defab0 Date: 2016-08-24 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/9ac7d2defab0/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: merge memoryview-attributes

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86456:0d29b975452d Date: 2016-08-24 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0d29b975452d/ Log:merge memoryview-attributes diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy default: document branch

2016-08-24 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r86457:951e70bd2fa1 Date: 2016-08-24 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/951e70bd2fa1/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst