[pypy-commit] pypy quad-color-gc: Try implementing hash

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86638:a1f8c2584b18 Date: 2016-08-28 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a1f8c2584b18/ Log:Try implementing hash diff --git a/rpython/memory/gc/qcgc.py b/rpython/memory/gc/qcgc.py --- a/rpython/memory/gc/qcgc.py +++ b

[pypy-commit] pypy quad-color-gc: Update qcgc codebase

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86636:041e0b606934 Date: 2016-08-27 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/041e0b606934/ Log:Update qcgc codebase diff --git a/rpython/translator/c/src/qcgc/allocator.c b/rpython/translator/c/src/qcgc/allocator.c --- a

[pypy-commit] pypy quad-color-gc: Update qcgc compilation rule

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86637:b975e6511342 Date: 2016-08-27 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b975e6511342/ Log:Update qcgc compilation rule diff --git a/rpython/rtyper/tool/rffi_platform.py b/rpython/rtyper/tool/rffi_platform.py --- a/r

[pypy-commit] pypy quad-color-gc: Implement correct hashing

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86639:551003ed3ffb Date: 2016-08-28 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/551003ed3ffb/ Log:Implement correct hashing diff --git a/rpython/memory/gc/qcgc.py b/rpython/memory/gc/qcgc.py --- a/rpython/memory/gc/qcgc.py +

[pypy-commit] pypy release-5.x: Added tag release-pypy2.7-v5.4.0 for changeset 68bb3510d821

2016-08-28 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86640:40da3e4a8ad5 Date: 2016-08-28 22:28 +1000 http://bitbucket.org/pypy/pypy/changeset/40da3e4a8ad5/ Log:Added tag release-pypy2.7-v5.4.0 for changeset 68bb3510d821 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.4.0 for changeset 68bb3510d821

2016-08-28 Thread mattip
Author: Matti Picus Branch: Changeset: r86641:0e7b60a80529 Date: 2016-08-28 22:28 +1000 http://bitbucket.org/pypy/pypy/changeset/0e7b60a80529/ Log:Added tag release-pypy2.7-v5.4.0 for changeset 68bb3510d821 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4 @@ 404976

[pypy-commit] pypy quad-color-gc: Remove unnecessary define

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86642:6fb3433530c7 Date: 2016-08-28 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/6fb3433530c7/ Log:Remove unnecessary define diff --git a/rpython/rtyper/tool/rffi_platform.py b/rpython/rtyper/tool/rffi_platform.py --- a/rpyt

[pypy-commit] pypy quad-color-gc: Remove assertions and just ignore finalizers

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86643:a6e4ededebb0 Date: 2016-08-28 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/a6e4ededebb0/ Log:Remove assertions and just ignore finalizers diff --git a/rpython/memory/gc/qcgc.py b/rpython/memory/gc/qcgc.py --- a/rpython/

[pypy-commit] pypy asmmemmgr-for-code-only: Backed out changeset e50cf5d2ead3 -- Deal with OpenBSD tests elsewhere.

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86644:c85b57ee51f7 Date: 2016-08-28 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c85b57ee51f7/ Log:Backed out changeset e50cf5d2ead3 -- Deal with OpenBSD tests elsewhere. diff --git a/rpython/jit/backend/test/run

[pypy-commit] pypy asmmemmgr-for-code-only: Backed out changeset 2bcb6534dd1c -- Deal with OpenBSD tests elsewhere.

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86645:4c9888c08526 Date: 2016-08-28 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/4c9888c08526/ Log:Backed out changeset 2bcb6534dd1c -- Deal with OpenBSD tests elsewhere. diff --git a/rpython/jit/backend/test/run

[pypy-commit] pypy py3k: missing include (osx)

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86646:424353c8a77e Date: 2016-08-28 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/424353c8a77e/ Log:missing include (osx) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.

[pypy-commit] pypy py3k: fix translation (win32)

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86647:bfdd07da8ed7 Date: 2016-08-28 11:00 -0700 http://bitbucket.org/pypy/pypy/changeset/bfdd07da8ed7/ Log:fix translation (win32) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposi

[pypy-commit] buildbot default: build py3k nightly on jitwin32

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1016:cd282179b97c Date: 2016-08-28 11:06 -0700 http://bitbucket.org/pypy/buildbot/changeset/cd282179b97c/ Log:build py3k nightly on jitwin32 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++

[pypy-commit] pypy py3k: work on the handle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86648:304ab96afc72 Date: 2016-08-28 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/304ab96afc72/ Log:work on the handle diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py

[pypy-commit] pypy rpython-resync: Update for changed signature of pypysig_set_wakeup_fd()

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: rpython-resync Changeset: r86649:52f419ecbd77 Date: 2016-08-28 19:44 +0100 http://bitbucket.org/pypy/pypy/changeset/52f419ecbd77/ Log:Update for changed signature of pypysig_set_wakeup_fd() diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/inte

[pypy-commit] pypy default: merge heads

2016-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r86651:0f0d92ccb2c1 Date: 2016-08-28 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0f0d92ccb2c1/ Log:merge heads diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4 @@ 40497617ae91caa1a394d8be6f9cd2de31cb0628 release-pypy3.

[pypy-commit] pypy default: Issue #2382: fixed the import logic. The main difference is that if we

2016-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r86650:9332dfa6e22e Date: 2016-08-28 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9332dfa6e22e/ Log:Issue #2382: fixed the import logic. The main difference is that if we call an import hook via sys.meta_path, it succeeds (a bit b

[pypy-commit] pypy asmmemmgr-for-code-only: Align mprotect on Linux.

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86653:0f9c35877fce Date: 2016-08-28 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/0f9c35877fce/ Log:Align mprotect on Linux. diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.py +++ b/rpy

[pypy-commit] pypy asmmemmgr-for-code-only: Fix another W^X violation in test logic.

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86654:8f8a16f423e9 Date: 2016-08-28 20:46 +0100 http://bitbucket.org/pypy/pypy/changeset/8f8a16f423e9/ Log:Fix another W^X violation in test logic. diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/rpython/jit/backend/l

[pypy-commit] pypy asmmemmgr-for-code-only: Fix assertions in rmmap.set_pages_*

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86652:2a5b8eb3457c Date: 2016-08-28 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/2a5b8eb3457c/ Log:Fix assertions in rmmap.set_pages_* diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py --- a/rpython/rlib/rmmap.p

[pypy-commit] pypy asmmemmgr-for-code-only: This test should be using mmap.

2016-08-28 Thread vext01
Author: Edd Barrett Branch: asmmemmgr-for-code-only Changeset: r86655:6e31d839fd03 Date: 2016-08-28 20:47 +0100 http://bitbucket.org/pypy/pypy/changeset/6e31d839fd03/ Log:This test should be using mmap. diff --git a/rpython/jit/backend/llsupport/test/test_asmmemmgr.py b/rpython/jit/backend/

[pypy-commit] pypy py3.5-marshal3: hg merge py3.5

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3.5-marshal3 Changeset: r86659:758d9fa7c013 Date: 2016-08-28 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/758d9fa7c013/ Log:hg merge py3.5 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4 @@ 40497617ae91caa1a394d8be6f9cd2de31cb06

[pypy-commit] pypy py3k: hg merge default

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r86656:b1f759cbec09 Date: 2016-08-28 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/b1f759cbec09/ Log:hg merge default (in particular, 9332dfa6e22e does not apply any more) diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

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

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86657:69b5503f284b Date: 2016-08-28 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/69b5503f284b/ Log:hg merge py3k diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -27,3 +27,4 @@ 40497617ae91caa1a394d8be6f9cd2de31cb0628 release

[pypy-commit] pypy py3.5-marshal3: translation fixes

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3.5-marshal3 Changeset: r86658:6fbcade1c6d6 Date: 2016-08-28 22:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6fbcade1c6d6/ Log:translation fixes diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py --- a/pypy/module/mar

[pypy-commit] pypy py3.5-marshal3: close branch, ready to merge

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3.5-marshal3 Changeset: r86660:b7d2cee9e28e Date: 2016-08-28 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b7d2cee9e28e/ Log:close branch, ready to merge ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] pypy py3.5: hg merge py3.5-marshal3

2016-08-28 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86661:4384ff755734 Date: 2016-08-28 22:16 +0200 http://bitbucket.org/pypy/pypy/changeset/4384ff755734/ Log:hg merge py3.5-marshal3 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace

[pypy-commit] extradoc extradoc: done

2016-08-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5687:15bcc24aeee2 Date: 2016-08-28 22:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/15bcc24aeee2/ Log:done diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planning/py3.5/2016-august-

[pypy-commit] pypy quad-color-gc: Update QCGC codebase

2016-08-28 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86662:a91d70d81b8d Date: 2016-08-28 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a91d70d81b8d/ Log:Update QCGC codebase diff --git a/rpython/translator/c/src/qcgc/arena.c b/rpython/translator/c/src/qcgc/arena.c --- a/rpython

[pypy-commit] pypy rpython-resync: Close branch rpython-resync

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: rpython-resync Changeset: r86663:d3ea050834b6 Date: 2016-08-28 22:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d3ea050834b6/ Log:Close branch rpython-resync ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy default: Merged rpython-resync into default

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86664:6b0c10d6e524 Date: 2016-08-28 22:49 +0100 http://bitbucket.org/pypy/pypy/changeset/6b0c10d6e524/ Log:Merged rpython-resync into default Backport rpython changes from py3k and py3.5. diff too long, truncating to 2000 out of 208811 lines

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

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r8:c34251a385be Date: 2016-08-28 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/c34251a385be/ Log:hg merge py3k diff --git a/pypy/module/_sre/__init__.py b/pypy/module/_sre/__init__.py --- a/pypy/module/_sre/__init__.py +++ b/pypy/module/

[pypy-commit] pypy py3k: hg merge default

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86665:feaeb98a9faa Date: 2016-08-28 22:57 +0100 http://bitbucket.org/pypy/pypy/changeset/feaeb98a9faa/ Log:hg merge default diff --git a/pypy/module/_sre/__init__.py b/pypy/module/_sre/__init__.py --- a/pypy/module/_sre/__init__.py +++ b/pypy/modul

[pypy-commit] pypy default: Backport rpython changes from py3k

2016-08-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r86667:608532451f21 Date: 2016-08-28 23:03 +0100 http://bitbucket.org/pypy/pypy/changeset/608532451f21/ Log:Backport rpython changes from py3k diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/r

[pypy-commit] pypy buffer-interface: PyMemoryView_GET_BUFFER wip, len(memorview()) is prod(shape), but getlength() is number of bytes

2016-08-28 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86668:3ec8f09e764d Date: 2016-08-29 09:24 +1000 http://bitbucket.org/pypy/pypy/changeset/3ec8f09e764d/ Log:PyMemoryView_GET_BUFFER wip, len(memorview()) is prod(shape), but getlength() is number of bytes diff --git a/pypy/modul

[pypy-commit] pypy py3k: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86669:16f19728001a Date: 2016-08-28 16:59 -0700 http://bitbucket.org/pypy/pypy/changeset/16f19728001a/ Log:fix: save the handles for CloseHandle diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpyt

[pypy-commit] pypy default: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86670:ee05b358fdec Date: 2016-08-28 16:59 -0700 http://bitbucket.org/pypy/pypy/changeset/ee05b358fdec/ Log:fix: save the handles for CloseHandle (grafted from 16f19728001ade4a9f35b3d15521db4fb85d8a27) diff --git a/rpython/rlib/rposix.py b/rp

[pypy-commit] pypy py3k: merge default

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86672:8d7e62c4cbd9 Date: 2016-08-28 20:10 -0700 http://bitbucket.org/pypy/pypy/changeset/8d7e62c4cbd9/ Log:merge default diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1

[pypy-commit] pypy default: fix

2016-08-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r86671:0d491154d501 Date: 2016-08-28 20:09 -0700 http://bitbucket.org/pypy/pypy/changeset/0d491154d501/ Log:fix diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1159,8 +1159,8